Jump to content
  • 0

[NEED PROGRAMER GUIDE]


Enigma

Question

Hi there,im stuck a little with finishing the account creator for l2off.

I downloaded here from the website the account creator of "L2 Account ZS ". If someone knows how to set it up,please let me know.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

readme.txt

 

[uS]

Requirements

+ Web Service

+ PHP+extension(extension=Php_gd2.dll, extension=Php_mssql.dll)

+ Change in php.ini (error_reporting  =  E_ALL & ~E_NOTICE)

+ SMTP server (release Localhost )

+ An available host to send e-mails to hotmail (Reverse DNS)

 

- Easy to register accounts with security code

- Change password by e-mail with safety

- Account limit by e-mail

- Change the text request by the Configpw.php

Link to comment
Share on other sites

  • 0

readme.txt

 

[uS]

Requirements

+ Web Service

+ PHP+extension(extension=Php_gd2.dll, extension=Php_mssql.dll)

+ Change in php.ini (error_reporting  =  E_ALL & ~E_NOTICE)

+ SMTP server (release Localhost )

+ An available host to send e-mails to hotmail (Reverse DNS)

 

- Easy to register accounts with security code

- Change password by e-mail with safety

- Account limit by e-mail

- Change the text request by the Configpw.php

 

 

 

I know what I need,but don't know what exactly to change.

 

 

<?php

/*

Report bugs zdarkdusk@hotmail.com

*/

 

/*SQL IP Address [Default: 127.0.0.1]*/

$CONFIG['dbaddress'] = "DOMAIN/PCNAME";

 

/*SQL Username [Default: sa]*/

$CONFIG['dbuser'] = "lala";

 

/*SQL Password [Default: l2off]*/

$CONFIG['dbpass'] = "lala";

 

/*Lineage II Database Database Name [Default: lin2db]*/

$CONFIG['dbdbname'] = "lin2db";

 

/*Lineage II World Database Name [Default: lin2world] */

$CONFIG['worlddbname'] = "lin2world";

 

/*Maximum Accounts Per Email [Default: 1 (0 for disabled.)]*/

$CONFIG['maxemail'] = "2";

 

/*L2 Account Link (link for your website) [Default: http://localhost] */

$CONFIG['ysite'] = "http://www.xxxxxx.com";

 

/*L2 Account your painel directory name [Default: l2accountZS] */

$CONFIG['ysite2'] = "l2accountZS";                          <<<<WHERE DO I PUT THIS FOLDER? >>>>

 

/* TOP 200 [Default: xxxx] */

$CONFIG['text04z'] = "http://www.gamesites200.com/lineage2/in.php?id=xxxx";

 

/* ServerName [Default: You Server] */

$CONFIG['text05z'] = "Staff L2";

?>

 

 

 

 

 

U can see what i filled up. Where do i put my smtp server,email address? What Am I missing?

Link to comment
Share on other sites

  • 0

If someone knows how to set it up,please let me know.

 

I let you know that i can help but you dont ask a How to configure L2 Account ZS, you ask if someone knows, so i answered you that i know how to do it lol .

Link to comment
Share on other sites

  • 0

I let you know that i can help but you dont ask a How to configure L2 Account ZS, you ask if someone knows, so i answered you that i know how to do it lol .

 

Well I need a help,can you?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock