Jump to content

notooth

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by notooth

  1. Yeahhh That is what I need. Thank you very much .
  2. I am wondering if there is a way to simple URL like, http://www.myname.com/ch-123 instead of http://www.myname.com/index.php?ch=123. Please guide me how to do this. Thank you.
  3. Hello, I found many websites that offer RSS News, but I have not seen anyone offering RSS with Photography . Does anyone know where to find a website that has pictures in its RSS?
  4. Hello , Does anyone know where to check violations for a website? I would like to know how many violent words and where they appeared on a website.
  5. I installed ImageMagick with binary package, but the script does not work correctly. Command "convert" always replied "convert: no decode delegate for this image format 'pic4.png' " when I executed it. Does anyone know how to resolve?
  6. Fixing the bugs is fine. But I need the server stops showing error messages in case an error suddenly arose when visitors come to my site. Before moving my site to my own server, I hosted it on hosting package that never shows any error on my webpages (just showing a blank page when there was an error.) I like that feature.
  7. I am sorry I did not tell you that this is a Dedicated Server I purchased from Godaddy, so I cannot log into the GNOME. I think all installations must be done in command mode .
  8. I am using RH Linux 9. I just want to install ImageMagic on my machine, but this package require X lib. I do not know how to install X because it is not an rpm file. When trying to install X, I always got the reply "./configure: No such file or directory." The command "./configure" did not work.
  9. I have just installed Active Perl on my server, but I cannot find the file "configure."
  10. Hi all, I am new to Linux. I need to install some softwares on my machine, so I need to run command "configure," "make," "make install." Unfortunately, every time I execute "configure", it reply the message "./configure: No such file or directory." I guess I need to install a package that includes file "configure." Can anyone tell me where to download this package?
  11. Hi , I got so many errors on my web page when I execute php files . Is it possible to turn off the errors?
  12. You are right. It took 4 days to get my DNS working. By the way, does anyone have a Dedicated Server purchased from Godaddy? I am having a problem logging remotely to my server through Remote Desktops. I tried to use account "root" to log in, and it always ended up with the message "Disconnected from server. " I have contacted the support team of Godaddy, and they told me it should work with the account "root. " I am so desperated. Can anyone help me resolve this issue?
  13. Hi, I have a domain name registered through Godaddy, but I use Yahoo Small Business as my DNS. Now I have my own DNS, and I set the nameserver of my domain to my DNS. The setting of my domain looks fine in Godaddy Control Panel and WHOIS database. Unfortunately, any time I access my domain name, it always sends me to Yahoo Hosting Welcome page . Anyone can help me solve this problem?
  14. Thank you for the reply. To be honest, I do not know how to point the DNS to the new server. There is a default DNS zone template already made, but I do not know how to update it. Here it is: <domain>. A <ip> <domain>. MX (10) mail.<domain>. <domain>. NS ns.<domain>. <ip> / 24 PTR <domain>. ftp.<domain>. CNAME <domain>. mail.<domain>. A <ip> ns.<domain>. A <ip> webmail.<domain>. A <ip> Assume that the IP address of the server is xxx.xxx.xxx.xx1, how to edit the DNS template to host the domain "abcdef.com"? You would need to contact the company you purchased your domain through and have them redirect the domain to your current IP.
  15. I have just purchased a Dedicated Server, but I do not know how to make it work for my website. This is the first time I use a Dedicated Server with a Plesk Control Panel. Can anyone tell me step-by-step to config all the things to run a website? I would appreciate your help.
  16. I have just purchased a Dedicated Server Hosting, but I do not know how to make it work. There is a Plesk Control Panel, and this is the first time I use it. Can anyone tell me step-by-step to config it to run a website? I would appreciate your help.
  17. Hi, I am using AAA Logo v1.2 to make a logo, but I do not know how to export it with transparent background color . Can anyone tell me how to do this? Does anyone know what software is good for designing logo ?
  18. I am trying to add some new rows into an Access database using VB.NET at runtime, but the binding textboxes can not show off the new rows. They can only display the existing rows . Can anyone tell me how to show off the new rows? Here is the code: Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load DataSet11.Clear() OleDbDataAdapter1.Fill(DataSet11, "Customers") End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me.BindingContext(DataSet11, "Customers").Position = 0 End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.BindingContext(DataSet11, "Customers").Position -= 1 End Sub Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Me.BindingContext(DataSet11, "Customers").Position += 1 End Sub Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Me.BindingContext(DataSet11, "Customers").Position = DataSet11.Customers.Count - 1 End Sub Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click Me.BindingContext(DataSet11, "Customers").EndCurrentEdit() OleDbDataAdapter1.Update(DataSet11, "Customers") End Sub Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click Me.BindingContext(DataSet11, "Customers").AddNew() End Sub
  19. Hello , I have a security camera which I can watch from a computer. For some reason, I need to watch it on a remote computer on the same network. Does anyone know how I can do this? Please tell me .
  20. Thank you for the replies. These are wonderful web hosting . By the way, do you know where to get a domain .com for less than $5 a year?
  21. Does anyone know where to find a web host which supports at least 100 subdomains and 100 MySQL databases for less than $15? Please tell me. Thanks a lot.
  22. The code works well. Thank you, DataLord. You always offer me good favor .
  23. Hi, Does anyone know how to make a web browser in an application using C# or VB? Please tell me. I appreciate your help .
  24. Thank Datalore for helping me. Mysql is working now after I run the command winmysqladmin . It is amazing.
  25. Ahh, I have just installed PHP, and it worked well . Thank you, Datalore. By the way, can you tell me how to fix another problem? I have MySQL 5.0, but when I entered the command mysql, it showed that ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061).
×
×
  • Create New...