
02-25-2003, 05:52 PM
|
 |
|
|
Join Date: Jan 2002
Location: Chicago
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Darkwaltz4
*bows* thanks to bitsys, battefight.php is fixed, so ill post the addon for summons....in around 3 days
to make 'register' points....
in register.php, find this: (its right under the placed code)
PHP Code:
// insert custom user fields
and decide an amount to give...ill label it as XXX in the next bit (i use 1000 currently)
replace the above code with:
PHP Code:
// insert custom user fields
$pfield=$DB_site->query_first("SELECT pointfield FROM items_options");
$pointfield = "$pfield[0]";
$DB_site->query("UPDATE userfield SET $pointfield=XXX WHERE userid=$userid");
now....there are some things to be aware of when doing this...
ppl may start fake members just to donate the 'registration points' to their true members (yes, all you have to do is log out to reregister, even with the vb option of 'only one registration per person')
to help combat this, i made an addon, the Donation Queue--see the very first post in this thread for more information and the link to download it.
This hack already uses magic vivi...? didnt u know?
|
it didn;t work. i registered myself agian and i get no money?
l8er
sonic
|