Author |
Message |
Topic: Run MySQL at Startup? *Resolved* |
Nick889
Replies: 1
Views: 4723
|
|
Does anyone know of a way to run MySQL at startup just like Abyss does? Sometimes my computer crashes and I would like to be able to have MySQL come up on its own when I restart similar to the way Ab ... |
Topic: MOD: Bandwidth Meter |
Nick889
Replies: 7
Views: 23584
|
|
$20 bucks says this isnt your fault and there isnt much you can do about it... but if you have sent less than 1 meg of data than the bandwidth meter is always 50% full no matter what until you send at ... |
Topic: MOD: Bandwidth Meter |
Nick889
Replies: 7
Views: 23584
|
|
//Open /chl/stats.chl
Find: ^@StatOutputKb^
Replace with...
<script>
var stata = parseFloat(^@StatOutputKb^) / parseFloat(1024);
document.write(statc);
< ... |
|