You are viewing a post by simpleMe. View all 72 posts in [b]Updated as of Sept. 2, 2008[/b] (won't conflict with feruzz vmp) [b]Viewers Fake Comment script[/b] :thumbsdown: [quote]//Viewers Fake Comment by simpleMe aka tax function viewerscaption() { var c.
[quote]//Viewers Fake Comments by simpleMe
function viewerscaption() {
var comments = document.getElementById("content_18").getElementsByTagName("div")[0];
var caption =
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><div id='viewerpic'></div></div></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='http://www.friendster.com/user.php'>"+pageViewerFName+"</a></li>"+
"<li>Posted 06/6/2008 8:14 pm</li>"+
"<li><img src='[b]IMAGE LINK[/b]'></li>"+
"<li>[b]VIEWERS FAKE COMMENTS HERE[/b]</li>"+
"</ul></td>"+
"</tr></tbody></table></div>";
comments.innerHTML = caption;
}window.onload = function() {viewerscaption();}[/quote]
just edit the bold parts
Last edited by simpleMe (2008-06-14 03:26:05)