jcrg_satan Posted February 23, 2007 Posted February 23, 2007 I setup two banners and added the code to the index of this page http://banners.jetcityrollergirls.com/ and it's a basic HTML page with <!--#exec cmd="cgi-bin/entropybanner.cgi"--> in the body and the file extention is.shtml whats going on for the images to not show up?? Quote
TCH-Bruce Posted February 24, 2007 Posted February 24, 2007 Welcome to the forums jcrg_satan I have never used that one sorry. Maybe one of our members has and will respond. Quote
TCH-Thomas Posted February 24, 2007 Posted February 24, 2007 Welcome to the forum, jcrg_satan. I tried this a long time ago but I don´t remember how I did it and if I did something more than you did. Have you looked in to similar scripts at hotscripts.com? Quote
TCH-Don Posted February 24, 2007 Posted February 24, 2007 I agree with Thomas, I remember I had trouble with it and your own script will give you more options. Quote
TCH-Don Posted February 27, 2007 Posted February 27, 2007 I did find a small php version that I modified that may help. ><?php srand((float) microtime() * 10000000); $image[1]['pic']='/img/image1.jpg'; $image[1]['link']='/folder/page01.html'; $image[2]['pic']='/img/image05.jpg'; $image[2]['link']='/folder/page02.html'; $image[3]['pic']='/img/image19.jpg'; $image[3]['link']='/folder/page03.html'; $rnd = array_rand($image); echo '<a href="'.$image[$rnd]['link'].'" target="_self">'; echo '<img src="'.$image[$rnd]['pic'].'" > ?> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.