Search results

  1. garrettroyce

    1,000th post!

    I've got some pretty tough competition :) And, I think the staff are REALLY busy right now. I DON'T KNOW WHO I CAN TRUST ANYMORE :mad:
  2. garrettroyce

    check if mysql query returns empty set

    $result = mysql_query('blah blah blah this is your query'); if ($result) { if (mysql_num_rows($result) == 0) { // do one thing } else { // do another thing } }
  3. garrettroyce

    Cant login to my cpanel even with proper info

    the link to your cpanel may have changed. login to http://x10hosting.com/panel.php with your forum login. In the middle of that page there is a link to your CPanel. If that link doesn't work, you should try yourdomain.com/cpanel (replace yourdomain.com with your actual domain)
  4. garrettroyce

    shell_exec() has been disabled for security reasons?!!

    I believe this is true as well. shell_exec() and exec() were PHPV3 only functions for free users.
  5. garrettroyce

    1,000th post!

    Haha! I should have known! I need a job in the IT field :(
  6. garrettroyce

    Help with script.

    I think you can delete everything after this line: -- -- Volcar la base de datos para la tabla `tb_ads` -- To me, all this data looks like you don't need it.
  7. garrettroyce

    a little help, please

    Have you tried clearing your browser's cache?
  8. garrettroyce

    1,000th post!

    It's been like 2 weeks since I posted this. I thought you'd all stop being nice to me by now :biggrin: Thanks for all your compliments, but my boss doesn't want me on X10 anymore at work, so that will slow me down a little :rant2:
  9. garrettroyce

    Help with script.

    edit the php file like this: <?php // Database configuration $bd_host = "localhost"; // leave this the same $bd_usuario = "username"; // change this to the database name, example: username_user $bd_password = "pass"; // password for username_user $bd_base = "database"; // database you created...
  10. garrettroyce

    Help with script.

    the underscores are automatic. For example, if you type in: database, your database name is username_database where "username" is your cpanel user name. The box is the one that says "new database" Make sure you use the MySQL wizard and not MySQL databases tool. They have the same icon.
  11. garrettroyce

    1,000th post!

    Thank you very much :biggrin: I'd have more if I didn't have so much competition. *cough* zen-r *cough* mission * cough* zubair12 *chough* ichwar *cough* smith6112 *cough* fguy64 *cough* *cough* Sorry, something in my throat :laugh:
  12. garrettroyce

    Should regular users be able to post in "announcements" thread?

    I have to hand it to Corey, he is a man of the people he leads :)
  13. garrettroyce

    Help with script.

    Using CPanel go to MySQL Database Wizard. Create database using whatever name you want. It will be named like username_dbname where username is your CPanel login and dbname is what you typed in the box. Next, create a user with whatever name you want. Again, it will be like username_user. Set...
  14. garrettroyce

    [JavaScript]Load different webpage depending on browser type

    No, the delay won't change server load. You could also increase the delay so that the user can choose their browser though links placed on the page. If the user doesn't have javascript enabled, this method will fail and they will have to click a link anyways. If you want help with more code...
  15. garrettroyce

    ASP.NET files

    ASP.NET is currently disabled for maintenance. It should be back up in a few days.
  16. garrettroyce

    Upgrade PHP Version

    The PHP version system is not working currently. I have been told that as soon as the transfers are done, mail() will be enabled.
  17. garrettroyce

    Help with displaying ads

    If you are not on Absolut or Stoli, there is still maintenance on the servers and it will appear like your files are not up to date. You can read the sticky at the top of this forum or check the news forum for when this is done. Corey estimated that it will be done today.
  18. garrettroyce

    [JavaScript]Load different webpage depending on browser type

    If you aren't doing any other server side programming at all, it wouldn't make sense to do this one page. They will do exactly the same the exact thing. The only difference is the server side option will not have a loading page. I've used this script before with some success...
  19. garrettroyce

    Is port 465 blocked?

    Thanks for the update. Christopher knows his stuff, so it's gonna happen ;)
  20. garrettroyce

    Update

    Motion to move this conversation here: http://forums.x10hosting.com/off-topic/98338-should-regular-users-able-post-announcements-thread.html
Top