friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-06-07 11:28:44

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFriendster
Anadipsic en Sarcophilous
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 10892
Last visit: Yesterday
Reputation: 1302
Friendster

[UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

here's version 1 of
pull down trick in your
cp panel.

Just wanna share it!

Lol. +repu is much appreciated Haha!!

anyway, its just a simple trick, Using forms.

step 1: create a text file and copy/paste the code below!

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Xiruki</title>

<script language="JavaScript">
<!-- Hide from old browsers


function surfto(form) {
    var myindex=form.dest.selectedIndex
    window.open(form.dest.options[myindex].value, "", "");
}
//-->
</SCRIPT>

</head>

<body>

<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1>
<option value="">Select
<OPTION VALUE="http://www.friendster.com/usersearch.php?search=1&country=ID&usearch=UR EMAIL ADD HERE">Add me
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE">Send PM
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE&action=sendsmile">Send SMILE
<OPTION VALUE="http://www.friendster.com/referafriend.php?refer=FS ID HERE">Refer a friend
<OPTION VALUE="http://www.friendster.com/group/inviteone.php?uid=FS ID HERE">Group invitation
<OPTION VALUE="http://www.friendster.com/comments.php?uid=FS ID HERE">Drop comments
<OPTION VALUE="http://www.friendster.com/editprofile.php">Edit PROFFY
</SELECT>
<INPUT TYPE="BUTTON" VALUE="GO!" onClick="surfto(this.form)">
</FORM>


</body>

then save it as filename.php

then put the url of your php file inside the code below!


var xiru = "<iframe style='FILTER: chroma(color=#666666)' allowtransparency='true' frameborder=0 width='100%' height='56' scrolling='no' src=URL OF PHP FILE HERE></iframe>";
document.getElementById('controlPanelButtons').style.height='60%';
document.getElementById('controlPanelButtons').style.overflowY='hidden';
document.getElementById('controlPanelButtons').innerHTML = "<table  width='100%'><tr><td align='center'>"+xiru+"</td></tr></table>";

compile emm... together with your js codes (in js extension)


screen shot:





live preview: http://profiles.friendster.com/65704393

Updates: (as of June 8, 2008) Versions 1.2 and 1.3

Now with blinking Go button and Personalize your button script!


For blinking go button: Version 1.2

here's the php code!

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Xiruki</title>

<script language="JavaScript">
<!-- Hide from old browsers


function surfto(form) {
    var myindex=form.dest.selectedIndex
    window.open(form.dest.options[myindex].value, "", "");
}
//-->
</SCRIPT>

</head>
<body>


<FORM ACTION="../cgi-bin/mycgi.pl"
   METHOD=POST
   NAME="myform">
<SELECT NAME="dest" SIZE=1>
<option value="">Select
<OPTION VALUE="http://www.friendster.com/usersearch.php?search=1&country=ID&usearch=UR EMAIL ADD HERE">Add me
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE">Send PM
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE&action=sendsmile">Send SMILE
<OPTION VALUE="http://www.friendster.com/referafriend.php?refer=FS ID HERE">Refer a friend
<OPTION VALUE="http://www.friendster.com/group/inviteone.php?uid=FS ID HERE">Group invitation
<OPTION VALUE="http://www.friendster.com/comments.php?uid=FS ID HERE">Drop comments
<OPTION VALUE="http://www.friendster.com/editprofile.php">Edit PROFFY
</SELECT>
<BUTTON NAME="go" TYPE="button" onClick="surfto(this.form)"><STRONG>Go!</STRONG></BUTTON>
</FORM>

<SCRIPT TYPE="text/javascript">
<!--
function blinker()
{
if (document.forms.myform.go.style.color == 'blue')
   document.forms.myform.go.style.color='red';
else
   document.forms.myform.go.style.color='blue';
setTimeout('blinker()',500);
}

blinker()

//-->
</SCRIPT>
</body>

Same procedure, As above.

Version 1.2 preview> CLICK EM!

For personalize Go button... Version 1.3

Here's the php code.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Xiruki</title>

<script language="JavaScript">
<!-- Hide from old browsers


function surfto(form) {
    var myindex=form.dest.selectedIndex
    window.open(form.dest.options[myindex].value, "", "");
}
//-->
</SCRIPT>

</head>
<body>


<FORM ACTION="../cgi-bin/mycgi.pl"
   METHOD=POST
   NAME="myform">
<SELECT NAME="dest" SIZE=1>
<option value="">Select
<OPTION VALUE="http://www.friendster.com/usersearch.php?search=1&country=ID&usearch=UR EMAIL ADD HERE">Add me
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE">Send PM
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE&action=sendsmile">Send SMILE
<OPTION VALUE="http://www.friendster.com/referafriend.php?refer=FS ID HERE">Refer a friend
<OPTION VALUE="http://www.friendster.com/group/inviteone.php?uid=FS ID HERE">Group invitation
<OPTION VALUE="http://www.friendster.com/comments.php?uid=FS ID HERE">Drop comments
<OPTION VALUE="http://www.friendster.com/editprofile.php">Edit PROFFY
</SELECT>
<BUTTON TYPE="BUTTON" onClick="surfto(this.form)">
<IMG SRC="IMAGE URL HERE" HEIGHT=19
WIDTH=32 ALIGN="ABSMIDDLE"></BUTTON>
</FORM>
</body>

Version 1.3 preview> CLICK EM!



credits:

Jsmade easy
Ripway
Tinypic


special thanks to:

Arip
Kherminator

Last edited by ---xXirukiTepe--- (2008-06-08 06:17:43)

#2  2008-06-07 11:45:25

KhErMiNaToR
 Kher Navarro
KhErMiNaToR's display avatar
» Retired Moderator
No Problemo..!
Class X
Location: C:\Program Files
Registered: 2007-06-30
Posts: 5238
Reputation: 197
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

an error accoured when i try to add your preview =|

better change the link into:

Code:

http://www.friendster.com/usersearch.php?search=1&country=ID&usearch=email@provider.com

put  your own email address =)

