Hey Kazuldur i am just wondering about the admin panel for faucetinabox When adding a new table in the admin panel
what would i have to do? i already done the title part that was easy but how can i add a other table?
What do you mean by "table"?
Like you know how you got the admin settings right how can i add a other setting in the admin panel like referrals one?
Edit $admin_template variable in script/admin_templates.php. Just copy-paste from some other tab and customize it. Then you have to handle fetching data for this in admin.php file.
I can't give anything more specific, as it would depend on what exactly you want to do.