Hello ppl
I search for a vote system in my private serveur (H5) i have found a lot answer on our forum but i have a problem
i use this http://maxcheaters.com/forum/index.php?topic=198204.0
but don't work (.reward = you must go first on ....)
i have 2 data (L2jgc & L2jls)
can't you help me for instal this vote system??
i think my problem is here:
Veriphy.php
$DBLoc='localhost'; <== Ip of my computer??? (90.xxx.xxx.xxx)
$DBUser='root'; <== my acc
$DBPass='123123'; <=== my mdp
$DBName='l2jdb'; <= L2jgc or l2jls ???
and when i launch my serve i have on eror in bank.java
----------
1. WARNING in C:\Users\Asus\Desktop\Lineage 2\game\data\scripts\handlers\voi
ommandhandlers\Banking.java (at line 124)
L2DatabaseFactory.close(con);
^^^^^^^^^^
The method close(Connection) from the type L2DatabaseFactory is deprecated
----------
2. WARNING in C:\Users\Asus\Desktop\Lineage 2\game\data\scripts\handlers\voi
ommandhandlers\Banking.java (at line 143)
L2DatabaseFactory.close(con);
^^^^^^^^^^
The method close(Connection) from the type L2DatabaseFactory is deprecated
My serv work on local (hamachi) for the moment but website is in a site (http://xxxx.xxx/index.html) wamp is Online but i don't open port on livebox & computer
i must do open port for work??? port n°??? on livebox & computer (firewall?)
Thx for help =)