Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J [SHARE][RUSSIAN]New web release 2.0 + 58 Skins + Doc Links

Status
Not open for further replies.
Experienced Elementalist
Joined
Sep 11, 2007
Messages
283
Reaction score
1
remember rate this thread ppl =)
 
Gunz Developer / Support
Joined
Feb 3, 2008
Messages
568
Reaction score
45
Excellent... 10/10 .. Excelletin Traduction :D

Nice 58 Skins, And Release 2.0 :D
 
Initiate Mage
Joined
Dec 16, 2007
Messages
4
Reaction score
0
Thx for share!!! It looks really nice!!!
(It
 
Last edited:
Legendary Battlemage
Joined
Oct 1, 2006
Messages
621
Reaction score
0
Access denied for user 'ODBC'@'localhost' (using password: NO)

Check again your configs.To be more specific,check the mysql password.BTW,If you are running them on EasyPHP,I had some probs too,then I used the regular apache.Try that if the password is allright.

PS.Remember to create another account on fusion news or change the pass,even if it is for just showing it.You did hear that fusion news site was hacked didnt you? =D
Anyway,I put this message on your main page too ;).
 
Experienced Elementalist
Joined
Sep 11, 2007
Messages
283
Reaction score
1
Updated First Post: Added patch "modules" for new kamael faces. Enjoy=)
 
Newbie Spellweaver
Joined
Jul 24, 2005
Messages
56
Reaction score
0
english:

wow... sum skin dont works with firefox :(.....

but drsmart skin works with firefox and it's cool.. i love it :D


espa
 
Account Upgraded! :P
Joined
Apr 11, 2007
Messages
193
Reaction score
3
hi, i have 2 problems!

1: Page doesnt Display the Title that i have put in config, but it is displaying "LineAge II"
2:When u go to Status For all the informations are empty!
Plz if anyone know how to fix it pls tell me! Thanks

ScreenShoot:
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Sep 11, 2007
Messages
283
Reaction score
1
the web is not conected to your db you must check user and pass db and ip of course.
you are using 2.0 files or older?
 
Newbie Spellweaver
Joined
Feb 5, 2008
Messages
32
Reaction score
0
what is the Login and Pass for CuteNews ?

anyway, thnx
 
Experienced Elementalist
Joined
Sep 11, 2007
Messages
283
Reaction score
1
Try to connect your db.
try root in news
 
Account Upgraded! :P
Joined
Apr 11, 2007
Messages
193
Reaction score
3
i think db is connected because showses the status in main page, but in Status-> for all doesnt Work...
 
Initiate Mage
Joined
May 25, 2007
Messages
2
Reaction score
0
Hello everyone!

I am preety new to L2J but I have managed to make a server work.

I used Apache2.2 on my PC and website connected perfectly to my server (localhost mysql) and I could see everything (server status, accounts, registration, etc.).

I have found a free host and made myself an account.

Using SmartFTP I uploaded entire website to the net (my adress l2t.110mb.com).



What I need help is making my website connect to the mysql and my server database located on my PC.

File config.php I modified and inputed this :



Code:
$L2JBS_config["mysql_host"]="localhost"; // MySQL IP
 
$L2JBS_config["mysql_port"]=3306; // MySQP port
 
$L2JBS_config["mysql_db"]="l2jdb"; // l2jdb or your lineage 2 server database name
 
$L2JBS_config["mysql_login"]="root"; // MySQL Login name 
 
$L2JBS_config["mysql_password"]="*****"; // MySQL Password



It worked perfect on Apache, but what do I need to input to make it connect from l2t.110mb.com to my servers database on my PC.



Thank you for the release, it's great ;)
 
Newbie Spellweaver
Joined
Sep 21, 2006
Messages
77
Reaction score
0
i think this dont work becouse it use the database from the webspace and the server database is on your comp :S
 
Newbie Spellweaver
Joined
Oct 27, 2007
Messages
16
Reaction score
0
Hello everyone!

I am preety new to L2J but I have managed to make a server work.

I used Apache2.2 on my PC and website connected perfectly to my server (localhost mysql) and I could see everything (server status, accounts, registration, etc.).

I have found a free host and made myself an account.

Using SmartFTP I uploaded entire website to the net (my adress l2t.110mb.com).



What I need help is making my website connect to the mysql and my server database located on my PC.

File config.php I modified and inputed this :



Code:
$L2JBS_config["mysql_host"]="localhost"; // MySQL IP
 
$L2JBS_config["mysql_port"]=3306; // MySQP port
 
$L2JBS_config["mysql_db"]="l2jdb"; // l2jdb or your lineage 2 server database name
 
$L2JBS_config["mysql_login"]="root"; // MySQL Login name 
 
$L2JBS_config["mysql_password"]="*****"; // MySQL Password



It worked perfect on Apache, but what do I need to input to make it connect from l2t.110mb.com to my servers database on my PC.



Thank you for the release, it's great ;)

just make a or other service and redirect it on your ip

(example), (site is not a real one, it's only an example)

and on the mysql_host witch is in the site config, use the URL you made with the services i told you before ( NO-IP, etc.... ).

(example)

Code:
$L2JBS_config["mysql_host"]="myl2server.no-ip.org"; // MySQL IP
 
$L2JBS_config["mysql_port"]=3306; // MySQP port
 
$L2JBS_config["mysql_db"]="l2jdb"; // l2jdb or your lineage 2 server database name
 
$L2JBS_config["mysql_login"]="root"; // MySQL Login name 
 
$L2JBS_config["mysql_password"]="*****"; // MySQL Password

oh, and make sure the 3306 port is opened on your ROOTER (if you are behind one)...
 
Status
Not open for further replies.
Back
Top