Page 1 of 2

L2JWeb Donation system

Posted: Fri May 22, 2009 7:02 am
by Diaboloooo
The L2JWeb Donation system is basically a Pannel where Admins can log, and ADD donation Items (Enchants and Quantity Included), Directly inside the player Inventory.

The Player Inventory Must be NO more than 80% Full ! (Some FREE slots are needed (AT least 10 to be sure all going WELL).

The Donation Items Can be basically ALL, (All Items, ALL Weapons, ALL Armors) !

And This this is SECURED

How It Works ?

Well, First of All you must Have a Server (A Live one, or Just for testing Purposes in localhost), then an Apache+PhP (I suggest Xammp), And you are done.


All Is Explained VERY WELL in my Video Tutorial (As always in FULL High Definition) Inside the Archive I will post After the Completed Upload.

I think Will be VERY usefull for all Server who Have donations, and for admins who wants to make all AUTOMATIZATED (whithout going in Game to give the donated item to the donator). By this system you can do it by WEB way, Very Secured with passwords, without any problem, cuz the item will be putted inside the Player Inventory (look the sample Video).



Download: http://hotfile.com/dl/3237652/15a57a2/L ... eN.7z.html

Download Fixed versio: http://hotfile.com/dl/5169841/884d88d/L ... lo.7z.html

Re: L2JWeb Donation system

Posted: Sun May 24, 2009 7:54 pm
by gio
Not bad.. how did you get all the pics?

Re: L2JWeb Donation system

Posted: Sun May 24, 2009 9:27 pm
by daedalus
You can take most of the item image here : http://l2wh.com/l2whdb.php

Re: L2JWeb Donation system

Posted: Wed May 27, 2009 2:59 pm
by lishawj
I tested the donation system and it's not working for me. The page displays an "undefine variable" errors after signing in.

Re: L2JWeb Donation system

Posted: Fri May 29, 2009 6:23 pm
by NyXrB
Yea same problem for me :(

Re: L2JWeb Donation system

Posted: Wed Jun 03, 2009 4:07 am
by pelotazos
Error in charId

charId = 0 all items 8(

Re: L2JWeb Donation system

Posted: Fri Jun 05, 2009 3:53 am
by seanpaul
charId problem is very simple fix in line 212 of index.php change obj_id to charId to match the DB and all will work.

Code: Select all

<a href="?acao=add&id_char=<?php echo $c->[b][u][color=#FF0000]obj_Id[/color][/u][/b]; ?>&t=<?php echo $t; ?>&id_item=<?php echo $id_item; ?>">
To this

Code: Select all

<a href="?acao=add&id_char=<?php echo $c->[b][u]charId[/u][/b]; ?>&t=<?php echo $t; ?>&id_item=<?php echo $id_item; ?>">

Re: L2JWeb Donation system

Posted: Fri Jun 19, 2009 11:01 am
by dasoldier
Hey seanpaul.

is this donation system still updated ?
because if i try to add it to apache with php support it still gives me undefine variable errors when i log into the website.
i have changed the obj_Id to charId but it still gives me the undefine variable error.
does this one support the kamael database ? because i saw Godofaden starting up interlude.

Re: L2JWeb Donation system

Posted: Sun Jul 26, 2009 7:14 pm
by ordenador
I do a new FIX from this files.

Fix by Ordenador:

Added new icons. CT2 GRACIA FINAL from L2WHDB (install items.sql).
Added Description.
Fixed the maximum amount to add items.

Download the new fixed version : http://rapidshare.com/files/260332591/L ... enador.rar

Re: L2JWeb Donation system

Posted: Tue Dec 08, 2009 5:20 am
by Uriel_l2
This is great! really great
Thx a lot!

Re: L2JWeb Donation system

Posted: Sun Feb 07, 2010 8:12 am
by disorder35
Yo Ordenator, we need an updated object id list for the donation system because on Gracia Epilogue when I add an Item to a char it give me an object id number error on gameserver start up at the item table.

Re: L2JWeb Donation system

Posted: Sat Feb 20, 2010 5:51 pm
by kurtspirit
Yeah ! Looks great but .... on first; Rapidshare is a really big s*** .. Can you upload on other place please (2shared is slower but all users can download the files.) and is it easy to update ? If that's not too hard, i wait a new link and try to update after.. Thank you !

Re: L2JWeb Donation system

Posted: Fri Apr 02, 2010 6:35 pm
by Delux
Nice share for Donation!

Re: L2JWeb Donation system

Posted: Wed Apr 14, 2010 11:13 pm
by nackgr
How can i make it work with plesk ? ... at gameserver i have plesk too to manage domains .. where should i put it to work ? thanks

Re: L2JWeb Donation system

Posted: Sat May 08, 2010 2:43 pm
by disorder35
Why when I give an Item to a player I get an error on gameserver "Object Id error" everytime I restart the server and when the player log in the game?