Last edited by KhErMiNaToR (2008-06-07 11:49:41)


#3  2008-06-07 11:56:29

♥brains&beauty♥
 MEii. :]
♥brains&beauty♥'s display avatar
» FriendsterManiac
Seddie 4ever.. :] <3
Rockstars
Location: ♥La La Land♥
Registered: 2008-04-28
Posts: 852
Reputation: 109
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

Nice work! Thanks for sharing this sis! :D :thumbsup:
Just wondering, put in JS files? Compiled or alone? Heheh... :)


♥ "When I saw you, I liked you...
When I liked you, I loved you...
When I loved you, I lost you... :[ " ♥

|| NEW STORii : OPPOSiTES ATTRACT :]||

#4  2008-06-07 11:58:31

m0g0l
 Mikhael Mogol
m0g0l's display avatar
» FriendsterTalker
newbie wiLLing to learn
Location: ZAmboanga CIty
Registered: 2007-11-09
Posts: 184
Last visit: 2009-07-02
Reputation: 2
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

another nice trick using html and php..

#5  2008-06-07 12:01:37

cklahrckiey
 Cklarck David Van D. de los Trico
cklahrckiey's display avatar
» FriendsterFreak
Tha Mafia
Class-S
Location: 3 Stars and A Sun
Registered: 2007-11-21
Posts: 1830
Reputation: 49

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

same with kher....
error occured....
please fix it.... =|


/!\ Pwede ka na magsimulang tumakbo!!! pero di ka pwede mag tago!!! =D :thumbsup:

#6  2008-06-07 22:25:14

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFriendster
Anadipsic en Sarcophilous
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 10892
Last visit: Yesterday
Reputation: 1302
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

KhErMiNaToR wrote:

an error accoured when i try to add your preview =|

better change the link into:

Code:

http://www.friendster.com/usersearch.ph…ovider.com

put  your own email address =)

cklahrckiey wrote:

same with kher....
error occured....
please fix it.... =|


Thanks. I already fixed it. .. <<Cause im lost with it. Haha!

-thanks again.

#7  2008-06-07 22:44:36

J-pop
 Jovan
J-pop's display avatar
» Banned
jpop musics: LISTEN
Location: japan
Registered: 2008-02-03
Posts: 114
Last visit: 2008-07-25
Reputation: -1
???

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

nice! watta genuine trick Xiru




j-pop is me:
_watashi jpop musics_

#8  2008-06-08 00:38:54

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFriendster
Anadipsic en Sarcophilous
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 10892
Last visit: Yesterday
Reputation: 1302
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

^thanks, pop pop. hahalol

#9  2008-06-08 00:54:19

mudpoet
 rick ryan medillo
mudpoet's display avatar
» FriendsterManiac
Location: in my dreams
Registered: 2008-01-22
Posts: 946
Last visit: Yesterday
Reputation: 11
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

drop down cp so cool.....im gonna try this later....
thanks for sharing...



click for mudpoet's layout

#10  2008-06-08 01:19:11

leidenice
 Shi Lun ao
leidenice's display avatar
» FriendsterGeek
:]
Artwork 101
Location: laptop
Registered: 2008-01-29
Posts: 1124
Reputation: 91
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

nice codes.

kip it up..

=)=):thumbsup:

#11  2008-06-08 03:13:13

yhen21
 yhen
yhen21's display avatar
» FriendsterTalker
Registered: 2008-03-09
Posts: 138
Last visit: 2009-05-03
Reputation: ~

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

thanks!!!:thumbsup:


#12  2008-06-08 03:13:54

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFriendster
Anadipsic en Sarcophilous
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 10892
Last visit: Yesterday
Reputation: 1302
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

