djr33 what about this possibility? I have had a person who helped me with this crawler code from here say this can be done with a plugin and they will be back after the holidays to help. But here's the problem with using a PB plugin, to store the words (info) they would use keys and they provide 10 free ones and the words would be stored on PB server. So you say what's wrong with this? A key holds about 4000bytes of info and my fear is with a long drawn out game like this 10 keys aren't enough? They will sell you keys but what if before the game ended one needed 50 keys?
Back to this crawler code, look at the photos moving from left to right at the top of my forum:
http://thescooterprofessor.proboards.com/
This is a plugin that the same member that said they could help me with a plugin for this game helped me make with this crawler code:
http://www.dynamicdrive.com/dynamici...wler/index.htm
Now before we converted to the new V5 software this is how I used it on the old forum V4.
I put this code in my header:
Code:
<script type="text/javascript" src="http://www.jr-richscooterdoc.com/crawler.js">
/* Text and/or Image Crawler Script v1.53 (c)2009-2011 John Davenport Scheuer
as first seen in www.dynamicdrive.com/forums/
username: jscheuer1 - This Notice Must Remain for Legal Use
*/
</script>
I downloaded the JS crawler to my godaddy host:
http://www.dynamicdrive.com/dynamici...ler/crawler.js
This was how I added my photos and also the padding, size, speed color, etc.
Code:
<center><div class="marquee" id="Scooter">
<a href="http://picturepush.com/public/12769653"><img src="http://www5.picturepush.com/photo/a/12769653/640/12769653.jpg" border="0" alt="Image Hosted by PicturePush - Photo Sharing" /></a>
<a href="http://picturepush.com/public/12769670" target="_blank"><img src="http://www2.picturepush.com/photo/a/12769670/220/12769670.jpg" border="0" alt="Image Hosted by PicturePush - Photo Sharing" /></a>
<a href="http://picturepush.com/public/12769682"><img src="http://www4.picturepush.com/photo/a/12769682/640/12769682.jpg" border="0" alt="Image Hosted by PicturePush - Photo Sharing" /></a>
<a href="http://picturepush.com/public/12769688" target="_blank"><img src="http://www5.picturepush.com/photo/a/12769688/220/12769688.jpg" border="0" alt="Image Hosted by PicturePush - Photo Sharing" /></a>
</div></center>
<script type="text/javascript">
marqueeInit({
uniqueid: 'Scooter',
style: {
'padding': '5px',
'width': '450px',
'background': 'lightyellow',
'border': '1px solid #CC3300'
},
inc: 5, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 2,
neutral: 150,
persist: true,
savedirection: true
});
</script>
So could we not figure out how to make the game on the forum and store the words on my other server? I'm not going to move my forum to another server, first of all it's against the TOS of Proboards, second I've spent too many hours building what I have and don't want to start over. If I can't make this work any other way except the proposed plugin from PB so be it but I sure would like to if I can.
Thanks for listening.
Bookmarks