This look's great, loads better then the one which was posted a while ago Great Work Twizted :]
I do think this should off been posted in "Free Plug-ins" though :P
DJK; Quite a lot off new comers to PHP/MCCodes wont filter the username at all, I think its safer to do it in any free/paid mod just incase someone else dont
What exactly do you think is the issue?
change
$_GET['ID']=abs((int) $_GET['ID']);
into
$_GET['ID'] = ( isset($_GET['ID']) AND ctype_digit($_GET['ID']) ) ? $_GET['ID'] : '' ;
maybe?
Most people don't filter it in preferences so xss can be used..
Maybe you should explain why you wouldn't use it?
Seems a waste of posts if you don't give a explanation in the first post.
I just wouldn't >,< Don't see a point, if you do please enlighten me
Well, As I said, I'd pay $40 happily, It could change when I see it, but I think with all those features $40 is rather cheap
MTG'S version is just an updated version off MCCodes Basic one's ;)
@CJ; Magictallguys is secured/updated. With 2/3 added features. This sounds actually loads better
@Dayo; I'd actually pay around $30-$40, How you listed it, I think it sounds worthy off my cash. Let us know when we can see a demo :)
Well I don't like it, However I'll be nice and give you some suggestions
Remove all die(""); - Make it show endpage function then exit; ;)
Format the {$ir['username']}
Instead off using "\${$ir['rescue']}" Use money_formatter
Change some off those queries, Make them all one ;)
It could be made much more better :)