Welcome Guest [Log In] [Register]



Add Reply
Autopost/Block Script
Topic Started: Dec 23 2006, 11:52 AM (251 Views)
rig
1a5a6a4
Administrators
Lol its been a long time since I made one of these...

The autopost=true section can be changed to part of the url of the page it autoposts at.
Example: http://z3.invisionfree.com/allmodGMC/index...4&autopost=true

Quote:
 

<script>
// Autopost/Block Script Made by Rig
// z3.invisionfree.com/allmodGMC/
function run_scr()
{
content="Put your text here"
document.getElementById('post').innerHTML=content
tehbutton=document.getElementById('submit')
tehbutton.click()
}
function exit()
{
meserror="Cannot Reply To This Thread!"
document.getElementById('post').innerHTML=meserror
tehbutton=document.getElementById('submit')
tehbutton.disabled=true
}
if(location.href.match("autopost=true")){
run_scr()
}
else
{
if(location.href.match("t=Topic Number")){
exit()
}
}
</script>
Posted Image
Offline Profile Quote Post Goto Top
 
ari_aaron
Member Avatar
1a4
Root Administrator
I guess you got it without me. Good job!

I used something like this somewhere...I think it was the PM report code.

My msn: Posted Image
Posted Image
If anyone wants GMail or Windows Live Messenger invites, PM me!
Offline Profile Quote Post Goto Top
 
rig
1a5a6a4
Administrators
I think this code might not be compatible with firefox though, but at least it works for IE. :)
Posted Image
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · InvisionFree Scripts · Next Topic »
Add Reply


Theme designed by Sith of Outline