PDA

View Full Version : Need Help Urgent!



additional
21-08-2006, 11:45 AM
I need help, I have asked for help about this more then once.

I need to edit a phproxy so there is only a form where they enter the URL they want to visit, no opitions.

Download PHPROXY - Here (http://www.phproxy.org/)
View Defult Skin - Here (http://www.robertoland.com/un/)
View what I would like (up the top under the ads) - Here (http://www.phproxy.org/)

Thanks to anybody that helps +rep.

ClubTime
21-08-2006, 12:49 PM
I need help, I have asked for help about this more then once.

I need to edit a phproxy so there is only a form where they enter the URL they want to visit, no opitions.

Download PHPROXY - Here (http://www.phproxy.org/)
View Defult Skin - Here (http://www.robertoland.com/un/)
View what I would like (up the top under the ads) - Here (http://www.phproxy.org/)

Thanks to anybody that helps +rep.

Just edit the files in dreamweaver

additional
22-08-2006, 08:20 AM
can you do this for me? because I have had tried but it doesn't work.

Jargit
22-08-2006, 09:39 AM
This Sounds Dodgy To me

additional
22-08-2006, 09:58 AM
how is it dodgey?

Call
22-08-2006, 10:26 AM
Why not just add the type of the check boxes to "hidden"
Lol xD

additional
22-08-2006, 01:59 PM
cause I got no idea on how to do that.

JoeComins
22-08-2006, 02:24 PM
OK. Does ths work?


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>PHProxy</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<script src="javascript.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<div id="menu">

<a href="/un/index.php">URL Form</a> |
<a href="?action=cookies">Manage Cookies</a>
</div>
<div class="title">PHProxy</div>
<noscript><div class="error"><big>You have Javascript disabled. Please enable it to use the proxy</big></div></noscript>
<form name="poxy_url_form" method="get" action="/un/index.php">
<input type="hidden" name="q" value="" id="url_input" />

<input type="hidden" name="hl" value="" />
</form>
<form name="poxy_settings_form" method="get" action="" onsubmit="return submit_form();">
<table style="width: 100%">
<tr><td class="option" style="width: 20%">URL</td><td class="option" style="width: 80%">&nbsp;<input type="text" name="url" size="70" value="" /></td></tr>
</table>
<div style="text-align: center"><input type="submit" name="browse" value="Browse" onclick="return submit_form();" /></div>
<div style="text-align: center">PHProxy 0.4 &copy; 2005 <a href="http://www.whitefyre.com/">whiteFyre</a>
</div>
</form>
</div></body></html>

additional
22-08-2006, 11:19 PM
It gives me this : Click here (http://www.robertoland.com/un/index.php)

Won't let me go to the next page though.

JoeComins
23-08-2006, 08:23 PM
I did ahve my own one somewhere. See if I can find it for you

additional
24-08-2006, 02:33 AM
please do try and find it.

Want to hide these adverts? Register an account for free!