Search results

  1. X

    Fantastico?

    One guy gave me his cpanel details last night and I took a look and he DID NOT have Fantastico in his Cpanel. I'm just wondering if this is a problem for newly created accounts?
  2. X

    Please help me on mysql_connect

    Try that code I posted but you'll need to put your password back into it? If that doesn't work then either the database name/user area is being mixed up or the code is wrong somewhere and I have little knowledge of coding therefore can't help much more but I will look into it further - I will...
  3. X

    Please help me on mysql_connect

    <?php $dbUserName = "sirsam_sirSam"; $dbPassword = "password removed!!"; *ADD YOUR PASSWORD BACK IN* $dbName = "sirsam_dbSirSam"; mysql_connect('localhost', $dbUsername, $dbPassword);// or die("Could not connect: " .mysql_error()); //mysql_select_db($dbName)or die(mysql_error()); echo...
  4. X

    Please help me on mysql_connect

    sirSam is your database user, yes? Which you made in the database area. I'm not much of a whiz on coding. Try mysql_connect('localhost', $dbUsername, $dbPassword) or die(mysql_error()); EDIT**: Can you copy and paste ALL of the code you have in your index.php file. Use...
  5. X

    FTP Timeout when connecting

    With regards to the support ticket site it appears - http://forums.x10hosting.com/free-hosting/94958-how-do-i-login-make-account-support.html - it is your forum account you do sign in with. Have you changed your forum password since you got here? Try using your original password to login. If...
  6. X

    Please help me on mysql_connect

    Your database name then will be "sirsam_db1" Your database USER will be "sirsam_hello" Then the password will be the one you chose.
  7. X

    New Account Question - multiple domains on one account?

    Yes, I believe so. You just can't have two hosting accounts (which is not what you was asking - just clarifying). You can use one as the main then in cpanel use the addon domains feature to set the second domain name and the folder you will use for that site.
  8. X

    Please help me on mysql_connect

    Firstly, if you're looking to use databases then it's likely you'll be need PHP too - you've only got the Basic PHP level which usually creates more errors and stops sites functioning properly. You will need to login at http://x10hosting.com/account and request the INTERMEDIATE level of php...
  9. X

    mysql hostname

    Are you still working on your site? I've just looked at your site and it appears you need to give the database user access to the actual database. To do this you need to login to your cpanel http://YOURSITE.exofire.net:2082 Find MySQL Databases in the Databases box. At the bottom of...
  10. X

    Temporary Advanced Upgrade Request

    This is unofficial support and admins are not likely to respond here, and members can't do too much to help you on this subject either. In order to get a reply from admins you need to submit a ticket in the official support ticket area - http://support.x10hosting.com/.
  11. X

    Can't get rid of "Welcome to your new account"

    Whilst changes should actually appear straight away, sometimes it can get stuck and take a little longer. Take a look at this thread and follow the instructions to see if you can kind of "force it out" - Flushing your DNS.
  12. X

    Limejelly Design

    For a captcha script: http://www.white-hat-web-design.co.uk/articles/php-captcha.php Alternatively, plenty more options: http://www.google.com/search?hl=en&q=php+captcha+script&aq=0&oq=PHP+Captcha+scr
  13. X

    PHP Nuke

    I'm glad you got it fixed. When I first started with websites I used PHP Nuke by installing it through Fantastico - this would set up the database automatically for me. I then learned I could download it, and upload the files myself. I'm still not sure about you're comments "although its...
  14. X

    10 Beta Testers Needed

    The following errors occurred with your submission: The text that you have entered is too long (6880 characters). Please shorten it to 5000 characters long. Hehe.... Think I wrote too much...A little help Corey? Lol. Had to send it in two PM's sorry :)
  15. X

    10 Beta Testers Needed

    I can do that right now if you want. (Ignore if you saw that edit, I will do it now.)
  16. X

    PHP Nuke

    Read my edit. I've PM'ed you a link. You'll need to login to Cpanel I think.
  17. X

    PHP Nuke

    I don't really fancy downloading nuke 8 and uploading it right now because it's getting terribly late here but it sounds a bit wierd that Nuke would create the database. Firstly, I still don't believe that all files were uploaded - if I can get to the directory there obviously isn't an...
  18. X

    Which Design?

    I also picked the original however the only thing(s) I'm not so sure about on it are where you're navigation links are that the black and white stripes go slightly over the words themselves and the reflection at the bottom. Out of the two designs though, definitely the original for me but...
  19. X

    PHP Nuke

    Did you create a database and a database user via the Cpanel? Did you change the config file? The config files holds the database information to connect the site up. http://silmaril.pcriot.com/nuke/ It looks as though not everything has uploaded anyhow? According to our Account...
  20. X

    FTP Timeout when connecting

    I was talking about http://www.ultrawayuk.net/x10.jpg On the screenshot you've posted you can just click Rename (if you wanted to rename it). That Account box, just put anything in there. EDIT**: Sorry, let me clear that up. If you Rename it then that's when it will...
Top