Thanks,. Am gonna share... other menu tricks,... Next time

=)

#13  2008-06-08 04:17:20

arip
 >>>>><<<<<<
arip's display avatar
» FriendsterAddict
i'll come to you.. Beware
Alchemy Explicit AE
Location: behind you!!..
Registered: 2007-11-21
Posts: 326
Last visit: 2009-03-18
Reputation: 2
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

nice!... =D how to make the box transparent and change the font?

and to change the go box to


sory for troubling u.. i'm not good in codes.... :D

green button for u... =)

Last edited by arip (2008-06-08 04:37:21)

#14  2008-06-08 06:13:59

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFriendster
Anadipsic en Sarcophilous
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 10892
Last visit: Yesterday
Reputation: 1302
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

^Already
updated it..
now with versions 1.2 and 1.3

Thanks arip. for the idea. Err.. + for you!

#15  2008-06-08 06:56:24

arip
 >>>>><<<<<<
arip's display avatar
» FriendsterAddict
i'll come to you.. Beware
Alchemy Explicit AE
Location: behind you!!..
Registered: 2007-11-21
Posts: 326
Last visit: 2009-03-18
Reputation: 2
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

wow!... my first repu!.....=D

thanks buddy... :D


but my GO box is below the select box?.. how to make it to the right like in the preview?..

Last edited by arip (2008-06-08 07:18:15)

#16  2008-06-08 07:55:46

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFriendster
Anadipsic en Sarcophilous
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 10892
Last visit: Yesterday
Reputation: 1302
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

^maybe your
dest is more than 1...

1 is the preferred number of frame.

<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1>
<option value="">Select
<OPTION VALUE="http://www.friendster.com/usersearch.php?search=1&country=ID&usearch=UR EMAIL ADD HERE">Add me
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE">Send PM
<OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE&action=sendsmile">Send SMILE
<OPTION VALUE="http://www.friendster.com/referafriend.php?refer=FS ID HERE">Refer a friend
<OPTION VALUE="http://www.friendster.com/group/inviteone.php?uid=FS ID HERE">Group invitation
<OPTION VALUE="http://www.friendster.com/comments.php?uid=FS ID HERE">Drop comments
<OPTION VALUE="http://www.friendster.com/editprofile.php">Edit PROFFY
</SELECT>
<INPUT TYPE="BUTTON" VALUE="GO!" onClick="surfto(this.form)">
</FORM>

And maybe your go button... exceeded in .... width... .... 30 to 32 px of width
is recommended. Edit yours.
Thanks dude.

#17  2008-06-08 08:08:52

arip
 >>>>><<<<<<
arip's display avatar
» FriendsterAddict
i'll come to you.. Beware
Alchemy Explicit AE
Location: behind you!!..
Registered: 2007-11-21
Posts: 326
Last visit: 2009-03-18
Reputation: 2
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

i use version 1.2 and i just copy/paste... i did not edit the width.. is it because of the size of my primary pic which  is small?..

#18  2008-06-08 08:12:45

rapsalonga
» FriendsterNewbie
Registered: 2008-06-07
Posts: 99
Last visit: 2008-06-12
Reputation: ~

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

Cool tnx for sharring

#19  2008-06-08 08:23:43

arip
 >>>>><<<<<<
arip's display avatar
» FriendsterAddict
i'll come to you.. Beware
Alchemy Explicit AE
Location: behind you!!..
Registered: 2007-11-21
Posts: 326
Last visit: 2009-03-18
Reputation: 2
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

it's still the same buddy!.. :wallbash::wallbash: how to edit the width of the select box?..

#20  2008-06-08 09:31:28

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFriendster
Anadipsic en Sarcophilous
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 10892
Last visit: Yesterday
Reputation: 1302
Friendster

Re: [UPDATED!] Pull down Trick (cp buttons) V.1/ V 1.2/ V 1.3

Oops. Now, i know the problem
I viewed your php...file

UR PHP...

You edit the ... drop comments into drop me comments and send a smile into
send me a smile. Which are... Long words. So, the width exceeded. If you like, you can
adjust the width in this code:


var xiru = "<iframe style='FILTER: chroma(color=#666666)' allowtransparency='true' frameborder=0 width='100%' height='56' scrolling='no' src=URL OF PHP FILE HERE></iframe>";
document.getElementById('controlPanelButtons').style.height='60%';
document.getElementById('controlPanelButtons').style.overflowY='hidden';
document.getElementById('controlPanelButtons').innerHTML = "<table  width='100%'><tr><td align='center'>"+xiru+"</td></tr></table>";

or, edit the words, that I stated.

Thanks~

Search Friendstertalk

Board footer

FriendsterTalk is not affiliated with Friendster.com
© 2002–2009 PunBB

[ 8 queries - 0.075 second ]
Powered by SyntheticNetwork

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)