Welcome back Albenski,
I can honestly say I don't remember you but that may of been before my time sort to speak.
However welcome back and sorry to hear about your circumstances.
Good luck with your new game :)
Ooo "idiot" and "dumbass" in the same sentence well I did well didn't I?
My intention wasn't to ruin this mod infact the double post was a slight accident so before you call me an idiot and or a dumbass, grow a pair and think of better names as I have one of them in my signature you 'dumbass'..
If I want to open a new thread I will do but not to insult your inteligence or lack of, but more like something that people will find usefull.
Kthxbi ;)
I cannot give you an actual correct answer to this Bodyguard problem as I don't know how it has been done :S
All I can say is hope that the owner can fix it before all the players leave..
We will more than happily help when we can however here there is not right lot we can do sorry.
Well bigint would allow it to have a larger number so that's not really the soloution.
For some reason my money is on some exploitable script within the game that people are using the their advantage.
As most games that don't have known exploits don't usually have stats higher than a couple thousand at most.
http://thedrizzlenetwork.com/ -- A FAILED WEBSITE ALREADY!! LMFAO!!!
You might benefit from a few tutorials you noob
WTF!?!?
"<marquee>The Drizzle Network - By Dillion Dewitt </marquee>"
^lol^
And you call you're self a programmer?
And that made sense how? LOL!!
Let's break it down Pudding.
'And you call you are self a programmer?'
^Now tell me that makes sense 8o
Now if it's set up remotely like Mc Codes where there is like a globals file that has everything in one place including a configed linked in then check that query make sure there is a connection identifier on the end of it ;)
Forget the array();
<?php
// Add to your whitelist
$whitelist = "
<img>
[i]";
// Then use your whitelist within Strip_tags() ;)
$message = "[img=http://domain.tld/image.png]
Some Text [i]WooP[/i]
Hello</p>";
$message = strip_tags($message, $whitelist);
echo $message;
?>