[b]pashya[/b]
kodenya ga direct ya bro, maksudnya ga nongol sama sekali
bisa bro posting ke sini ga semua JS nya bro pashya
[b]trus kalo yg bro tanyain script ini[/b]
[quote]"<li><a rel=\"shadowbox\" class=\"option\" title=\"[b]JUDUL[/b]\" href=\"[b]URL YG DIMAU[/b]\">[b]JUDUL[/b]</a><li>"+[/quote]
itu script buat nambah elemen CP Button
[b]script aslinya kan begini[/b]
[spoiler]var tax="<li><a rel=\"shadowbox\" class=\"option\" title=\"Send Message here\" href=\"http://www.friendster.com/sendmessage.php?uid=[b]ID FS[/b]\">Send Message</a><li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Send a Smile here\" href=\"http://www.friendster.com/sendmessage.php?uid=[b]ID FS[/b]&action=sendsmile\">Send a Smile</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Add Me?\" [b]URL ADD FRIEND KALIAN[/b]\">Add as Friend</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Forward me to Friend?\" href=\"http://www.friendster.com/referafriend.php?refer=[b]ID FS[/b]\">Forward to Friend</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Invite me to Group?\" href=\"http://www.friendster.com/group/inviteone.php?uid=[b]ID FS[/b]\">Invite to Group</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Add a Comment for Me?\" href=\"http://www.friendster.com/comments.php?uid=[b]ID FS[/b]\">Add Comment</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Add me to your Bookmarks?\" href=\"http://www.friendster.com/bookmarks.php?action=add&uid=[b]ID FS[/b]\">Add Bookmark</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Friendstertalk\" href=\"http://theftalk.com/forum.php\">My Forum</a><li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"My Gallery\" href=\"http://www.friendster.com/gallery.php\">My Gallery</a><li>"+
"<li><a rel=\"shadowbox;width=480;height=430\" class=\"option\" title=\"Nonton Yuk\" href=\"http://h1.ripway.com/bodbehel/oby/TV.html\">TV Online</a><li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"My Lovely\" href=\"[b]URL FOTO[/b]\">My Lovely</a><li>";[/spoiler]
[b]kalo mau bro tambahin selipkan di atas script yg bagian ini[/b]
[quote]document.getElementById('controlPanelButtons').style.height='100%';
document.getElementById('controlPanelButtons').innerHTML = "<table width='100%'><tr><td align='center'>"+tax+"</td></tr></table>";[/quote]
tinggal edit yg saya tebalin [b]ID FS[/b] (ganti dgn UID FS mu)
ganti jg ini [b]URL ADD FRIEND KALIAN[/b] (ganti dgn url add as friends mu)
edit jg [b]URL FOTO[/b] (ganti dgn Foto pacarmua)
[b]script jadinya begini:[/b]
[spoiler]var tax="<li><a rel=\"shadowbox\" class=\"option\" title=\"Send Message here\" href=\"http://www.friendster.com/sendmessage.php?uid=[b]ID FS[/b]\">Send Message</a><li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Send a Smile here\" href=\"http://www.friendster.com/sendmessage.php?uid=[b]ID FS[/b]&action=sendsmile\">Send a Smile</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Add Me?\" [b]URL ADD FRIEND KALIAN[/b]\">Add as Friend</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Forward me to Friend?\" href=\"http://www.friendster.com/referafriend.php?refer=[b]ID FS[/b]\">Forward to Friend</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Invite me to Group?\" href=\"http://www.friendster.com/group/inviteone.php?uid=[b]ID FS[/b]\">Invite to Group</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Add a Comment for Me?\" href=\"http://www.friendster.com/comments.php?uid=[b]ID FS[/b]\">Add Comment</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Add me to your Bookmarks?\" href=\"http://www.friendster.com/bookmarks.php?action=add&uid=[b]ID FS[/b]\">Add Bookmark</a></li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"Friendstertalk\" href=\"http://theftalk.com/forum.php\">My Forum</a><li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"My Gallery\" href=\"http://www.friendster.com/gallery.php\">My Gallery</a><li>"+
"<li><a rel=\"shadowbox;width=480;height=430\" class=\"option\" title=\"Nonton Yuk\" href=\"http://h1.ripway.com/bodbehel/oby/TV.html\">TV Online</a><li>"+
"<li><a rel=\"shadowbox\" class=\"option\" title=\"My Lovely\" href=\"[b]URL FOTO[/b]\">My Lovely</a><li>";<li><a rel=\"shadowbox\" class=\"option\" title=\"[b]JUDUL[/b]\" href=\"[b]URL YG DIMAU[/b]\">[b]JUDUL[/b]</a><li>"+
document.getElementById('controlPanelButtons').style.height='100%';
document.getElementById('controlPanelButtons').innerHTML = "<table width='100%'><tr><td align='center'>"+tax+"</td></tr></table>";[/spoiler]
Last edited by adrizz_ndezo (2008-12-04 14:24:01)