184 members and that much posts? that is all a lie
Code: Select all
<script type="text/javascript">
<!--
/*
Change forums total posts count
http://s9.invisionfree.com/iFusion/
*/
//Change the number below. This will add onto the current number of posts.
var newTotal = 5357;
var re = /made a total of <b>(.+?)<\/b> posts/i
var iCell = document.getElementsByTagName("td");
for(c=0;c<iCell.length;c++){
if(iCell[c].className == "row4" && iCell[c].innerHTML.match(re)){
var oldCount = RegExp.$1;
var iPosts = (newTotal + parseInt(RegExp.$1));
iPosts = iPosts.toString().replace(/(\d+)(\d{3})/, "$1,$2");
iCell[c].innerHTML = iCell[c].innerHTML.replace(oldCount, iPosts);
}
}
//-->
</script>
Code: Select all
<script>
/*
175 results in member list
Created by Funnyguy @ xwforum.com
*/
var iAo = document.getElementsByTagName('A')
for (i=0;i<iAo.length;i++){
if (iAo[i].href.indexOf("act=Members") != -1){
iAo[i].href+="&max_results=175"
}}
</script>
i found that in ur source code... mwuahahahahahhahaha
