[align=center][sup]++++++++++ [color=#ff0000][Class - S] Production[/color] ++++++++++[/sup]
[img]http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/111.gif[/img][/align]

This is a very simple trick..

[b]Credits[/b]
:rose: [b]Blurrycloud[/b] for his Plug Me on Sidebars.
[url=http://theftalk.com/t22832-Plug-Your-Site-Trick.html]HERE[/url]
:rose: [b]Cip6192[/b] for the refresh button and upgrades.
www.plugme.net

Bounce by Dr. Dre, Missy and Justin Timberlake

[b]
Scrnshot:[/b]
[img]http://img329.imageshack.us/img329/1101/plugwh8.jpg[/img]
[u][b]STEPS[/b][/u]
1. Register in
www.plugme.net
2. Log in
3. Go to [b]Settings[/b].
4. Choose the following:

Button Size: [b]88x31[/b]

Buttons per Row: [b]6 - 8[/b]

Number of Rows: [b]2[/b]
5. Click [b]Save Changes[/b]
6. See the [b]HTML code[/b]
[hr]
:idea: Just put the code below your onload handler:
[quote]var class = document.getElementById("footer_container");
var S = "<br><div style='font-weight:[b][color=red]???[/color][/b];background-color:'[b][color=red]??????[/color][/b]'><a href='http://www.friendster.com/info/index.php?statpos=footer'><font face='[b][color=red]??????[/color][/b]' SIZE='1' COLOR='[b][color=red]??????[/color][/b]'>About Us</font></a> | <a href='http://www.friendster.com/info/contacts.php?statpos=footer'><font face='[b][color=red]??????[/color][/b]' SIZE='1' COLOR='[b][color=red]??????[/color][/b]'>Contact Us</a></font> | <a href='http://www.friendster.com/affiliate.php?statpos=footer'><font face='[b][color=red]??????[/color][/b]' SIZE='1' COLOR='[b][color=red]??????[/color][/b]'>Promote My Profile</font></a> | <a href='http://www.friendster.com/custhelp.php?statpos=footer'><font face='[b][color=red]??????[/color][/b]' SIZE='1' COLOR='[b][color=red]??????[/color][/b]'>Help</font></a> | <a href='http://www.friendster.com/info/tos.php?statpos=footer'><font face='[b][color=red]??????[/color][/b]' SIZE='1' COLOR='[b][color=red]??????[/color][/b]'>Terms of Service</font></a> | <a href='http://www.friendster.com/info/privacy.php?statpos=footer'><font face='[b][color=red]??????[/color][/b]' SIZE='1' COLOR='[b][color=red]??????[/color][/b]'>Privacy Policy</font></a><br><font face='[b][color=red]??????[/color][/b]' SIZE='1' COLOR='[b][color=red]??????[/color][/b]'>Copyright 2002-2007 Friendster, Inc. All rights reserved. U.S. Patent No. 7,069,308, 7,117,254 & 7,188,153</font>"+"<br><br><div align='center'>Links<br><iframe frameborder=0 name='plugboard' scrolling=no height='[b][color=red]HEIGHT[/color][/b]' width='[b][color=red]WIDTH[/color][/b]' allowtransparency='true' src='http://www.plugme.net/board.php?username=[b][color=red]USERNAME[/color][/b]' id='plugboard'></iframe><br>"+
"<form action='http://www.plugme.net/add.php' method='post' name='plugform' target='plugboard'><input type='hidden' name='username' value='[b][color=red]USERNAME[/color][/b]''><input type='button' value='Refresh the Plugboard' name='plugboard' style='float:center;' onClick='window.plugboard.location.href=document.getElementById(\"plugboard\").src'> <input name='button' value='Image URL' maxlength='255' onFocus=\"if (this.value == 'Image URL') this.value = '';\" onBlur=\"if (this.value == '') this.value = 'Image URL';\"> <input name='website' value='Website URL' maxlength='255' onFocus=\"if (this.value == 'Website URL') {this.value = '';}\" onBlur=\"if (this.value == '') this.value = 'Website URL';\"><input class=button type='submit' value='Plug'></div>"+"<div align='right'><font face='[b][color=red]??????[/color][/b]' SIZE='1'>Back to Top:</font> <a class='navigation' href='#navigation'><font face='[b][color=red]??????[/color][/b]' SIZE='1'color='[b][color=red]??????[/color][/b]'>Yes</font></a>|<a class='navigation' href='#footer_container'><font face='Arial' SIZE='1'color='[b][color=red]??????[/color][/b]'>No</font></a></div></div>";
class.innerHTML = S;[/quote]

Just fill up the [b]BOLDED[/b] parts.

You can get the [b]Height, Width and Username[/b] in the HTML code of your plug me.
example of HTML code:
[quote]<div align="left">
<iframe src="http://www.plugme.net/board.php?username=[b]ducheszv[/b]" name="plugboard" width="[b]546[/b]" height="[b]68[/b]" scrolling="no" marginwidth="0" marginheight="0" allowTransparency="true" frameborder="0"></iframe>
</div><div align="left"[b] blah blah blah blah blah[/b][/quote]
[b][color=red]NOTE:[/color][/b] Do not copy the HTML codes above coz its mine and it's not complete. LOL
[b]For the CSS:[/b]
[quote]#footer_container {
width: 895px; /* you can change this */
height: 165px;
line-height: 1em;
position: relative;
padding: 10px auto;
margin: 10px auto;
border-color: [b][color=red]??????[/color][/b];
border-width: 1px;
border-style: solid;
background: url([b][color=red]??????[/color][/b]);
background-position: center center;
background-repeat: repeat;
background-color: [b][color=red]??????[/color][/b];
}[/quote]
Last edited by ducheszv (2008-06-16 06:51:48)