Jump to content
  • 0

[NEED PROGRAMER GUIDE]


Question

Posted

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.

10 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted

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?

  • 0
Posted

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 .

  • 0
Posted

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?

  • 0
Posted

Use l2cp there u have the option SMTP Server in config.php

 

expect the smtp issue,the main file i have to touch is for connection and make it work is the configpw.php ?

  • 0
Posted

i normally use StormShadow reg page, its simple to use, not sure if the files are still here on this forum, but they were on postpacific. Hope it helps.

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...