L2JWeb Donation system

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Diaboloooo
Posts: 3
Joined: Wed Nov 07, 2007 4:45 pm

L2JWeb Donation system

Post 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
Last edited by Diaboloooo on Fri Jun 05, 2009 6:37 am, edited 2 times in total.
gio
Posts: 186
Joined: Fri Apr 13, 2007 1:40 am
Contact:

Re: L2JWeb Donation system

Post by gio »

Not bad.. how did you get all the pics?
---
L2J = Convert.ToL2J(L2off);
---
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: L2JWeb Donation system

Post by daedalus »

You can take most of the item image here : http://l2wh.com/l2whdb.php
Daedalus
lishawj
Posts: 253
Joined: Thu Apr 30, 2009 12:29 am

Re: L2JWeb Donation system

Post by lishawj »

I tested the donation system and it's not working for me. The page displays an "undefine variable" errors after signing in.
NyXrB
Posts: 26
Joined: Mon May 18, 2009 6:19 pm

Re: L2JWeb Donation system

Post by NyXrB »

Yea same problem for me :(
pelotazos
Posts: 58
Joined: Tue Jun 03, 2008 4:52 pm

Re: L2JWeb Donation system

Post by pelotazos »

Error in charId

charId = 0 all items 8(
seanpaul
Posts: 21
Joined: Fri Nov 30, 2007 5:42 am

Re: L2JWeb Donation system

Post 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; ?>">
dasoldier
Posts: 73
Joined: Wed May 31, 2006 6:26 pm
Location: Holland
Contact:

Re: L2JWeb Donation system

Post 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.
User avatar
ordenador
Posts: 19
Joined: Sun Jul 26, 2009 5:57 pm
Location: Chile

Re: L2JWeb Donation system

Post 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
Uriel_l2
Posts: 1
Joined: Tue Dec 08, 2009 3:31 am

Re: L2JWeb Donation system

Post by Uriel_l2 »

This is great! really great
Thx a lot!
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: L2JWeb Donation system

Post 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.
So What?????
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: L2JWeb Donation system

Post 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 !
Delux
Posts: 4
Joined: Fri Apr 02, 2010 4:04 pm

Re: L2JWeb Donation system

Post by Delux »

Nice share for Donation!
nackgr
Posts: 28
Joined: Fri Dec 25, 2009 12:46 am

Re: L2JWeb Donation system

Post 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
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: L2JWeb Donation system

Post 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?
So What?????
Post Reply