Custom Whos Amung Us
.: August 9th, 2010 in HowTo by emcgfx .:.
21 views .:.
0 Comments
Did you ever wanted to have unique custom name with whos.amung.us online users counter ? Well now you can. Read this to know how to do it. This is very easy, I’ve just discovered this today when I took a look at http://widgets.amung.us/small.js source code. Simply copy this code in your site, and where it says ‘CUSTOM’ type your own unique name. For example johndoe1 Note: It must be alphanumeric for it to work. This it, its that easy :-) I don’t know if its vulnerability or just coded like this. But it works. Enjoy.
1
2
<script type="text/javascript" src="http://widgets.amung.us/small.js"></script>
<script type="text/javascript">WAU_small('CUSTOM')</script>
Did you ever wanted to have unique custom name with whos.amung.us online users counter ? Well now you can. Read this to know how to do it. This is very easy, I’ve just discovered this today when I took a look at http://widgets.amung.us/small.js source code. Simply copy this code in your site, and where it says ‘CUSTOM’ type your own unique name. For example johndoe1 Note: It must be alphanumeric for it to work. This it, its that easy :-) I don’t know if its vulnerability or just coded like this. But it works. Enjoy.
1 2 | <script type="text/javascript" src="http://widgets.amung.us/small.js"></script> <script type="text/javascript">WAU_small('CUSTOM')</script> |




