Jump to content

conor1

Members
  • Posts

    33
  • Joined

  • Last visited

conor1's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. <?php $config['host'] = "localhost"; $config['user'] = "orb_orb"; $config['pass'] = "********"; $config['db'] = "orb_database"; @mysql_connect("$config[host]","$config[user]","$config[pass]") or die("There was an error connecting to the database, MySql said:<br />".mysql_error().""); @mysql_select_db("$config[db]") or die("There was an error connecting to the database, MySql said:<br />".mysql_error().""); ?> I'm sure there's nothing wrong in config.php, I use it on almost every file.
  2. Hi Ice, Thank you for your reply. I did what you said, but it still won't work. There are also no errors being displayed.
  3. Hello, I created a mysql query,but it does not work. It outputs no errors , it just won't work. <?php Include('config.php'); mysql_query("INSERT INTO message(message) VALUES (' <font color=green><u>Test.....</u> </font>') or exit(mysql_error())"); ?> Before you ask, Table message does exist,and I know Font is deprecated.
  4. I deleted them cron jobs 5 minutes after creation?
  5. What? I didn't have any cron jobs running?
  6. Hello, My heliohost account orb was suspended,why was this? Is it possible for my to me unsuspended? My account is on the stevie server Main domain is orb43ds.heliohost.org Account name:orb Thank you EDIT:SORRY For my topic posting many times.
  7. Hello, I was coding on my site,then saved a file a server license notice came up it says "Thank You for installing cPanel / WHM. This server is currently not licensed. Please contact the server administrator. Other services available on this server such as web services are likely functioning normally. (License has a future date) Once the license on this server is active, you will no longer see this message. If you have installed a license since loading this page, click here to reload." Could you activate your license as soon as possible? Thanks
  8. Well,if I open phpmyadmin then check my site,it results in a 500 error.
  9. Hello, whenever I open phpmyadmin I get a 500 error on my site can I prevent this?
  10. Perfect,I have logged on and changed my password thanks again! is there anyway to see the ip of hacker? The latest ip in cpanel is my ip.
  11. So send the password to the email I signed up for heliohost with,thanks.
  12. okay,instead of suspension could you email me my account password for heliohost?[the hacker changed the password.] CPanel Name:orb Main Domain:http://orb.heliohost.org/ Server:Stevie By the way,I was able to recover my password at first but then it wouldn't work after a few minutes. Thanks. Update:After my data loss I used mysql_real_escape_string in my forms when inserting to db.
×
×
  • Create New...