Yes it is, from 1 to 10 is between 8,5 - 9 from my location. Navigation is very easy, videos are loading fast.
I have problem. Can someone suggest me how to make the layout on www.surfree.info compatible with IE? If the layout is messed up, I can't release it yet for download. And by the way, anyone can test the speed of that site? Thanks/
What do you set your file size limit to on your proxies and have you seen any difference in bookmarkers, income, etc? I have some of mine set at 1mb and some at 5mb. Overall B/W usage doesn't seem to vary much either way but I'm thinking about limiting it to 1 or 2mb file size on all.
Good reason I ask is becuase it loads for me in like .8 seconds, well the server is dedicated and I have optimized it. It does get though a bit slow during 9am-10am which is the highest peak of traffic. My limit is like 30MB. or something around that and i use 2.5 Terabytes this month. I dont know if this effects people desire to use mine over someone elses.
I run mine at 20mb this is to prevent most games and video torrents but still allows for some files and images and for youtube videos.
What's wrong with canepmedia? I submitted my sites 2 weeks ago for them to approve and still waiting, also they don't answer e-mails. I think no one is behind this adnetwork. also do they pay by paypal or they still prefer checks?
In case you want to show on your proxy its server load info, use these codes. <?php $load = exec(â€uptimeâ€); $load = split(â€load average:â€, $load); $load = split(â€, “, $load[1]); $load = $load[0]; echo “Current Load: $loadâ€; PHP: It will show you something like this 0.04 Code (markup): Or if you want to show more details, delete some lines. <?php $load = exec(â€uptimeâ€); echo “Current Load: $loadâ€; PHP: It will show you 03:55:48 up 49 days, 13:36, 0 users, load average: 0.04, 0.12, 0.10 Code (markup):
You still need to buy dedicated ip add-on, for which you have to pay extra monthly charges to your host if you want it. I will try again soon and tell how it goes.
How accurate? It will show your server info. If your server load os 3.08, then it will show just that value without any modification. Or, if you want to show how many seconds your site/page generated, you can use this code. Put this on top of your page. Open a new <?php. <?php $m_time = explode(" ",microtime()); $m_time = $m_time[0] + $m_time[1]; $loadstart = $m_time; ?> PHP: Then, on the very bottom of your page, preferrably on your footer, put this code. <?php $m_time = explode(" ",microtime()); $m_time = $m_time[0] + $m_time[1]; $loadend = $m_time; $loadtotal = ($loadend - $loadstart); echo "<small><em>Generated page in ". round($loadtotal,3) ." seconds</em></small>"; ?> PHP: The result, look at http://www.clafy.com footer. It will show something like this. Processed in 0.013 sec Code (markup):
Good tip logylaps, if you're unsure about whether your host allows proxies or not, you're best of contacting them... otherwise your money might go to waste! Same here, i think i'll make a plugin out of it and add it to my collection