I have an account creation site that interests me. but i think it is ment for mangos. i can get the thing working but it always says account could not be created. Im just tryin to see if i can modify it to be used with arcemu. ill post the configs.
Code:
if (!defined('roSSECURE')): die('Acces denied!'); endif;
#BASIC head and foot - if error occurs
$basic_head = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">
<html>
<head>
<title>Error - roSPORA</title>
<meta HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">
<meta http-equiv=Content-Type content=\"text/html; charset=utf-8\">
</head>
<body>";
$basic_foot = "</body></html>";
$lang="en";
$charset="utf-8";
// Database configuration
$host="localhost";
$user="root";
$password="ascent";
$db="mangos";
$hostr="localhost";
$userr="root";
$passwordr="ascent";
$dbr="logon";
$hostc="localhost";
$userc="root";
$passwordc="ascent";
$dbc="characters";
$database_encoding="utf8_general_ci";
// Server config
$server="5.47.227.14";
$port="8085";
// Site config
$accountoption="1";
$onlineoption="1";
$lock_acc="0";
$lock_reg="3";
$img_base="./img/";
$ongif="./img/on.gif";
$offgif="./img/off.gif";
$show_board="1";
// Chat config
$msg_file="minichat00.txt";
$msg_refresh="3000";
$msg_big_ta_length="25";
$msg_max_length="150";
$msg_max_num="5000";
$msg_max_long_word="30";
$msg_time_format="%H:%M";
$msg_separator="---------------------------------";
$msg_reg_only="0";
$cfg_show_passwords="0";
$information="
<b><font color=blue>WotLK Alpha Server v1.3</font></b><br><br>
<b><font color=lightblue>Death Knight spells working. Starting armor added.</font></b><br><br>
<b>Client build 8334 and 8337</b><br><br>
Realmlist: <b>your realmlist here</b>";
$cfg_show_info="1";
$cfg_admin_nick="@admin";
$cfg_admin_ip="*";
$cfg_sfile="sha1_datas.php";
$cfg_mail_need="0";
$cfg_ptable_refresh="30000";
$cfg_pool_show="1";
$cfg_pool_q="Poll question here";
$cfg_pool_file="pool00.php";
$cfg_pool_answers="3";
$show_map="1";
$cfg_map_refresh="30000";
$cfg_log_show="1";
$cfg_log_file="log00.php";
$cfg_log_level="1234";
$cfg_log_filter="1234";
$cfg_log_expire="14";
$cfg_pool1="Answer 1";
$cfg_pool2="Answer 2";
$cfg_pool3="Answer 3";
notice where it says database configuration "mangos" ... can this be changed to work with ArcEmu, or is there other stuff i have to alter as well?
thnks:wave: