sniperkillz • PM |
Jan 25, 2012 3:02 AM
|
![]() Posts: 24 |
hey guys im have some iddues with all the game tracker banners
when u click any weres on the banner it does not do nothing i have othere banners too i eaven just put the code in it dont work GT banner: or when u click on the veiw all players dont work any ideas to help me |
burn • PM |
Jan 25, 2012 3:51 AM
|
![]() Posts: 10924 |
You could try clearing your browser cache and see if that helps. If that does not help, which browser are you using? Did you manually change the settings to disallow things like javascript or other features?
To confirm what you are having issues with: If you are on http://www.gametracker.com/server_info/208.167.242.100:27015/, clicking the "VIEW ALL PLAYERS & STATS" button does not work for you and the server banner below is not clickable on the server page: ![]() You were not very descriptive in your comment, so please clarify if I am off the mark. ![]() |
sniperkillz • PM |
Jan 25, 2012 4:45 PM
|
![]() Posts: 24 |
soory
ok as u see the game tracker banner that is on here now in ur post reply i can click on it and it works goes right were i want it to be but when i get banner link in wont work i use I.E browser java updated the banner that u posted works when i click on it but not when i put it on my server motd this is what im useing for banner is there some thing wrong here <iframe src="http://cache.www.gametracker.com/components/html0/?host=208.167.242.100:27015&bgColor=1F2642&fontColor=8790AE&titleBgColor=11172D&titleColor=FFFFFF&borderColor=333333&linkColor=FF9900&borderLinkColor=999999&showMap=0¤tPlayersHeight=100&showCurrPlayers=1&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=240" frameborder="0" scrolling="no" width="240" height="412"></iframe> this is how i got it set up for my motd other banners work but this one dont mayby u can edit to help me im new at this <html> <head> <title></title> </head> <body bgcolor="#000000" text="white"> <center><img width=100% border="0" src="http://i657.photobucket.com/albums/uu292/sniperkillz357/dod_motd1-1.jpg"></center> </body> </html><iframe src="http://cache.www.gametracker.com/components/html0/?host=208.167.242.100:27015&bgColor=1F2642&fontColor=8790AE&titleBgColor=11172D&titleColor=FFFFFF&borderColor=333333&linkColor=FF9900&borderLinkColor=999999&showMap=0¤tPlayersHeight=100&showCurrPlayers=1&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=240" frameborder="0" scrolling="no" width="240" height="412"></iframe><!--- START GAMESERVERS.COM BANNER --> <a href="http://www.gameservers.com/?ref=1623296"> <img src="http://images.gameservers.com/image_12.gif?ref=1623296" width="300" height="250"></a> <!--- END GAMESERVERS.COM BANNER --><a href="http://www.gameservers.com/clanpay/?clanid=6c6df85facf0a5167c2b24452d7ccce2"><img src="https://www.gameservers.com/images/clanpay/clanpaybutton.png" alt="" border="0"/> |
burn • PM |
Jan 25, 2012 5:15 PM
|
![]() Posts: 10924 |
You should insert your added html inside the body tag. If the motd does not allow iframes, then you may not be able to use the HTML banner there. Try moving the html to the correct spot or try to use the image banner instead.
![]() |
sniperkillz • PM |
Jan 25, 2012 6:18 PM
|
![]() Posts: 24 |
ok what do u mean move to html can u input text to show me plz
|
sniperkillz • PM |
Jan 25, 2012 6:35 PM
|
![]() Posts: 24 |
& the ><iframe works cuz the other two are the same i dont under stand
or what u mean on image how do i do that |
burn • PM |
Jan 25, 2012 7:00 PM
|
![]() Posts: 10924 |
I was trying to say that the MOTD you posted above is poorly written.
Even though this is very basic, here is better version - Again, you need the frames in the body tag. - You missed a closing </a> tag - You forgot to use quotes in one spot - You used deprecated tags <html> <head> <title></title> </head> <body style="background-color:#000000;color:#ffffff"> <center><img width="100%" border="0" src="http://i657.photobucket.com/albums/uu292/sniperkillz357/dod_motd1-1.jpg"></center> <iframe src="http://cache.www.gametracker.com/components/html0/?host=208.167.242.100:27015&bgColor=1F2642&fontColor=8790AE&titleBgColor=11172D&titleColor=FFFFFF&borderColor=333333&linkColor=FF9900&borderLinkColor=999999&showMap=0¤tPlayersHeight=100&showCurrPlayers=1&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=240" frameborder="0" scrolling="no" width="240" height="412"></iframe> <a href="http://www.gameservers.com/?ref=1623296"> <img src="http://images.gameservers.com/image_12.gif?ref=1623296" width="300" height="250"> </a> <a href="http://www.gameservers.com/clanpay/?clanid=6c6df85facf0a5167c2b24452d7ccce2"> <img src="https://www.gameservers.com/images/clanpay/clanpaybutton.png" alt="" border="0"/> </a> </body> </html> ![]() |
sniperkillz • PM |
Jan 25, 2012 8:57 PM
|
![]() Posts: 24 |
lol usterstand but when i dont know what im doing its hard and i tryed ur layout motd does work like it did but game tracker still dont work when veiw all players
thiis is my DODS server if u have the game u can c what im talikng about 208.167.242.100:27015
Last edited by: sniperkillz Jan 25, 2012 9:04 PM
|
burn • PM |
Jan 25, 2012 9:49 PM
|
![]() Posts: 10924 |
Go back to the banner page and regenerate the code selecting "Show online players" and "Show top players" and they will be shown. Since you do not have these variables in the iframe url, those blocks do not show.
![]() |