New Year's Eve firework in the header

MobileHacks

New Member
animationek0.gif


What does this mod do?

It adds a flash file with fireworks. The flash is transparent so you can put it over your headers.

(Easy) installation:
1. Upload all files into your root. (You can upload it where ever you want. But make sure the path-changes in the installation steps are right)
2. Paste this code at the top of your header template of your wished style:
(Make sure you change the path for "http://www.yourdomain.com/flash_fireworks.js")
PHP:
<!--start fireworks by naruto-forum.de :) --> 
<script type="text/javascript"> 
var flash="feuerwerk.swf";        //just change the path in flash_fireworks.js 
var name="Feuerwerk"; 
var von_links=300;                 // set distance of the flash file from left 
var von_oben=5;                  // set distance of the flash file from the top 
var breite=400;                    //set width of the flash file 
var hoehe=300;                  //set height of the flash file 
var qualitaet="high"; 
var param1=""; 
var param2=""; 
</script> 
<script type="text/javascript" src="http://www.yourdomain.com/flash_fireworks.js"></script>     
<!--/end fireworks by naruto-forum.de :) -->

3. Change the (2) paths in flash_fireworks (yourdomain.com)

In the "flash_fireworks.js" is also a link to "index.php" so the "homelink" still works if you put it over your header and your users click on it.
 
Try step 2 again.
I colored the url by mistake and it won't be parsed in the
PHP:
 bb code. 
Guess you copied the color bb code, too^^! I have to appologize that mistake



[b]Before (wrong):[/b] 
In headertemplate search:
 	

 	[LEFT] 	[color=#000000] [COLOR=#0000BB][/color][/COLOR][php]<script type="text/javascript" src="[color=Red]http://www.yourdomain.com/flash_fireworks.js[/color]"></script>
[/LEFT]


After (i hope right now ):
replace:


PHP:
<script type="text/javascript" src="http://www.yourdomain.com/flash_fireworks.js"></script>
 
Lawl amateur!
It's fuckin easy, c'mon :D
Just upload the files, paste the header code and change 3 path's.
It can't be easier ;) Give it a try

Maybe you haven't read the second post.
Because the guy who stole my mod just copied every
little piece instead of correcting it in the first post :P
 
Onlinechan said:
Lawl amateur!
It's fuckin easy, c'mon :D
Just upload the files, paste the header code and change 3 path's.
It can't be easier ;) Give it a try

Maybe you haven't read the second post.
Because the guy who stole my mod just copied every
little piece instead of correcting it in the first post :P

I figured it out. When I posted that message I was exhausted. I took an other crack at it with complete and utter success.
 
Back
Top