Ok got the site www.proxert.com and notice when you put in your url and then browse I would like to change the menu at the tops colors plus add an ad up there if anyone knows where I need to edit code to do this please tell me it would greatly help joe
You need to open the file url_form.inc in a text editor there you will find this on the second line: <div style="text-align:center;border: 1px solid #C1C1C1; color: #AA0101 !important; background-color: #99CC66;font-size: 11px;-moz-border-radius: 10px;"> Code (markup): If you want to change the style of that top menu you have to change the div's css. (the last part "-moz-border-radius: 10px;" is for the radius of the rounded corners.). If you want to put ads you can add your code to this document (url_form.inc). For example, this is what I did with in my proxy: <style type="text/css"> div.proxytop { text-align:center; border: 1px solid #FF00C0; color: #FFFFFF !important; background-color: #000000; font-size: 11px; -moz-border-radius: 10px; } </style> <div class="proxytop"> Code (markup): PS: I don't recommend PHPproxy since it has some issues with several sites (like ebay), it it's for simple pages you should be fine but if you want something that will work almost perfectly with javascript and SSL you should take a look at CGIproxy
CGIProxy takes up a lot more CPU... I would suggest using a dual PHProxy/CGIProxy like stealthclick.com (not my site). I don't have the resources right now, even PHProxy is overloading my P4 3.0 Ghz server. That's why I'm buying a new AMD Athlon X2 4200+
No problem, if you need any more help please post here or send me a PM, I would be glad to feel useful once in my life.
PHProxy has a lot of other issues. Firstly, it does nothing against people linking images throughthe proxy, overloading your server, whilst at the same time your actual website isn't getting any hits at all. Secondly, it doesn't load the top include of the <body> tag of the page is empty.