The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
refreshing a div in a module VBA
hey guys... hopefully someone can help me out...
I have a module that i made a while back that will show the players currently playing on our game servers.... every thing works great.. here is my question, how can i refresh the content of that module every 30 seconds? Code:
<tr><td class="thead"> <?php include 'ajax2.php'; //admins $pladmins=0; $playeradmins=array("{AK}--=Lone^Wolf=--","{AK}-=SteakSauce=-","{AK}canade","{AK}-texas_girl-","{AK}-Maj-Miller-CAP","{AK}SirJust","{AK}Rest_N_Pieces","{AK}Ghostrider","{AK}ParrotHead","{AK}Cat","{AK}FaDeD","{AK}CaptChaos","{AK}Benthien(DK)","{AK}-{Vipre0999}-","{AK}HTIEKAL.","{AK}Mighty_Rat","{AK}Kane","{AK}Ho-made","{AK}armortest","{AK}-=DARK505=-","{AK}SuperJel","{AK}thetolhouse","{AK}X-Tina1987","{AK}-=Junonman=-","{AK}Tiger","{AK}EvilMunkey","{AK}NaN-5.56","{AK}SuperShot","{AK}REDCORPSE","{AK}Turkey-5.56","{AK}Santa-5.56","{AK}multiplicity"); print "<b>Players currently playing on our Servers</b><br/>"; ?> <div id="players"> <? include'onours2.php';?> </div> </tr></td> It is this div i would like to refresh <div id="players"> <? include'onours2.php';?> </div> any help would be great... oh.. I tried using this script but it doesnt seem to work Code:
<script type="text/javascript"> function refreshit(){ //window.frames["players"].location.href = 'onours2.php';<< did not work ajaxpage('onours2.php','players'); << i wonder why that doesnt work (i use that function all the time and is included in ajax2.php) //document.getElementById('players').innerHTML="<? include'onours2.php';?>"; << did not work } var myInterval = window.setInterval(refreshit,30000); window.onload = refreshit; </script> anybody? |
#2
|
|||
|
|||
If you have questions/problems with a modification, then please post in the thread (or support forum/board) about that modification. Best chance to receive a reply from either the author or another member using the same modification.
|
#3
|
|||
|
|||
this is a mod that I created. I was hoping an other programmer would read the post and maybe had an idea on how to make it work. Where would i post such a post?
|
#4
|
|||
|
|||
If it is a vBA module, then the best place would be on the vBA support forums i guess.
|
#5
|
|||
|
|||
yes is is a vba module, i was just looking for vbulletin coders that might have been able to help me out.
too bad no one has a solution for me.... i got it to work though... i had to replace the DIV with a iframe and dynamicly load the content...... Code:
on timer ..... players.location.href ='onours2.php' http://asskickersinc.com look at >> Currently on our Servers in the center column if anyboidy knows how to make it work with ajax into a DIV while in vbulletin and VBA then please let me know. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|