• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

PHP [MyAcc] Change/link folder create character.

Kuantikum

Member
Joined
Jul 3, 2015
Messages
219
Solutions
1
Reaction score
20
Hello!

Im using the last MyAcc version and looking for change/link a folder to create character.

So, the idea is when click in CREATE CHARACTER button, it go to other webpage folder.

This at index.php:

Lua:
'/^account\/character\/create\/?$/' => array('subtopic' => 'accountmanagement', 'action' => 'create_character'),

To something about this, when click the create character button:

Lua:
http://localhost/create_character/createcharacter.php

Is it possible ?
 
Back
Top