Scour through our website to find more free templates using the slick search form to your right.
Open Subdash
Free Proxy Templates - Free quality coded PHProxy, CGI Proxy and Zelune Proxy templates!

Articles on how to build a successful proxy website!

Here’s a list of articles and links that might help you run a more efficient and effective proxy website using my templates. I definitely recommend you bookmark this page immediately :)

  • Immortality’s Proxy Secrets
    A straight forward guide on how to optimize, run and maximize revenue with your proxy websites.

  • IP Unblock - Building & making money with your proxy site
    Another in-depth guide on how to monetize and get traffic to your proxy website.

  • Get A Proxy
    A five step tutorial on how to start a proxy website from scratch, from picking your host to choosing your proxy script to getting traffic.

  • Proxy Users Network
    A discussion forum for Proxy Webmasters. Learn everything there is to know about running a proxy website. You will also get to meet up with other proxy webmasters in the community and share and tell your experiences with each other.

  • Bypasser.org
    A proxy toplist site that provides proxy users and webmasters with great relevant tools and information.

  • Mubin Ahmed
    This guy writes amazing up-to-date articles concerning proxy websites.

  • Proxy: Introduction and Installation
    A simple article detailing the installation process of setting up your own proxy site.

  • Proxy: Earning and Maximising Profits
    Great article, telling you some of the ways you can maximize your proxy websites revenue.

  • Free 2 Surf Privacy Blog
    A great proxy blog site containing in depth information on proxies, proxy scripts and templates.

  • IP Unblock - Proxy hosting
    How to pick the right Proxy Hosting for you!

  • 443 Proxy
    A proxy website containing various articles and guides on how to optimize your proxy website.

  • Dave Turnbull’s - Making a successful proxy
    A massive 7 page article guide on how to run a proxy website. He literally covers everything you need to know about building a successful proxy website.

  • Proxy Bucket Directory
    Various articles related to running, monetizing, optimizing and designing a proxy website.

  • Proxy Sphere
    Another set of great articles on how to optimize a proxy website with your server configurations.

  • Payment Blogger - Pros and Cons
    Great article outlining the Pros and the Cons of making a proxy website.

  • Web Proxy Blog
    A relatively new blog dedicated to helping users like yourself make money from proxy websites.

  • Proxy.Org Forum
    One of the original Proxy Webmaster Forums. They have almost everything there is to know about proxy. Basically your FAQ for proxy websites.

  • Digital Point Forums
    Another massive forum dedicated to webmasters alike. You can find lots of tips on how to sell, buy and manage proxy websites. You can also do link sales and exchanges with other related proxy sites.

  • Proxy Builder
    A neat tool allowing users to create fast free PHP and CGI proxy websites instantly. They also have a few good tips to get started with making web proxies.

All articles are copyrighted to their respective authors and websites. Free Proxy Templates is in no way responsible for your actions should you use any information found on other websites.

If you believe that you have a link that is worth mentioning, feel free to drop a comment or send us an email :)
Andrew.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Reddit
  • Furl
  • E-mail this story to a friend!
  • Facebook
  • Google
Dropped in: Proxy Guides around 11:36 am - Comments (9) Articles on how to build a successful proxy website!

Put Adversal and AdBrite into your proxified pages!

Ever wondered how other proxy owners put banners and ads on their proxified pages? In this article, I’ll show you how to place Adversal / AdBrite or both into PHProxy v0.5Beta. You can also use this technique to implement your own banners and text links.

Firstly open up index.php, if you’re using Dreamweaver or Frontpage, go to line 1147. For people without those programs, open up notepad and press CTRL+F and search for this code <br /><hr />

This is where you want to place your AdBrite / Adversal code, make sure it’s between the comma and the above code. However we are not completely done yet, if you are intending to use AdBrite, you must take out the following var lines from your given AdBrite code or else the proxy script will not work.

var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = ‘000000′;
var AdBrite_Background_Color = ‘FFFFFF’;
var AdBrite_Border_Color = ‘FFFFFF’;

An alternate way, would be to change the var lines of the AdBrite code into this:

var AdBrite_Title_Color = \'0000FF\';
var AdBrite_Text_Color = \'000000\';
var AdBrite_Background_Color = \'FFFFFF\';
var AdBrite_Border_Color = \'FFFFFF\';

This method will allow you to change and keep the colours of the banner texts, border and background. In my opinion the first step is much easier and better to do.
In addition make sure you add a break <br /> after the AdBrite code, this will ensure that your ads do not collide with the check boxes.

If you’ve successfully done that, your proxified menu should now look somewhat like the following screen shot.

AdBrite example
Click here to enlarge.

I opted to go with 2 x 468×60 banners instead of the large 728 x 90 banner, this is because the proxified menu will be 30px lesser in height than it would be if I choose the 720×90 and also because 2 x 468×60 banners will give you a higher CTR.

You do not need to change anything for Adversal, just place your code in and off you go!
IMPORTANT Note: You cannot put your Google AdSense on the proxified menu, this is against their TOS and if you do so, you’ll get banned immediately.

You can also use this technique to put your own banners and text-links. If your site is very popular, you can make some easy money by selling text-links on your proxified pages!

That ends it for now, thanks for reading this article! I hope I’ve given you some knowledge to go out there and increase your earnings! If you wish to post any comments or suggestions, please feel free to do so.

Andrew.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Reddit
  • Furl
  • E-mail this story to a friend!
  • Facebook
  • Google
Dropped in: Proxy Guides around 10:53 pm - Comments (14) Put Adversal and AdBrite into your proxified pages!