ok so i want my proxy templates working as simon (didn't kno how to) -,-'
so..
http://www.w00tage.info/gothic4me/gothic/index.php
http://www.w00tage.info/goagle/goagle/index.php
thanks who ever makes them wrok - i'll pay..
Printable View
ok so i want my proxy templates working as simon (didn't kno how to) -,-'
so..
http://www.w00tage.info/gothic4me/gothic/index.php
http://www.w00tage.info/goagle/goagle/index.php
thanks who ever makes them wrok - i'll pay..
I'll buy these templates.
What's the script for your proxy?
or you don't no
hmm wudnt it have to go to something like somepage.php?site=url ??? once form is submitted?
http://goagle.info/
Like that.
no once form submits wud it go to something like goagle.info/index.php?site=http://www.runescape.com
i dno :S
post the code ill look through i n give my opinion :)
Why not use the script I have? I might send it to you in a min (www.froobe.co.uk/site)
if he understands wat i sed then hopefully it'll work :D
OOO Can I have a copy - my school is a pain in the **** and blocks all the "Proxys and Hacking/Firewall Avoidance Systems"
AARRGGHH!
Thanks,
Jake
Please don't say I can't code it as I can.Quote:
ok so i want my proxy templates working as simon (didn't kno how to) -,-'
When I made the designs, I didn't say I was going to make them work with the proxy. YOU have to do that (:
Thats @Blob
:):):)
Skinning php proxy is really easy, just seems very tough.
heres an explanation of what i did.
Also the templates are very nice thumbs up for them, did you make them yourself?
index.inc - edit this file get rid of all the crap i.e the header divs and stuff but leave the vital forms and shizzle.
Then Replace the css file with your own and build the proxy around your own code.
And for the browsing page just edit the index.php file by finding:
PHP Code:$_url_form = '<div style="width:100%;margin:0;text-align:center;border-bottom:1px solid #725554;color:#000000;background-color:#F2FDF3;font-size:12px;font-weight:bold;font-family:Bitstream Vera Sans,arial,sans-serif;padding:4px;">'
. '<form method="post" action="' . $_script_url . '">'
. ' <label for="____' . $_config['url_var_name'] . '"><a href="' . $_url . '">Address</a>:</label> <input id="____' . $_config['url_var_name'] . '" type="text" size="80" name="' . $_config['url_var_name'] . '" value="' . $_url . '" />'
. ' <input type="submit" name="go" value="Go" />'
. ' [go: <a href="' . $_script_url . '?' . $_config['url_var_name'] . '=' . encode_url($_url_parts['prev_dir']) .' ">up one dir</a>, <a href="' . $_script_base . '">main page</a>]'
. '<br /><hr />';
well; this is what i have at the moment -
i have 2 templates not coded trying to code them - i have made a index.inc.php and put all the info from index.php into index.inc.php then placed my other proxy info into index.php (the normal one)
now i have no idea what to do