If you are a WVM fanatic... This trick is for you :D :thumbsup:
This is what I'm talking about ... :D
[img]http://img370.imageshack.us/img370/9223/waaall1.png[/img]
[b]Compatibility:[/b] Working
Php codes of Wvm2.3 and wvm modified by heinz is just the same... the only difference is the features of each WVM..
:idea: So the process of adding this trick is just the same...
[spoiler]Inside your PHP you can Inject the link of the image effect just like this
[quote][color=green]<script type="text/javascript" src="URL_OF_EFFECT.JS"></script>[/color]
[b]<?php
$phpowner="######";
$limit=1000;
?>
<?php[/b][/quote]
[hr]
The function code should be place before the closing of the </body> tag
[quote][color=green]<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>[/color]
[b]</body>
</html>[/b][/quote]
I bolded some part so you can easily recognized the codes inside your Php file..[/spoiler]