There is one on PB, but I can't find it, is there any way some one can make it?
Darkmage
I'll see what I can do later today!![]()
No promises though!![]()
ok, if you want to see the code, I found it.
Try this:
Main Header:Code:
- <script>
- if(location.href.match(/\/view_profile/i)){
- user = (location.href.match(/\/user\//i))?location.href.split(/\/user\//i)[1].replace(/\//,''):vf_username;
- s= "<script src=http://vf.wrighty.info/codes/profile_views/views.php?forum="+location.host+"&user="+user+"></scr"+"ipt>";
- document.write(s);
- }
- </script>
Main Footer:Code:
- <script>
- if(location.href.match(/\/view_profile/i)){
- d = document.getElementById('full_profile').getElementsByTagName('span')[0];
- d.innerHTML += ' ('+tot_views+' views)';
- }
- </script>
Preview:
Thanks Wrighty
It works ^_^
No problem