vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Help with this banner rotation plz. (https://vborg.vbsupport.ru/showthread.php?t=100028)

DudeSicko 11-03-2005 09:34 PM

Help with this banner rotation plz.
 
I have found this banner rotation in java, but no mather what i do i cant get it to work with vBulletin :(

The scripts it self works great, but not when i integrate it into vB.

http://www.mor-far.dk/forum/reklamer.htm

So how do i get it to work, i want it right under the navigation bar, i have used this to include a external file:

PHP Code:

// effort to help

globalize($_REQUEST, array(
'file' => STR,
'title' => STR
));

$file="reklamer.htm";

$exts "html, htm, php, txt, shtml";
$formats explode(",",str_replace(" """strtolower($exts)));
function 
checkfile($file$formats) {
  
$ext strtolower(substr($file,-strpos(strrev($file),'.')));
  if(!
in_array($ext$formats)) return FALSE;
  if(!
file_exists($file)) return FALSE;
  if( 
substr($file,0,5) != "./../" && substr($file,0,7) != "http://" ) return TRUE
  return 
FALSE;
}

if (
checkfile($file$formats)) {
$fd fopen ($file,"r");
$buffer fread($fd,filesize($file));
fclose ($fd);
$buffer str_replace('"',"'",$buffer);
} else {
$errormessage "There is an error with this link: $file";
}
// $navbits[""] = $pagetitle;
// $navbits = construct_navbits($navbits);

eval("\$MARTINBAR = \"$buffer\";");

// end of effort to help 

// Martin Slut 


Main script i want to use:
PHP Code:

<SCRIPT LANGUAGE="JavaScript"><!--
Banner_imganz=3;var Banner_sctr=0;var Banner_halt=0;var Banner_rand=1;var Banner_timeout=3000;var Banner_isn=new Array();
if (
document.images) {
for (
i=0;i<Banner_imganz;i++) Banner_isn[i]=new Image();
  
Banner_isn[0].src="http://www.mor-far.dk/blandet/webshop/mybook/logo-lille.gif";
  
Banner_isn[1].src="http://www.mor-far.dk/blandet/webshop/june/logo-lille.gif";
  
Banner_isn[2].src="http://www.mor-far.dk/blandet/webshop/softfair/logo-lille.gif";
 
}
var 
Banner_durl=new Array();
Banner_durl[0]="http://www.mor-far.dk/blandet/webshop/mybook/anbefal-webshop.asp";
Banner_durl[1]="http://www.mor-far.dk/blandet/webshop/june/anbefal-webshop.asp";
Banner_durl[2]="http://www.mor-far.dk/blandet/webshop/softfair/anbefal-webshop.asp";
function 
Banner_rotate(){
if (
Banner_halt!=1){
  if (
Banner_rand==0) {Banner_sctr++;}
  else {
Banner_sctr=Math.floor(Math.random()*Banner_imganz);}
  if (
Banner_sctr>Banner_imganz-1Banner_sctr=0;
  if (
document.images) {
  
document.Banner.src=Banner_isn[Banner_sctr].src;
  } else {
  
document.Banner.src=Banner_isn[Banner_sctr];
  }
  
setTimeout("Banner_rotate()",Banner_timeout);
}
}
function 
Banner_link(){
Banner_halt=1;
if (
Banner_durl[Banner_sctr].length!=0window.open(Banner_durl[Banner_sctr],'_blank');
}
function 
Banner_status(){ parent.window.status=Banner_durl[Banner_sctr];}
-->
</
SCRIPT>

<
A HREF="#" onClick="Banner_link();return false" onMouseover="Banner_status();return true;" onMouseout="parent.window.status='';return true;" target="_blank">
<
SCRIPT LANGUAGE="JavaScript">
<!--
Banner_sctr=-1; if (Banner_rand==0) {Banner_sctr++;}
  else {
Banner_sctr=Math.floor(Math.random()*Banner_imganz);}
if (
document.images) {
  
document.write('<img src="'+Banner_isn[Banner_sctr].src+'" alt="Banner" border=0 name=Banner></A>');
} else {
  
document.write('<img src="'+Banner_isn[Banner_sctr]+'" alt="Banner" border=0 name=Banner></A>');
}
setTimeout("Banner_rotate()",Banner_timeout);// -->
</SCRIPT></a

All i see is nothing, the picture dont show up for some reason, i can get the link to work if i put in normal text inbetween, but not with the picture it self.

Or is there a faster way to do a simple banner rotation there ?

DudeSicko 11-08-2005 10:19 AM

No one can help ?


All times are GMT. The time now is 09:40 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.02161 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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