Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

UNMOVABLE vote box :)

for(alive>0){makeMoney()}
Loyal Member
Joined
Aug 1, 2006
Messages
357
Reaction score
68
My friend Rapidblue gave me this votebox for my servers site. It is UNMOVABLE and in most MuWeb sites it blocks people from reseting unless they vote. both the YES and NO button will take you to the vote thing :D

Preview:
xphire - UNMOVABLE vote box :) - RaGEZONE Forums


All you have to do find this code in your Index.php:
Code:
<?
session_start();
header("Cache-control: private");
ob_start();
$timeStart=gettimeofday();
$timeStart_uS=$timeStart["usec"];
$timeStart_S=$timeStart["sec"]; 
require("config.php");
include("includes/web_modules.php");
include("includes/clean_var.php");
include("includes/login.class.php");
login();
logincheck();
check_user(); 
?>

Paste the script under ?>

First change **VOTELINK** with your vote link from any 1 site.
Code:
<SCRIPT language=JavaScript1.2>
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

//drag drop function for NS 4////
/////////////////////////////////



var dragswitch=0
var nsx
var nsy
var nstemp

function drag_dropns(name){
if (!ns4)
return
temp=eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown=gons
temp.onmousemove=dragns
temp.onmouseup=stopns
}

function gons(e){
temp.captureEvents(Event.MOUSEMOVE)
nsx=e.x
nsy=e.y
}
function dragns(e){
if (dragswitch==1){
temp.moveBy(e.x-nsx,e.y-nsy)
return false
}
}

function stopns(){
temp.releaseEvents(Event.MOUSEMOVE)
}

//drag drop function for ie4+ and NS6////
/////////////////////////////////


function initializedrag(e){
crossobj=ns6? document.getElementById("dnwtop_100_showimage") : document.all.dnwtop_100_showimage

var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "HTML" : "BODY"

while (firedobj.tagName!=topelement&&firedobj.id!="dragbar"){
firedobj=ns6? firedobj.parentNode : firedobj.parentElement
}

if (firedobj.id=="dragbar"){
offsetx=ie4? event.clientX : e.clientX
offsety=ie4? event.clientY : e.clientY

tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)

dragapproved=true
document.onmousemove=drag_drop
}
}
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")

////drag drop functions end here//////

function hidebox(){
if (ie4||ns6)
	crossobj.style.visibility="hidden"
else if (ns4)
	document.dnwtop_100_showimage.visibility="hide"
}

document.write('');

document.write('<div id="dnwtop_100_showimage" style="z-index: 300; position:absolute;width:380px;left:30;top:370"><table border="1" bordercolor="666666" width="380" bgcolor="FFFFFF" cellspacing="0" cellpadding="0"><tr><td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="36"><tr><td width="100%" background="" id="dragbar" title="You May Drag Me" height="25"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(dnwtop_100_showimage)" onMouseout="dragswitch=0"><span style="font-weight: bold; font-family: Verdana; font-size: 12px; color: 000000;  padding: 6px; padding-bottom: 4px;">Vote for us!</span></layer></ilayer></td></tr><tr><td width="100%" bgcolor="2b322a" style="padding:10px; border: solid 000000 2px; border-top:0px; font-family:Verdana; font-size:12px; color:000000;"><!-- PUT YOUR CONTENT BETWEEN HERE ----><i><BR><center><b><img src="http://www.xtremetop100.com/votenew.jpg"><br><br><font color="yellow"></font><font color="white">Vote and this box will go away!!</font> <font color="yellow"></font><font color="white">Vote For Us.<br>Thank you RapidBlue for this vote box!</b></i><br><br><div align="center"><a href="**VOTELINK**" target="_blank" onClick="hidebox()"><img src="http://nycmuonline.com/images/site/buttons/yesbutton.gif" border="0"><img src="http://nycmuonline.com/images/site/buttons/nobutton.gif" border="0"></a>    <a href="#" onClick="hidebox();return false"></a>   </div><!-- END YOUR CONTENT HERE-----></td></tr></table></td></tr></table></div></center>');
</SCRIPT>


Credits:
xphire(me): Removing drag function and releasing
RapidBlue: giving it to me
Maker: unknown


Enjoy.
 
Last edited:
Spewing Logic Since 93
Joined
May 6, 2007
Messages
175
Reaction score
1
Re: [Release]UNMOVABLE vote box :)

Good work xphire :D
 
Experienced Elementalist
Joined
Sep 14, 2006
Messages
206
Reaction score
37
Re: [Release]UNMOVABLE vote box :)

haha cool =P
vote vote vote! XD
good work
 
Newbie Spellweaver
Joined
Dec 4, 2006
Messages
97
Reaction score
0
Re: [Release]UNMOVABLE vote box :)

very good
 
Junior Spellweaver
Joined
Jan 21, 2007
Messages
117
Reaction score
0
Re: [Release]UNMOVABLE vote box :)

wow:D thx.. this is what i've been looking for^^
 
Junior Spellweaver
Joined
Jan 21, 2007
Messages
117
Reaction score
0
Re: [Release]UNMOVABLE vote box :)

At least xphire released it :p, really USEFUL!!!

yea, i hate ppl so full of them like that person. If you had it since 4 months why didn't you release it? You're just SELFISH.. Again BIG THX xphire :)
 
Junior Spellweaver
Joined
Oct 4, 2006
Messages
128
Reaction score
0
Re: [Release]UNMOVABLE vote box :)

thanks man for share
( if i am a player i hate that, but wherever im the admin)
:p
 
for(alive>0){makeMoney()}
Loyal Member
Joined
Aug 1, 2006
Messages
357
Reaction score
68
Re: [Release]UNMOVABLE vote box :)

Happy you all like it :D
 
Experienced Elementalist
Joined
Feb 11, 2006
Messages
219
Reaction score
1
Re: [Release]UNMOVABLE vote box :)

two words, and this usually kills a servers popularity, FORCED VOTING!

i hate servers that do this, it not fun voting for servers that u may dislike
 
for(alive>0){makeMoney()}
Loyal Member
Joined
Aug 1, 2006
Messages
357
Reaction score
68
Re: [Release]UNMOVABLE vote box :)

two words, and this usually kills a servers popularity, FORCED VOTING!

i hate servers that do this, it not fun voting for servers that u may dislike

Frienz made you vote every time you want to open their launcher. I'm working on coding a auto voter, so mwuhahahaha
 
Spewing Logic Since 93
Joined
May 6, 2007
Messages
175
Reaction score
1
Re: [Release]UNMOVABLE vote box :)

:p well the vote box for me is good and i would like to find a vote bot once i do i will release so every one can have a good server but dose not me it wont be buggy on purpose ;)
 
Skilled Illusionist
Joined
May 10, 2007
Messages
378
Reaction score
0
Re: [Release]UNMOVABLE vote box :)

Aghhh any server I see using crap like this I immediately leave, its sad that you have to make it so they HAVE to vote so they can play the server and crap...
Whatever though, have fun with it..


And also the crap where you have to vote before you can enter the site pisses me off too.
 
Loss is a relative term.
Joined
Sep 26, 2006
Messages
232
Reaction score
3
Re: [Release]UNMOVABLE vote box :)

the original one haved X button , and you can close the window, this is just a modification of that ( deleting X button ^^ )
 
Back
Top