Search results

  1. V

    Unable to send to Hotmail using mail()

    Hey there. I'm currently unable to send E-mail to hotmail, however if I send to a mailinator address, it receives. Are there any specific headers I need to send email with? I'm currently using this function I've hased together myself: function email($to, $subject, $plain, $html) {...
  2. V

    Hosting account deleted?

    Hi. For some reason it appears my hosting account has been deleted! I worked long and hard on my website and I'm wondering what on earth caused it to be removed. Thanks.
  3. V

    Deleted files

    Hi. It appears somebody has deleted some of the files from my website ("start.php" which defines some of my custom functions and sets headers, as well as "mysql.php" which contains mysql_connect and mysql_select_db code). Is there any chance of having my site restored from a backup? Or possibly...
  4. V

    FTP problems

    For some reason I can't access my FTP (ftp.vbgm.x10hosting.com) from either my house, or my brother's, however I CAN access it from college. Any suggestions to a resolution? Many thanks, ViperBlade
  5. V

    Cannnot connect to MySQL database

    For some reason I'm thrown Has anything changed recently requiring me to change my mysql.php page? <? mysql_connect("localhost", "viperb_admin", "thisisnttherealpass"); mysql_select_db("viperb_pervs"); ?>I know MySQL isn't down, and I have full PHPMyAdmin access... Any suggestions?
  6. V

    Possible GD issue, possible me being an idiot issue

    I have apache installed on my PC and the code I'm about to provide works fine. It's supposed to be a grey background with white text. For some reason it doesn't work when I upload it to my account's space. It gives the grey background but no text. <? // Some basic setup $imageWidth = 300...
  7. V

    FTP probs

    Hi. According to the service summary FTP is in full working order, yet I can't access mine. Using run > ftp http://www.vbgm.x10hosting.com gives "Unknown host http://www.vbgm.x10hosting.com." SmartFTP gives: [20:13:04] SmartFTP v3.0.1019.8 [20:13:04] Connect failed. Waiting to retry (30s)...
  8. V

    Unsuspension Request for viperb

    cPanel Username: viperb Domain/Subdomain: vbgm.x10hosting.com How long your account has been up: 3 years on and off Suspension Reason: Inactivity ----------------------------------------------------- Other Details:: My account is unsuspended, yet I can't access my site because...
  9. V

    phpMyAdmin error

    "Your PHP MySQL library version 4.1.22 differs from your MySQL server version 5.0.45. This may cause unpredictable behavior." When's the upgrade, or is there something I need to do. Many thanks, ViperBlade
  10. V

    MySQL's down

    MySQL's down, or at least it is for me. Just thought you'd like to know. Peace, ViperBlade Edit: Lol, no wonder no-one's replied, I was being dim. For anyone who's having the same problem, log in to x10hosting.com and read the "Recent x10 news" at the bottom and it'll probably resolve the...
  11. V

    403 error after using mkdir()

    Hi, i'm having a little problem with an "Access forbidden" error when trying to access folders after creating it using mkdir. The code i'm using is mkdir("foldername/", 0700); I can upload files into the folder through PHP and FTP, but I can't view them on my site or access them via an internet...
  12. V

    Hosting account suspended for inactivity

    Unfortunately I forgot to log in for two weeks. Any chance I could have an un-suspension? Thanks, ViperBlade (who'll log in more frequently now).
  13. V

    Problems importing to phpMyAdmin

    Hey, as you admins prolly know, I've been having a few problems recently with my account. Thankfully all that crap is sorted out now, however I can't figure out how to import the backup MySQL data into phpMyAdmin. When I try importing the file that I created with phpMyAdmin's export feature, I...
  14. V

    FTP weirdness

    Hey. I've been having this problem for a while but haven't been able to report it (awaiting a new gfx card). For some reason I can't use FTP on my account (vbgm.x10hosting.com) When accessing the shortcut 'www' and the directory 'public_html' I get: Internal Error, can't find that folder...
  15. V

    cpanel error?

    Hey. I tried to add a subdomain and FTP account for a friend of mine who helps me with the site. After trying and obviously failing a few times, cPanel gave me a few errors. ... which led to ... ... and now I can't delete any of these "subdomains". Also, I can't seem to set up additional FTP...
  16. V

    500 Internal Server Error

    That's right, I gave my webspace a 500 Internal Server Error. Can anyone help? Maybe a mod could revert the data back to like an hour ago or something. At least this time I've got a backup of my site on my HD. Thanks, ViperBlade
  17. V

    mail() problems

    Hey X10 Admins, I'd just like to know a few things: Firstly, I've had my account (vbgm.x10hosting.com) deleted twice now, is there any way of getting my data back (some of the stuff there was quite important). Secondly, I can't send E-mails via the "mail()" PHP function for some reason. Has...
  18. V

    Corporate hosting ad (slowing things down!)

    Hey, I was just posting here to notify the mods that the ad code for corporate packages increase site loading times immensly. I don't know whether or not this is supposed to happen (a drawback of free hosting perhaps). Still, I think that something should be done about it. I'm assuming it's the...
Top