vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   refreshing a div in a module VBA (https://vborg.vbsupport.ru/showthread.php?t=165913)

leenster 12-23-2007 12:54 AM

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>

so basicly reload onours2.php into that div every 30 seconds or so

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>

--------------- Added [DATE]1198447821[/DATE] at [TIME]1198447821[/TIME] ---------------

anybody?

Marco van Herwaarden 12-24-2007 07:21 AM

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.

leenster 12-24-2007 09:24 AM

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?

Marco van Herwaarden 12-24-2007 10:07 AM

If it is a vBA module, then the best place would be on the vBA support forums i guess.

leenster 12-25-2007 01:40 AM

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'

i would have like to use a div but this works...

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.


All times are GMT. The time now is 08:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01113 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete