Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Byron

    I'm back

    We are all anxiously awaiting your second coming (back) djbob! Cheers, Byron
  2. The Imagick Class is down, may I have it back? http://byrondallas.heliohost.org/php/countdown-summer.php Thanks, Byron
  3. I just tried to install a small template and got this error myself: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /usr/local/cpanel/3rdparty/fantastico//includes/enc_check.inc.php on line 378 It doesn't have anything to do with your site or anything you did. Take this issue over to djbob in Customer Service. Cheers
  4. I don't think running it in the user directory would have effected Fantastico anyway because it seems to only get installed after you go to it from cpanel. Do you always get the same error "Allowed memory size of 134217728 bytes exhausted" on any program you try to install? Go to your cpanel and look at what the "Disk Space Usage" says.
  5. As far as I know there isn't anything in the public_html directory that as anything to do with Fantastico. Did you run that script inside your user directory by any chance? Have you tried installing a smaller program to see if it will install?
  6. I think they're (MX Records) located in your user directory inside the etc folder but I'm not 100% sure. I really don't think they are located inside the public_html folder which is where all of your public files are. The script below will recursively go through all of your public_html directories and remove every file and leave the directories only. You will need to set the correct path at the bottom of the script to the path on your site. If you want to remove folders too then let me know. http://byrondallas.heliohost.org/temp/recu...emove_files.txt EDIT: Forgot to tell you to upload that file to your root directory and give it a php extension.
  7. I'm not familiar with MX records but are they located in your user directory or the public_html directory? And are the files that you want to delete in your public_html directory?
  8. Are all of your email records in a seperate folder?
  9. As of 4/19/2009 people using php need to check your sites again for multiple core files that need to be deleted. If your site seems to get overloaded with huge core files during these down times, you can add this to your root .htaccess file and redirect all php requests to another page like your 500 Error page. RedirectMatch 302 ".php$" http://your_site.heliohost.org/files/500.cgi When things return back to normal, just comment out that line like so # RedirectMatch 302 ".php$" http://your_site.heliohost.org/files/500.cgi It will keep your site from filling up with huge core files. Cheers
  10. I get this message at my cron page: It seems cron jobs are still running ok, but I thought you might need to know this? Cheers, Byron
  11. People who use php on thier sites need to check for core files that need to be deleted. If you want to be emailed when this happens I wrote a simple perl script that will email you on the first 500 error and log any other 500 errors onto a text file. http://byrondallas.heliohost.org/scripts/perl_500_error.txt Upload this file to any directory and call it 500.cgi and chmod 755. This script will create a plain text file in the same directory it is run in called 500_list.txt and log the pages that give you errors. This line goes inside your root .htaccess file: ErrorDocument 500 http://your-site.com/path_to_script/500.cgi This script will email you the first time anybody on your site receives a 500 Error. Any other errors will be logged inside the 500_list.txt To start the script over again (to email you) just delete the 500_list.txt file You need to change the two email addresses to your own email addresses and add your own html. Cheers, Byron
  12. When you go to your cpanel does it show that domain as being created? If it doesn't then try to create it again.
  13. PHP went down today so all you people who use php on your sites check for huge core files that need to be deleted. Cheers, Byron
  14. Byron

    co.cc domain

    The administrator is back and if he doesn't see this thread and post to it than address the issue in this thread here because this has definetly been a problem around here: http://www.helionet.org/index/index.php?sh...4&st=0&
  15. Byron

    Page not showing

    Did your site ever come back after you posted about it here? http://www.helionet.org/index/index.php?sh...mp;p=40213&
  16. Byron

    I'm back

    Glad your back djbob! I definetly think getting rid of dead accounts is the first place to start so that you can reopen signups again. All of these ideas below sound great to me if not all of them. Try to prune enough existing accounts to reopen signups. Reinstate account auto-deletion script (was taken off due to some problems with the script).Shorten inactivity period required for deletion from three months to one month.Force all existing account holders to request that their account be preserved. Kill all accounts that are not requested to be kept within a month. I can go along with this if it keeps the ads off of my pages. Place more intrusive ads on the HelioHost home page.Place more intrusive ads on users' cPanel pages.Ask users to complete surveys when signing up, the profit from which would go to HelioHost.Ask users to join a mailing list when signing up, which would solicit them with offers and advertising. The profits would go to HelioHost. Whatever it takes to keep heliohost going and keep it the great free service that it is, I'm all for it. Cheers, Byron
  17. Byron

    co.cc domain

    You could try doing a refresh if you haven't already and then if that doesn't work then go from there.
  18. Byron

    co.cc domain

    Because you made the comment: and it sounded like you hadn't seen your site yet. As far as what your suggesting to try, I'm not exactly sure I understand what you mean but if it works for you and everybody else then go for it. I really don't have any other suggestions for you.
  19. Byron

    co.cc domain

    Your site looks fine to me. Are you able to go to your site through the heliohost domain here? http://turokzone.heliohost.org/
  20. Byron

    co.cc domain

    LOL! No I didn't hack your site. And I don't think it has anything to do with the browser your using. I think it's a dns issue but I don't know what kind nor do I understand it. Hey Wizard, try this url and see if it works for you? http://turoksite.co.cc
  21. I never use Python but I just tried a simple Hello World and got a 500 Error and that was with a .py and a .cgi extension. So Python must not be working on the server. #!/usr/bin/python print "Content-Type: text/html\n\n" print "Hello World" btw, you can make all directories execute cgi with .htaccess and I'm guessing it does the same thing with Python. EDIT: Try adding the python handler to your .htaccess file: AddHandler python-program .py or use the Apache Handler option from your cpanel to add it: python-program .py
  22. Byron

    co.cc domain

    You pobably want to use a parked domain and I'm guessing that is what you used. An addon domain uses a sub-directory to add a domain name to your site. A parked domain points to your entire site. Anyway your site loads fine for me. Source code of turoksite.co.cc <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>The new Turokzone! New layout, some php injected, and 20% better than before!</title> <style> <!-- A:link { text-decoration: none;} A:visited { text-decoration: none; } a:hover { text-decoration: none; color:#FFFFFF; background-color:#CE483B; text-transform:uppercase } body { scrollbar-arrow-color: #FFD1C5; scrollbar-darkshadow-color: #CE483B; scrollbar-track-color: #FFD1C5; scrollbar-face-color: #CE483B; scrollbar-shadow-color: #CE483B; scrollbar-highlight-color: #CE483B; scrollbar-3dlight-color: #FFD1C5;} .style1 { text-align: center; } .style2 { text-align: left; } --> </style> </head> <body bgcolor="#FFD1C5" text="#80271E" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" link="#000000" vlink="#000000" alink="#000000" background="background-x.gif" style="background-repeat:repeat-x;"> <div style="position:absolute; top:0px; left:0px;"><img src="trigun_vash.gif" width="760" height="517" /></div> <div style="position:absolute; left:400px; top:200px; width:288px; height:58px; font-family:times new roman; font-size:13px"> <!-- NAVIGATION BEGINS HERE --> <p><b>navigation</b> <br /> <a href="index.php">Home</a> | <a href="forum/index.php">Forum</a> | <a href="am.php">Anime/Manga</a> | <a href="faq.php">FAQ</a> | <a href="forum/index.php?automodule=javairc">Chatroom</a> | <a href="aff.html">Affiliates</a></p> <!-- NAVIGATION ENDS HERE --> </div> <div style="position:absolute; right:100px; top:320px; width:760px; font-family:'Times New Roman'; font-size:11px; letter-spacing:1px;" class="style1"> <div class="style2"> <!-- CONTENT BEGINS HERE --> <a href="http://turokzone.heliohost.org/forum/index.php?showtopic=10&view=getnewpost">Currently 99% done</a> by <a href="http://turokzone.heliohost.org/forum/index.php?showuser=1">turok</a> <BR> posted 7 hours , 14 minutes and16 seconds ago, with 0 replies.<P> <a href="http://turokzone.heliohost.org/forum/index.php?showtopic=9&view=getnewpost">Mahou sensei negima!</a> by <a href="http://turokzone.heliohost.org/forum/index.php?showuser=1">turok</a> <BR> posted 7 hours , 17 minutes and9 seconds ago, with 0 replies.<P> <a href="http://turokzone.heliohost.org/forum/index.php?showtopic=8&view=getnewpost">Mahou sensei negima</a> by <a href="http://turokzone.heliohost.org/forum/index.php?showuser=1">turok</a> <BR> posted 21 hours , 11 minutes and19 seconds ago, with 0 replies.<P> <a href="http://turokzone.heliohost.org/forum/index.php?showtopic=7&view=getnewpost">Stainless Night</a> by <a href="http://turokzone.heliohost.org/forum/index.php?showuser=1">turok</a> <BR> posted 21 hours , 17 minutes and11 seconds ago, with 0 replies.<P> <a href="http://turokzone.heliohost.org/forum/index.php?showtopic=6&view=getnewpost">Dot hack sign</a> by <a href="http://turokzone.heliohost.org/forum/index.php?showuser=1">turok</a> <BR> posted 21 hours , 36 minutes and23 seconds ago, with 0 replies.<P> </div> </td> </table> <p><a href="http://www.magitek-designs.net" target="_blank"><img src="button.gif" alt="shut up" width="88" height="31" border="0" /></a></p> </div> <!-- CONTENT ENDS HERE --> </body> </html>
  23. Byron

    co.cc domain

    Yea you want to use the name server option and use the name servers Wizard posted. Can you post you co.cc name and let somebody else see if your site comes up?
  24. It's not a working site on the heliohost server, it's just sitting there without any content. How did Upendran manage without it then? Just wait for one of the administrators because I can't explain it any better than I already have.
  25. If it were a working site on the heliohost server it would be using the heliohost name servers. If you have a site on the heliohost server it has to use the heliohost name servers.
×
×
  • Create New...