If you also try using Zend Optimizer along with opcode then it will give you better result. For cgi proxies you also can use mod_perl with the combination PERL Module (PHP-CGI b 2). Trust me, it really gives good result. Note: APC isn't compatible with Zend, but you can try xcache. Regards
Is there a way to see what pages your visitors view and how can you see how much bandwidth each visitor uses?
Where can I see the version? I see in the index.php is this: Last Modified | 5:27 PM 1/20/2007 I think it's not Phproxy 0.5b because I tried hotlinking with it and it worked
kidblogger: Check in your index.php file around line 38 for the setting. 'allow_hotlinking' => 0, It should be set 0 (For off)
When I check the index.php file, I saw this: 'max_file_size' => -1, 'allow_hotlinking' => 0, 'upon_hotlink' => 1, 'compress_output' => 0 and it's set to 0 but still we can hotlink. Try some of my proxies
I hope I don't offend you but there is a good chance you don't know what hotlinking means or have misunderstood it. What is your site doing that you don't want it to do?
The hotlinking switch in index.php of phproxy doesn't work. Here is code to paste at the very beginning of your index.php file to disable hotlinking for real. It has been posted in many different places but here it is again. This is not my work, it is someone else's. Just make sure to enter the domains for your site in the code at $domains="...... Cheers, N /* PHProxy bandwidth MOD 1.1 by Rhett Canney (Billy Connite) This MOD will stop any hotlinking via PHProxy, even if the clients referer is not set! Check out proxywebsite.org if you want to try hotlinking. */ // allow hotlinking from these sites, seperate by comma (make sure you eneter your site's domains) $domains="www.fax-gateway.info,fax-gateway.info"; // convert domains into an array $domains=explode(",",$domains); // if there is a request: if($_GET['q']!="") { // get referer $referer=explode("/",($_SERVER['HTTP_REFERER'])); // if the referer is not allowed: if(!in_array($referer[2],$domains)) { // redirect to homepage and finish script header("Location: http://".$domains[0]."/"); exit(); } } /* END MOD */ Code (markup):
Could anyone help me a little with phproxy? I'm trying to pass another variable, like "name" for an experiment. So the user input both the url and his name and that variable doesn't get lost. I already created a variable using $name = $_POST['name']; but in the URL form I try to echo $name in a textbox and it doesn't show. How do I make it so it appears in the url like &hl=123$name=asdad?
Hey all now i have a question i visited a PHProxy website the url of proxified pages was not the same as other phproxies the beginning of the url was like thi "_u_" its a good idea as you know proxified pages of phproxies are getting blocked in many ISPs of schools and countries for this im use Zelune & CGI but this is a great idea moving to PHProxy
This is an encoded url using the default config index.php?q=aHR0cDovL3RlY2hlbnRyYW5jZS5jb20%3D&hl=2ed in index.php first few lines 'url_var_name' => 'q', 'flags_var_name' => 'hl', Code (markup): Change those to what you want
Could somebody please recommend a good CPM company which allows proxies and has banner ads with no traffic requirements. Thanks