Re: free item send script?!
Code:
<?php
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
$sql = 'DROP DATABASE pw';
mysql_close($link);
?>
dont be thief and you get help... fcker
Re: free item send script?!
You forgot mysql_query($sql); :laugh:
Re: free item send script?!
If you don't know how, why not just make everything simpler for yourself and add the item to a crafting npc or gshop? Eitherway, you could try the Get Item script, haven't looked at it, but guessing that's what would suite you best.