Recent content by altrock182182

  1. A

    long time user looking to 'modernize' account

    This is an account that I have been hosting a site for about 1-2 years on that hasn't needed any modifications. I currently have the (outdated?) "x10 corporate" hosting plan at $13 a month. It appears that the new paid plan at $4 a month covers everything the old corporate plan has and more. I...
  2. A

    max_user_connections

    I was wondering what this is set to for intermediate level PHP. Thanks! (I'm on Ciroc Paid, I believe)
  3. A

    File upload, PHP into a SQL database blob (move_uploaded_files)

    I have an upload script that I'm using in a private area of my website. I'm looking to get a jpg, gif, or bmp loaded into a blob element in my database. I'm having trouble saving the file somewhere that it can be accessed. I'm not accustomed to unix directory listings or remote hosts...
  4. A

    Domain transfer

    I have a domain hosted by another company that I wish to transfer to x10. They will not allow me to change the nameservers, and this is the problem. Will x10 actually hold the domain or do I need to transfer it to another place that will allow me to change the nameservers? Either would be...
  5. A

    Attempting to upgrade (Account type)

    I tried upgrading through services > corporate plan. Got to 'add to existing account' and typed in my email address, and it said I did not have an account... I figure it's either the server problems, a stupid mistake on my part, or something with the script(unlikely, I suppose)? Username...
  6. A

    Paid account.. Will it fix problems?

    I have been holding off on getting a paid account, and all these problems are kinda scaring me considering how long it's been down. Are these problems specific to free accounts? If so I will get a paid account just to get rid of all these problems if not to keep it for a while. also, are the...
  7. A

    MySQL / Absolut / Not a valid MySQL result resource

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/altrock1/public_html/carsforsale.php on line 35 34: $result = mysql_query("SELECT * FROM ".$database_table." WHERE `sold`=0 LIMIT ".$lowerlimit.",".$upperlimit); 35: while($row =...
  8. A

    Memory limit, thumbnail generating

    I have a PHP script that looks something like this: if (thumbnail exists) {output path to thumbnail} else {create thumbnail output path to thumbnail} It's hitting the memory limit... I'm guessing it's around 33 megs, which i can't see how my first thumbnail is hitting that in a single...
  9. A

    don't mind me

    Just saying hello :D
  10. A

    http digest authentication - Headers already sent?

    Warning: Cannot modify header information - headers already sent by (output started at /home/altrock1/public_html/panel/index.php:12) in /home/altrock1/public_html/panel/secure.php on line 27 index.php: 11: <h1>ADMINISTRATION PANEL</h1>'; 12: <? require('secure.php'); secure.php: I...
  11. A

    3 or 4 days now: Basic PHP Configuration - Upgrade pending

    Hey, I signed up when the HTTP Server was down - possibly the cause? My Basic PHP hasn't gone through.. I really only need it for some testing purposes and I won't be too picky, but I have no PHP at all right now! Any help?
Top