Raftaar if ure willing to sell that, u should've post in on other forums i guess.
And i dont think its worth 13$.
If u think that Sphinx's work is worth 5$ so i think ur iis worth about 1.5$
P.s. i believe that referer system is working properly, all u added is new column in 'gebruikers' to track referers, which means:
u did that:
To do that (free):
open register.php
find
change to:Code:mysql_query("INSERT INTO `gebruikers` (`account_code`, `voornaam`, `achternaam`, `land`, `character`, `username`, `geb_datum`, `datum`, `aanmeld_datum`, `wachtwoord`, `email`, `ip_aangemeld`, `wereld`) VALUES ('".$activatiecode."', '".$voornaam."', '".$achternaam."', '".$land."', '".$character."', '".$inlognaam."', '".$gebdate."', '".$date."', '".$date."', '".$wachtwoordmd5."', '".$email."', '".$ip."' , '".$wereld."')");
dont forget to use sql query in phpmyadmin:Code:mysql_query("INSERT INTO `gebruikers` (`account_code`, `voornaam`, `achternaam`, `land`, `character`, `username`, `geb_datum`, `datum`, `aanmeld_datum`, `wachtwoord`, `email`, `ip_aangemeld`, `wereld`, `referer`) VALUES ('".$activatiecode."', '".$voornaam."', '".$achternaam."', '".$land."', '".$character."', '".$inlognaam."', '".$gebdate."', '".$date."', '".$date."', '".$wachtwoordmd5."', '".$email."', '".$ip."' , '".$wereld."', '".$referer."')");
and ofc download the file from attachment and upload it to main directory of pokemon area gameCode:ALTER TABLE `gebruikers` ADD `referer` varchar(50) NOT NULL
referers.zip
After that, users who will register using ur name as Referrer will be noted on page:
Code:http://yourgame.com/index.php?page=referers
P.s.2:
Also willing to trade nice script (if someone got something nice too):
As well got flash movement to encounter enemies but now working on javascript's one (instead of clicking areas)
Implementing as well quests and side-dungeons (secrets too)
I can do much more but most i need are fixed wild/trainer/duel-attack.php files ;]










