Oh...
Sorry m8...
I wouldnt know if it was or wasnt a large server load...
We shouldnt be on a shared server...
Our owner forked out and bought a Dedicated Server after Bandwidth troubles...
We did have over 400 members about 3 weeks ago, but CyrixWeb, our former Hosting Company, moved their software, and in the process, destroyed our old database...There wouldnt have been a problem, if they had told us the truth from the outset...They lied and said that it would be back up soon and stuff, and eventually had to tell the truth...
We had to purchase 30Gb of Bandwidth after we ran out because of all the new members, but thankfully, we are with a much more profession hosting company now...
Like I said...We were pretty big, and we got about 20 new members a day at that stage, and we would have continued to grow, had CyrixWeb not screwed up...
About the hack - I think I have developed a code, but I am not sure if it would work...
I think it is partly right, but if someone could tell me :
Here it is :
Quote:
// jump from quicklist
$goto = '';
switch($userid) {
case 'admin1': $goto = '1'; break;
case 'admin2': $goto = '2'; break;
case 'admin3': $goto = '3'; break;
case 'mod1': $goto = '11'; break;
case 'mod2': $goto = '12'; break;
}
if ($goto != '') {
if ($s) {
$sessionhash = $s;
}
header("Location: $goto.php?s=$sessionhash");
exit;
}
// end quicklist redirects
<br>
//GENERATE quicklist:
$curuserid = $userid;
makequicklist();
|
If its totally wrong dont laugh - I am learning php as fast as I can, and Ive only been doing it since my first hack...
Satan