Pages: 1 2

If you are a WVM fanatic... This trick is for you
![]()
This is what I'm talking about ... 

Compatibility: Working in All Major Browser ![]()
Credits:
Netzgestah Scripts
Bro Shakiro214 (For Other Image Effect)Reflex
Instant
Glossarize
Bro ShirowMasamune
Class-S Family
Requirements:
WVM 2.2-2.3
make up your mind, just choose 1 effect..
decide right away ok? 
The Bevel EffectClick and copy the code inside this link and upload it to your own hosting site.
http://h1.ripway.com/cloudmp3/effects/bevel2.js
PHP EDITING
Insert the code below inside the head of tracker php(outside of the <?php codes?>), and
don't forget to edit the links ok...
<script type="text/javascript" src="URL_OF_BEVEL.JS"></script>
Last Step: insert the code below before the closing of body tag(</body>) tag(outside of the <?php codes?>):
<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="bevel noshine islinear ishadeopac100 iglowcolccff00 ishadecolccff00";
i++;
}
}
ClassSWvMCommand();
//-->
</script>We're done with the bevellion effect... ![]()
The Curl EffectClick and copy the code inside this link and upload it to your own hosting site.
http://h1.ripway.com/cloudmp3/curl.js
PHP EDITING
Insert the code below inside the head of tracker php(outside of the <?php codes?>), and
don't forget to edit the links ok...
<script type="text/javascript" src="URL_OF_CURL.JS"></script>
Last Step: insert the code below before the closing of body tag(</body>) tag(outside of the <?php codes?>):
<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="curl isize75";
i++;
}
}
ClassSWvMCommand();
//-->
</script>We're done with the Curl Effect 
The Sphere EffectClick and copy the code inside this links:
http://h1.ripway.com/cloudtwisted/testi…ere_lib.js
http://h1.ripway.com/cloudtwisted/testi…/sphere.js
PHP EDITING
Insert the code below inside the head of tracker php(outside of the <?php codes?>), and
don't forget to edit the links ok...
<script type="text/javascript" src="URL_OF_SPHERE.JS"></script> <script type="text/javascript" src="URL_OF_CVI_SPHERE_LIB.JS"></script>
Last Step: insert the code below before the closing of body tag(</body>) tag(outside of the <?php codes?>):
<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="sphere icolorff0033";
i++;
}
}
ClassSWvMCommand();
//-->
</script>We're done with the sphere effect... ![]()
The Filmed EffectClick and copy the code inside this link and upload it to your own hosting site.
http://h1.ripway.com/cloudmp3/effects/filmed.js
PHP EDITING
Insert the code below inside the head of tracker php(outside of the <?php codes?>), and
don't forget to edit the links ok...
<script type="text/javascript" src="URL_OF_FILM.JS"></script>
Last Step: insert the code below before the closing of body tag(</body>) tag(outside of the <?php codes?>):
<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="filmed icolorccff00";
i++;
}
}
ClassSWvMCommand();
//-->
</script>We're done with the filmed effect ...
The Slided EffectClick and copy the code inside this link and upload it to your own hosting site.
http://h1.ripway.com/cloudmp3/effects/slided.js
PHP EDITING
Insert the code below inside the head of tracker php(outside of the <?php codes?>), and
don't forget to edit the links ok...
<script type="text/javascript" src="URL_OF_SLIEDED.JS"></script>
Last Step: insert the code below before the closing of body tag(</body>) tag(outside of the <?php codes?>):
<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="slided ibgcolor99ccff igradient6699aa horizontal";
i++;
}
}
ClassSWvMCommand();
//-->
</script>We're done with the slided effect ... 
The Edge EffectClick and copy the code inside this link and upload it to your own hosting site.
http://h1.ripway.com/cloudmp3/effects/edge.js
PHP EDITING
Insert the code below inside the head of tracker php(outside of the <?php codes?>), and
don't forget to edit the links ok...
<script type="text/javascript" src="URL_OF_EDGE.JS"></script>
Last Step: insert the code below before the closing of body tag(</body>) tag(outside of the <?php codes?>):
<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="edges imask1";
i++;
}
}
ClassSWvMCommand();
//-->
</script>We're done with the edge effect ... 
PS
Feel free to ask if you have any questions
Post your thoughts and appreciation if you like it.
Ok i can relax now.. Enjoy Guys
Last edited by blurrycloud (2008-10-26 12:35:43)

woot! i like the film effect!!
thanks for posting this.. very handy.. 

wow...i like the sphere!!!
ALL HAIL CLOUD 

haha sphere and filmed effect are
coolness...
bro Ck and regiee sankkyouu
Last edited by blurrycloud (2008-10-11 12:55:40)

great.. i'll try this one.. 

nice wvm brother...
good job....
thanks for share in here.....

First Post Updated
Added: 2 new image effects
Slided Effect
Edge Effect
Enjoy Choosing..
![]()

Thanks for sharing these effects for our tracker
Can you give short example of where to add the codes? I'm a little confused 
Last edited by bobcbar (2008-10-11 14:17:13)

+Online+ |

Sir Bob .. Inside your PHP you can Inject the link of the image effect just like this
<script type="text/javascript" src="URL_OF_EFFECT.JS"></script>
<?php
$phpowner="######";
$limit=1000;
?>
<?php
<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="CLASS_HERE";
i++;
}
}
ClassSWvMCommand();
//-->
</script>
</body>
</html>
I bolded some part so you can easily recognized the codes inside your Php file.. Sir... ![]()
Last edited by blurrycloud (2008-10-11 15:11:36)

Thanks I will give this a try in a few 

+Online+ |

no problem sir.. anytime^ ![]()

ei,,, can we use the WVM of lordheinz????

-Offline- |

♥ Banned Queen ♥ wrote:
ei,,, can we use the WVM of lordheinz????
yeah.. any version of wvm is ok...
Last edited by blurrycloud (2008-10-12 14:22:05)

ur so nice to share this...i would like to thank you for sharing us! 
Last edited by darksoulsilent (2008-10-12 04:11:04)
»One World One Dream«

-Offline- |

oh, so this is the trick that you're telling to me.. nice compilation sir.. you're so cool.. that's why i keep on admiring you in tweaking.. hehe! 
i'll go for the edge effect because it fits to my new layout.. 
![]()




-Offline- |

good choice bro ^
sankyouuuuuuuu

blurrycloud wrote:
yeah.. any version of wvm is ok...
can u give me a sample??????

-Offline- |

Php codes of Wvm2.3 and wvm modified by heinz is just the same... the only difference is the features of each WVM..
So the process of adding this trick is just the same...
Intensively the tutorial...... Asked whether not heavy the internet connection if the person saw our FS appearance???? Because of this WVM scrolling...

kuntilanak wrote:
Asked whether not heavy the internet connection if the person saw our FS appearance???? Because of this WVM scrolling...
You can remove the Scrolling Effect for the benefits of your viewer with slow internet connection..
Well it's up to you...

Last edited by blurrycloud (2008-10-12 14:25:05)
Pages: 1 2