Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1253 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

modded phproxy script

Thread title: modded phproxy script
Closed Thread  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
12-22-2006, 05:13 AM
#1
Matsta is offline Matsta
Matsta's Avatar
Status: Insert Rave Here
Join date: Dec 2006
Location: Auckland, NZ
Expertise:
Software:
 
Posts: 1,426
iTrader: 3 / 100%
 

Matsta is on a distinguished road

Send a message via AIM to Matsta Send a message via MSN to Matsta

  Old  modded phproxy script

Hey
im looking for the modded version of phproxy which hides/show the options. http://myprxy.com/ uses it. My friend saids its free and he used to have it So if some could give it to me that would be great

12-22-2006, 05:26 AM
#2
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

It's not a modded version of the script. They are just using JS to show/hide the content.

http://moofx.mad4milk.net/

That is the best JS script to use for a show/hide script.

12-22-2006, 06:03 AM
#3
Matsta is offline Matsta
Matsta's Avatar
Status: Insert Rave Here
Join date: Dec 2006
Location: Auckland, NZ
Expertise:
Software:
 
Posts: 1,426
iTrader: 3 / 100%
 

Matsta is on a distinguished road

Send a message via AIM to Matsta Send a message via MSN to Matsta

  Old

yes ive tried using a script like that but i had no success, mainly becuase it all the options are in php so when you use javascript on them it give you a error.

12-22-2006, 06:21 AM
#4
Echo1031 is offline Echo1031
Status: I love this place
Join date: Apr 2006
Location: Las Vegas
Expertise:
Software:
 
Posts: 652
iTrader: 1 / 100%
 

Echo1031 is on a distinguished road

Send a message via AIM to Echo1031 Send a message via Yahoo to Echo1031

  Old

<span id="options-toggle" class="toggle" onclick="toggle('more_options', 'options-toggle')">More Options [+]</span>
exactly how mrpxy did it.

12-22-2006, 06:38 AM
#5
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

-- nevermind --

12-22-2006, 07:09 AM
#6
Echo1031 is offline Echo1031
Status: I love this place
Join date: Apr 2006
Location: Las Vegas
Expertise:
Software:
 
Posts: 652
iTrader: 1 / 100%
 

Echo1031 is on a distinguished road

Send a message via AIM to Echo1031 Send a message via Yahoo to Echo1031

  Old

Man i missed what indy said but hes but nevermind :\ Anyways that probaly not the whole code but it does give him some ideas how it works.

12-22-2006, 07:18 AM
#7
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Originally Posted by Echo1031
Man i missed what indy said but hes but nevermind :\ Anyways that probaly not the whole code but it does give him some ideas how it works.
That's just the code that calls the JavaScript to do the real work, here...
PHP Code:
<script language="javascript" type="text/javascript">
function _open(){
document.getElementById('options').style.display='block';
document.getElementById('status').innerHTML='<span onclick="_close();">Close Options</span>';
}
function _close(){
document.getElementById('options').style.display='none';
document.getElementById('status').innerHTML='<span onclick="_open();">Open Options</span>';
}
</script>
<div id="status"><span onclick="_open();">Open Options</span></div>
<div id="options" style="display: none">
<?php echo $PHProxy->options_list(truetrue?>
</div>
Just place that were you want the options...

12-22-2006, 07:20 AM
#8
Echo1031 is offline Echo1031
Status: I love this place
Join date: Apr 2006
Location: Las Vegas
Expertise:
Software:
 
Posts: 652
iTrader: 1 / 100%
 

Echo1031 is on a distinguished road

Send a message via AIM to Echo1031 Send a message via Yahoo to Echo1031

  Old

I though he already had the java script lol.

12-22-2006, 10:09 AM
#9
Matsta is offline Matsta
Matsta's Avatar
Status: Insert Rave Here
Join date: Dec 2006
Location: Auckland, NZ
Expertise:
Software:
 
Posts: 1,426
iTrader: 3 / 100%
 

Matsta is on a distinguished road

Send a message via AIM to Matsta Send a message via MSN to Matsta

  Old

Nice Garrett, but my sites kind of stuffed up. If you could maybe please give me the full index page ill really appreciate i
Heres the link to my proxy: rocketproxy.net

12-22-2006, 10:18 PM
#10
Echo1031 is offline Echo1031
Status: I love this place
Join date: Apr 2006
Location: Las Vegas
Expertise:
Software:
 
Posts: 652
iTrader: 1 / 100%
 

Echo1031 is on a distinguished road

Send a message via AIM to Echo1031 Send a message via Yahoo to Echo1031

  Old

Looks like you got the hide option working. Couple things theres no textarea to type out the url i want to visit and the options are very messy.

Closed Thread  
Page 1 of 2 1 2 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed