Jump to content

software advisor henry

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by software advisor henry

  1. ::arrgh:: my files last time i tried logging in the server was down and i totally forgot about it =.= any way of getting them back?
  2. Please renew account: pcknowledge.heliohost.org thank you!
  3. 你下载firefox,安装Pagespeed(http://code.google.com/speed/page-speed/)插件,可以看到那些地方可以优化,特别是"minify HTML" "minify CSS" 和 "Optimize images",(在每个部分下面均有详细解释,自己看)。 还有,优化那些mysql 资料库: 1. 在cpanel开phpmyadmin 2. 按一下在左边的database名称 3. 再按一下"check all" 4. 再按 "with selected" > "Optimize" 5. 为左边的每一个database重复 2-4 如果你使用一个CMS(内容管理系统),通常可把"examples","install","manual" 等等三个资料夹删掉。 如果可以的话,开启每个档案,把内面所有重复的whitespace(tab, space 和换行)改为单一whitespace。 通常一个写得好的CMS可以在5MB之内 (图片等多媒体档案及资料库容量不计算在内)。 [english]: install pagespeed from google; optimize your mysql databases; remove redundant files from CMS software; remove extra whitespace in files; and stating that well written CMSes are normally under 5MB. (excluding pictures and database)
  4. 回覆(复)"chinese"一樓(楼) English: @chinese#1 你幹嘛要這麼多容量? 你干嘛要这么多容量? English Translation: Why do you need so much storage space? 你用繁體還(还)是简体? English Translation: Are you using (able to read) Traditional Chinese or Simplified Chinese?
  5. my site was http://pcknowledge.heliohost.org/ my site got suspended (probably becoz of inactivity). could you please re-activate it? i was very busy these two months in my school projects so i didn't have the time to update my scripts the re-activation script seems broken, i can't login to cpanel, yet re-signing up says the username is taken. thanks cheers henry
  6. what happened to my site: pcknowledge.heliohost.org?? *gasp* I need to get my database back (at least) stevie.heliohost.org/cpanel doesn't work either
  7. hey can someone remove "budrikovs" from the member's list? He/she's been sending "gifts for all" pm to everyone and the link goes to a site selling vigra pills (canadian pharmacy??)
  8. another new server maybe?
  9. If ubuntu linux (GNOME) had buttons much smaller (without the enormous padding), had more green and blue and didn't require a graphics card and XGL to run Desktop Effects, I would have switched permanently. Windows XP has a hell lot of 3rd party apps that do this well and Windows Vista (which I don't use) can do it superb (although it sucks the f---ing life out of your computer while doing so) still using windows xp if windows 7 could have (1) much less processes; (2) UAC didn't prompt during removing shortcuts (I actually like it when it pops up and tells me that something is going into program files) and didn't prompt before I clicked apply in Control Panel; (3) Sidebar doesn't drink all the blood out of the CPU/RAM; (4) Start up in 20 seconds; (5) Restored the up button in Windows Explorer; (6) Remove so many explorer options; (7) No more 3-rd party tweaking manager required to change the simplest settings; (8) Disk Cleanup which doesn't scan for items I don't select; (9) Uses gzipped stripped XML configuration files such as for tagging pictures (and Notepad should support it and auto indent tags too); I'd switch to it immediately.
  10. Sorry I missed that Are you allowed to dig into cPanel's source code? if you are, you could consider - remove unnessesary whitespace ( ~5.5 KB ) for example: <a href="someurl" onclick=" dosth()" > - remove indentation and line breaks ( ~2 KB) - remove that 'nice' sliding animation of sidebar - move those css present in the html in to external file (so that it gets downloaded only once if the user visits the control panel home often) - remove drag-n-drop - remove top banner backgrounds and icons better to provide a theme with all these changes seperatly I can help in removing markup if you want.
  11. why not dig into the apache httpd source code and get it to read a bunch of .htaccess files located in some secure folder every um 4 hours? (Instead of reloading the whole http.conf file.) There are also a large bunch of inactive users in the forum too.
  12. A To-Do list File Management 1. Core files. Everytime the server crashes, core files are dumped into folders with php files. that has caused my account to go way over the file limit. 2. HD. Disk /dev/sda3 (/usr) has used up 92 %. Missing Functions 3. Sendmail. Mail sent out to accounts that my file manager is full is blank. Only by opening the header did i notice this was sent from Stevie. 4. ASPX files don't work. 5. Cron have wrong permissions http://www.helionet.org/index/index.php?showtopic=4142 Server 5. Instability. The server has less than 60% uptime. (This two weeks were <87%) 6. Heliohost.org doesn't resolve in some countries. (Russia, some states in US. Need a list?) 7. Forum is in a mess. 8. Phishing. Heliohost has become a phishing host. http://www.helionet.org/index/index.php?showtopic=4139 - Community guard. Post a list of users in a page so we can help moniter them and open forum for us to report sites that have violated the TOF. Not so major 9. You got removed from http://www.free-webhosts.com/webhosting-01.php. 10.The freakin thing was Cpanel. Cpanel is not built for >100 users. i think you may want to consider LayeredPanel or DirectAdmin. CPanel is just dragging your server down. I go into server status. I open file manager. I delete a bunch of files. I swap back into the server status (in Firefox). I refresh the page. The cpu goes up by 1. And i've tried out izfree while you were away. Their server was way fast and had few limitations. However it lacked some software support and restarted every time (and takes >10 seconds) when new user was added (and that's frequent). If heliohost resumed normal uptime, i'm sure it would have got more users.
  13. I think djbob just has to put a bit more time into the server even though he might be busy with college apps or so. - Consider removing inactive user accounts - Consider switching to ISPConfig / Direct Admin instead of cPanel (cpanel is definitely NOT built for heliohost's size) - Considering turning off stats unless user chosen to enable.
  14. try sending to another address. If it doesn't work then it's heliohost's problem.
  15. 1. heliohost uses php5 so register_globals is disabled. Declare all your globals in functions if you need to use them. [global $variablename;] 2. The header is already sent because a mysql_error has been issued and so the session cannot start. You must fix mysql before you can use sessions. 3. mysql_numrows is an old function. Use mysql_num_rows instead. For better performance if you just want the row no.s and not the actual query result, use [ $query=mysql_query("Select count(*) from tablename where field = 'condition'") echo mysql_fetch_array($query); ]
  16. If you really need a host that the "CEO" is here and has many features, try izfree. I would have said zendfree but it got closed down so quickly. BUT -- Reasons to keep a close eye on heliohost.org: 1. izFree is blocked by hotmail so sendmail and activation won't work. 2. izFree emails arrive very late in yahoo. 3. izFree doesn't have as many features as heliohost and has a much shorter history.
  17. Getting more and more full: Disk /dev/sda2 (/var) 98 % Disk /dev/sda3 (/usr) 90 %
  18. As from http://stevie.heliohost.org:2082/frontend/x3/status.html: Disk /dev/sda2 (/var) 97 % Disk /dev/sda3 (/usr) 100 % Would someone still in contact with djbob tell him this? It's been this and worsening for 2 weeks now.
  19. Not to say heliohost isn't good, but you can register at www.izfree.com for the time being (and surprise! It looks much like zendfree.com including sign-up and features). If you want more features you'll have to wait to heliohost reopens up it's sign-up. Heliohost is still the no.1 free host on the planet. Izfree is second in free-webhosts.com.
  20. Let me try your site whats your site name? I'm in Hong Kong in one the oldest and slowest internet networks. *sigh* Who does broadband on a telephone line that runs for at least 2km serving more than 100 buildings with over 20 stories and each with more than 3 flats? *sigh*
  21. Well your website is reachable and works fine in Hong Kong
×
×
  • Create New...