Search results

  1. F

    Drop table if exists

    Cheers But is it: DROP TABLE IF EXISTS `Table_I_Want_To_Drop` or DROP TABLE IF EXISTS Table_I_Want_To_Drop; Or can both be used?
  2. F

    Drop table if exists

    I was just wondering how I would go about dropping a table if it exists. I don't have much knowledge of MySQL and have been using PHPMyAdmin to create, insert, edit, delete and drop tables. But I'm currently creating a .sql script which will create and insert all the default tables and data and...
  3. F

    Server migration complete - I'm still on fris

    Ahh I see what you mean. Sorry, having a slow day. It seems I'm on boru. However my account username and password does not work even after changing the password in accounts :(
  4. F

    Server migration complete - I'm still on fris

    I see. I was not aware that cPanel would not update along with the changes. However, my cPanel "fris.x10hosting.com:2083" is not working. Is there any way to login to cPanel any other way to find the ip? Is there any way to find out what server I'm now on? Thank you for your reply.
  5. F

    Server migration complete - I'm still on fris

    It's been over two weeks since I've been able to access my site. I've been patient till then and keeping up to date on the News and Announcements. Everything is finished and all accounts have been migrated to new servers yet I'm still on Fris. WTF, I'm not even suspended so why is this? I...
  6. F

    Still connected to fris - not suspended

    I've been trying to find information on the News and Announcements forums but all I get is that everything is restored except those who are suspended and people can now open up support threads. Well my account isn't suspended and I'm still connected to fris. Are they still transferring accounts...
  7. F

    mysql

    Find the file which contains the mysql settings and make sure they are the same as the ones your using to connect to your mysql database.
  8. F

    Can't connect to ftp account

    It's been about a week since I last logged onto my ftp account. My details are saved and never change and I always use quickconnect to save me the trouble of having to manually keep typing in my details. To get to the point, I tried connecting today and it failed. Password authentication failed...
  9. F

    Constants may only evaluate to scalar values

    Ohh, I never thought about using the @ sign. I have used it before but never occurred to me when doing defines :D Cheers mate, will give it a crack.
  10. F

    Constants may only evaluate to scalar values

    So, I created a little table with some server scripts which pretty much just shows what it does. However, when I load the page I get a warning: Constants may only evaluate to scalar values link The page is nothing special I'm just going through some steps to sort out a problem with another...
  11. F

    421 Too many connections (5) from this IP

    OK, I did a search and didn't really come up with much. Anyways I don't understand what this is. I thought this was the amount of transfers I was doing as it used to be "421 Too many connections (8) from this IP" when I was doing 8 simultaneous transfers at once. For some reason it would work...
  12. F

    Email script not working

    This is my problem right here. If I'm gonna build a website (for clan/team/guild purposes) and when the guy installs it on their domain and decides to use his email address at (hisname@gmail.com OR hisname@hotmail.com) so when he sends emails from the website to people, they can reply directly...
  13. F

    Email script not working

    Try changing @domain to @gmail or @hotmail and see if it works. I will try also later as I got somewhere to be atm.
  14. F

    Email script not working

    Well I might as well mention also that I also used the email script from w3schools and got the exact same results;).
  15. F

    Email not working?

    Sorry, took a while for a reply so posted elsewhere. Take a look here and see if you could help solve my problem :happysad: http://forums.x10hosting.com/programming-help/111654-email-script-not-working.html#post639571
  16. F

    Email script not working

    That's also another weird problem, some go to spam others go to normal place. And yes I do check spam and I can assure you ANYTHING with @gmail or @hotmail will NOT send, either to spam or normal place, I've checked at leats 50 times over several hours after making adjustments etc. ;) I don't...
  17. F

    Email script not sending as @gmail or @hotmail

    I have an email script which is currently working. But it took several hours to figure out the problem. When I put the senders (me) email address as @gmail or @hotmail extension, it refuses to send the email. But if I have the extension as @example or @test (haven't tried any others) it works...
  18. F

    Email script not working

    Any way to find out if x10hosting has blocked those extensions? and anyway to see how to unblock them?
  19. F

    I need some help to "activate" my website...

    Dude, before you go any further SLOW DOWN. I do not consider the site you posted for ebooks a good site. In fact if I saw a site like that I'd quickly exit. I don't mean to be rude or anything but you need to sit down and learn how things work before jumping into them. You've already wasted $15...
  20. F

    Email script not working

    Well after hours of testing I think I have figured it out. For some unknown reason everytime I put the email address as @gmail or @hotmail, it doesn't work. but I can use anything else like @example or @test etc and it works. I just have no idea why. I have nothing on my script which tells it...
Top