Results 1 to 10 of 10
Hybrid View
-
24th Mar 2010, 11:56 PM #1OPMemberWebsite's:
down4fun.netLooking For A Script
Hello,
After Many Faced Problems With My Webhoster About Using Much Server Ressources , My Accout Was Suspended Many Times For That .
That's Why I Am Looking For A Script, A Tool Or ... To Know How Much I Use From Server Ressources .
Is It Possible ?
I Am Waiting For Your Replies !
Thanks In Advance
netmonster Reviewed by netmonster on . Loking For A Script Hello, After Many Faced Problems With My Webhoster About Using Much Server Ressources , My Accout Was Suspended Many Times For That . That's Why I Am Looking For A Script, A Tool Or ... To Know How Much I Use From Server Ressources . Is It Possible ? I Am Waiting For Your Replies ! Thanks In Advance Rating: 5
-
24th Mar 2010, 11:58 PM #2BannedWebsite's:
WFreedom.comLook at http://www.vbulletin.org you should find it there if it exists.
-
25th Mar 2010, 12:06 AM #3OPMemberWebsite's:
down4fun.netSorry, But I Am Not Using vBulletin .
I Am Using phpBB Instead !
Thanks.
-
25th Mar 2010, 12:14 AM #4MemberWebsite's:
StoneArcade.comcheck on your CPanel? it states right there
-
25th Mar 2010, 12:57 AM #5Member
Loking = Looking.
And yeah check cpanel if you have it.
-
25th Mar 2010, 04:33 PM #6OPMemberWebsite's:
down4fun.netNothing Seems To Be in My cPanel !
And As For "Loking" ,It Was A Typo
-
25th Mar 2010, 04:43 PM #7Respected DeveloperWebsite's:
wrzc.orgNot sure how good you are at php but if you put this into a txt file and rename it as something.php upload it and run it it will tell you what your server load is at as well as your current uptime.
PHP Code:<?php
//GET SERVER LOADS
$loadresult = @exec('uptime');
preg_match("/averages?: ([0-9\.]+),[\s]+([0-9\.]+),[\s]+([0-9\.]+)/",$loadresult,$avgs);
//GET SERVER UPTIME
$uptime = explode(' up ', $loadresult);
$uptime = explode(',', $uptime[1]);
$uptime = $uptime[0].', '.$uptime[1];
$data .= "Server Load Averages $avgs[1], $avgs[2], $avgs[3]\n";
$data .= "Server Uptime $uptime";
echo $data;
?>
Another thing you could disable is the amount of people online display in the footer or online over a period of time as it's pretty useless and uses a lot of resources.Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
25th Mar 2010, 04:50 PM #8Member
-
25th Mar 2010, 04:49 PM #9Member
Well the thing about shared hosting, is that there is no really easy way of telling.
Most host's don't have anywhere you can monitor your own resources (yet... we are working on some).
But if you keep getting suspended, there are only 2 things that could be causing this:
1 - high traffic, shared hosting is not for big sites. It is for tiny sites.
2 - scripts / plugins - chat boxes, latest posts, vbseo, etc can cause higher cpu usage since some are really badly coded. try to find alternatives or disable them for awhile to see if they help.
Worst case scenario, if you can't find out what's causing it. Just move to semi dedicated hosting or a VPS (since you need to most likely).
-
26th Mar 2010, 03:01 AM #10BannedWebsite's:
CloudNXT.netuhmm.......... just buy a VPS
coz server usage is large
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] Excellent Matrimonial Script| Complete readymade Matrimony Script Available
By matriscript4u in forum Marketplace (Buy, Sell and Trade)Replies: 0Last Post: 23rd Oct 2012, 02:54 PM -
[Selling] Mp3 Search Engine, File Host, SMS Script, Arcade Script, PDF Search Script, and More!
By Fileze in forum Completed TransactionsReplies: 12Last Post: 13th Mar 2012, 02:23 PM -
[Selling] Rslinkgens Premium link generator script V1 -Most advanced and viral script
By vccshopper in forum Completed TransactionsReplies: 0Last Post: 24th Jun 2011, 08:10 PM -
Loking for place for my Banner
By weena in forum Traffic Market (Buy, Sell and Trade)Replies: 10Last Post: 25th May 2011, 06:34 AM -
Loking For Staff 3*
By Mars in forum Community CooperativeReplies: 0Last Post: 26th Aug 2010, 08:59 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...