Hi, I have a 10 site proxynetwork and don't get more than 1/2$ a day. I get +/- 60-80 unique visitors a day per proxy. I use +/- 50-80gb traffic per month. Sites: www.1aj.info www.1al.info www.1ba.info www.1bd.info www.1bi.info www.1cy.info www.1dk.info www.1eh.info www.1el.info www.1em.info What am I doing wrong? Got any tips? Thanks in advance.
submit your site in topsite and directory this site unlockersite.com is 2 week old and i make 1/2$ a day.
you are using PHproxy so enable hotlinking with theis code: Installation: Simply copy and paste the mod code into your index.php page, just below the '<?php' at the top of the page. Make sure to change yourdomain.com to the domain of the site you will be putting the code. /* PHProxy bandwidth MOD 1.1 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.yourdomain.com,yourdomain.com"; // 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): Add Adbrite, Adversal, etc.. ads to your proxified pages, so you make some revenue while people are using your proxies resources. Limit the max file people can download via your proxy. Look for 'max_file_size' => -1,, I allow 5mb but you can go lower, here is my code: 'max_file_size' => 5120, Also I would change your text on your home page from to something more revevant.
Put some unique relevant content on your site. It will help the search engines. Modify the text once in a while. Post to yahoo and google groups. find good keywords for the proxy market and target those. Most of the proxy sites have default content like you have. So give it a twist. Write a story. I have see proxy owners create sub domains with keywords and redirecting them to the main site. You can put in a relevant article and a link to the main proxy site. eg www.unblock-myspace.1aj.info
Oh NO!!! From another thread it says set 'max_file_size' => 512000, Does that mean I've been allowing 5Gig Downloads?
I'm not sure if in phproxy it's in kb's but according to google 512,000 kilobits = 62.5 megabytes, so no not 5 gigs. Thats would be 5 gigabytes = 5,242,880 kilobytes
I dont get you - phproxy has hotlinking disabled which is good. But you want it to be turned back on(why?) And the comments in the code say its to disable hotlinking(which contradicts what you said eairler, which is absurd anyway). Furthermore, the max filesize is in bytes, so 5120 means 5kb - not recommended. You want to set it to something like 100000 - approx 100 kb.
opps my mistake it's 512000 & not 5120 as per the hotlinking I find the default is very weak, with the code I pasted people will not be able to link to pictures via your proxy, by passing your ads & using your bandwidth. Here is what I am talking about http://www.proxycabi.net/index.php?q=http://www.google.com/intl/en_ALL/images/logo.gif
Alright, now I get it. Btw, nice site whats the script? And what are the girly ads on the right sidebar? And why have you got so little advertizing on your front page?