Thats @Blob
![]()

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 />';
Hi,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 />';
are you able to skin for me?
and I didn't make the layouts - Simon did please PM me back.
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
Want to hide these adverts? Register an account for free!