PDA

View Full Version : Proxy Script



robbiemiller
April 3rd, 2007, 16:51
Dose Anyone Know If Its Possible To Put A Proxy Script On Your Site In A Members Area

If Yes Can You Tell Me Of The Proxy Script And/Or Members Aera Script

Proxy Script / Members Area Script Must Be Free

or add me on msn

wee_rabster @ hotmail . com

themoose
April 3rd, 2007, 17:29
Proxy script - http://whitefyre.com/poxy/
Members area - browse http://www.hotscripts.com/search/14810402-2.html for a suitable one.

brutetal
April 3rd, 2007, 19:27
Or you can intergrate it yourself. If you have an existing one.

XeonGX
April 4th, 2007, 17:03
integrating 2 scripts is really easy,
just install a member script
and then make the proxy page for members only,
thats it

kimchris
April 4th, 2007, 18:05
I have a Members Area script just suit your need. all u need is to install the Php Proxy script plus the Members Area then include the following code into index.php. No database required (use txt file to store members datas)! Pm me and it's free..



<?
include 'auth.php';//this line of code MUST be on every page in your members area
echo "THIS IS THE MEMBERS AREA, PLEASE CHANGE THIS PAGE TO WHATEVER YOU WANT";
?>