[guide] to make a vote banner on your website menu

User Tag List

Results 1 to 7 of 7
  1. #1
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [guide] to make a vote banner on your website

    1 go into your website files in in the index go to the bottom and insert this code
    2 edit the part that need to be edited
    3 after save and exit refresh you host
    4 go on your site and it will be there congrats you can now anoy people 24 7 lol pluss get yuor site up in the charts


    HTML 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 drag_drop(e){
    if (ie4&&dragapproved){
    crossobj.style.left=tempx+event.clientX-offsetx
    crossobj.style.top=tempy+event.clientY-offsety
    return false
    }
    else if (ns6&&dragapproved){
    crossobj.style.left=tempx+e.clientX-offsetx
    crossobj.style.top=tempy+e.clientY-offsety
    return false
    }
    }
     
    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:1;top:1"><table border="1" bordercolor="659044" width="380" bgcolor="000000" cellspacing="0" cellpadding="0"><tr><td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="36"><tr><td width="100%" background="EDIT ME (background of top section)" 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: 659044;  padding: 6px; padding-bottom: 4px;">CHANGE ME (etc:  vote for my emu server!</span></layer></ilayer></td></tr><tr><td width="100%" bgcolor="e6cea0" style="padding:10px; border: solid 000000 2px; border-top:0px; font-family:Verdana; font-size:12px; color:000000;"><IGNORE!><i><BR><center><b><img src="CHANGE ME (background pic)"><br><br><font color="black">CHANGE ME (whatever you want it to say 2 lines before vote, i usually just put the server name)<br>Please Vote Every 12 Hours!</font> <font color="black"></font><font color="black"></b></i><br><br><div align="center"><a href="CHANGE ME (link to the vote site)" target="_blank" onClick="hidebox()"><img src="http://i215.photobucket.com/albums/cc292/L003Rad/agree.gif?t=1198037299" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" onClick="hidebox();return false"><img src="http://i215.photobucket.com/albums/cc292/L003Rad/decline.gif?t=1198037356" border="0"></a>&nbsp;&nbsp;&nbsp;</div><!-- END YOUR CONTENT HERE-----></td></tr></table></td></tr></table></div></center>');
     
    </SCRIPT>
    example on website below Wow Heros - Main page
    Last edited by project anthrax; 05-31-2008 at 02:14 AM.

    [guide] to make a vote banner on your website
  2. #2
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i get a see threw with texts (DONT WORK)

  3. #3
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works for me =p ill post a link of what is should look like

    btw the whole clown thing freaks me out lol
    removed by Unholy

  4. #4
    shobolan's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do I create an account page???

  5. #5
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there are many differnt templates and sites to download various examles such as mine which is bliz like may be to hard click the search tab and type in ascent website you know what to do from there
    removed by Unholy

  6. #6
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    923
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FAIL lol nah i haven't tried it but it looks ok...

    BUMP

  7. #7
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ITS AMAZING lol
    removed by Unholy

Similar Threads

  1. [Guide/Tutorial] Making a Youtube Video Advertising Your Server!
    By Vardak in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 06-23-2011, 02:15 PM
  2. How do you setup a vote page on your website for MaNGOS?
    By flatinc in forum WoW EMU Questions & Requests
    Replies: 9
    Last Post: 10-22-2008, 03:12 PM
  3. Replies: 216
    Last Post: 08-08-2008, 11:09 PM
  4. Guide For Making People Stay Longer In Your Server
    By jonny14 in forum World of Warcraft Guides
    Replies: 8
    Last Post: 05-12-2008, 05:54 PM
  5. How Do you make an vote popup on your private server wbsite like that one wowscape ha
    By project anthrax in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 01-28-2008, 12:41 AM
All times are GMT -5. The time now is 11:47 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search