Foren / Cotonti / Support / About the speedy Redirection!!

how to increase the Redirection seconds

pieter
#21978 5. Januar 2010, 04:01
example: http://www.broens.be/forums.php?m=posts&q=5&n=last#bottom

add the following to BBCODES:
http://www.yoursite.com/admin.php?m=bbcode

Name:SWF

Pattern:
\[SWF\]((?:http://|https://|ftp://)?[^"\';:\?\[]+\.(?:SWF))\[/SWF\]

Replacement:
<object width="550" height="400">
<param name="movie" value="$1">
<embed src="$1" width="550" height="400">
</embed>
</object>
Change heigth and width like you want.

If you want to use it, use:
[SWF]URL.swf[/SWF]
[SWF]http://www.purple-twinkie.com//games/swf/SmacktheMonkey.swf[/SWF]

How to add to the menu, I don't know.

Added 1 minute later:

your file looks like this: http://www.broens.be/forums.php?m=posts&p=8

Added 15 minutes later:

# close2u : ok here we go

<embed src="http://www.deeyoo.com/heeso/farhia-fiska/wimpy.swf" flashvars="wimpyReg=NXhyZyUyQiUzQiUzQ18lMjglN0ZDJTI5JTNBdVlaUCU1REkuJTVCeDdyTiU3RHBRJTVE&wimpyApp=http://www.deeyoo.com/heeso/farhia-fiska/wimpy.php&startPlayingOnload=yes&trackPlays=http://www.deeyoo.com/trackscript.php&startupLogo=http://www.deeyoo.com/deeyo_001.gif" loop="false" menu="false" quality="high" wmode="transparent" width="470" height="140" scale="noscale" salign="lt" name="wimpy1808" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

You need to figure out what is changing everytime you use a different link.
eg youtubes address is only changing AFTER the =
So you can make a [youtube]CODE_AFTER_=[/youtube] and if will be transferred to the code with as variable the code between the codewords.

Can you tell us what is changing in the code above. Only this code?
wimpyReg=NXhyZyUyQiUzQiUzQ18lMjglN0ZDJTI5JTNBdVlaUCU1REkuJTVCeDdyTiU3RHBRJTVE
Or also other things like http://www.deeyoo.com/deeyo_001.gif ??

Do you have a link to the website with these things on?
... can we help you ...

Dieser Beitrag wurde von pieter (am 5. Januar 2010, 04:20, vor 15 Jahre) bearbeitet