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.

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

  • 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:
  • email
  • Twitter
  • Facebook
  • Digg
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks
  • Technorati
  • Reddit
  • Add to favorites
  • Google Buzz
Dropped in: Proxy Guides around 11:36 am - Comments (7) 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 templates. You can also use this technique to implement your own banners and text links, or the code from any other programmes.

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 apostrophe (‘) 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';<br />
var AdBrite_Text_Color = '000000';<br />
var AdBrite_Background_Color = 'FFFFFF';<br />
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. Removing the code is easier than editing it, but it really depends on whether you want control over the colours etc. In addition make sure you add a break:

<br />

after the AdBrite code, otherwise your ads will 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

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.

Share and Enjoy:
  • email
  • Twitter
  • Facebook
  • Digg
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks
  • Technorati
  • Reddit
  • Add to favorites
  • Google Buzz
Dropped in: Proxy Guides around 10:53 pm - Comments (16) Put Adversal and AdBrite into your proxified pages!