Search results

  1. J

    Suspended for nulled scripts?

    Ok, I'll make sure my friend gets the pain that he deserves, at least I still got my custom CMS. Can you close the account and this thread please? Thanks for the hosting, Josh.
  2. J

    Suspended for nulled scripts?

    May I ask what is a nulled script as there's only the code I've coded and a hardly uploaded forum that my friend sent me. If I cannot get unsuspended, may I backup the MySQL database? Thanks, Josh
  3. J

    How to connect database?

    My way of doing it (that's what she said): Put this in the page where you want to query, ex. index.php:<?php require_once('mysqlconnect.php'); ?> <?php mysql_select_db("your_db", $mysql); $mysql_query = sprintf("SQL SYNTAX HERE"); $mysql_queried = mysql_query($mysql_query,$mysql) or...
  4. J

    Unable to access FTP and cPanel

    Thanks stpvoice, at least I know I'm safe. I thought my newbie PHP coding caused the server to dislike me :redface:, but I know now. By the way, you're from Wales like me :D! Thanks, Josh EDIT: Server is much better now. Thanks a lot.
  5. J

    Unable to access FTP and cPanel

    Hi, I was making a CMS for my site (xdgaming.co.cc) and tried to upload the necessary PHP files for the admin panel via Dreamweaver's FTP option. It was working yesterday, but now it say fails with the message, "Operation timed out. Cancelled." Also, when I access cPanel, it loads the sidebar...
Top