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!

[FINAL] reCMS edit by iExit [2012 to 2013]

Status
Not open for further replies.
Experienced Elementalist
Joined
Jul 31, 2012
Messages
268
Reaction score
100
Man good work!

And my question is: Why don't you recommend us to use PhpMyAdmin?

Thx ~ Emil
 
Newbie Spellweaver
Joined
May 29, 2013
Messages
25
Reaction score
12
Wtf are you on with, here never said nothing about PMA or Shiticat.
He asked where the config file is: data_classes/cores/core-settings.php

Also why is there 2 mysql connections in core-settings.php:
PHP:
// MYSQL CHECK - FEHLER == ERROR | RICHTIG != ERROR \\
@mysql_connect("$MySQLhostname", "$MySQLusername", "$MySQLpassword") or require('401.php');
@mysql_select_db("$MySQLdb") or require('401.php');

// AVATAR GENERATOR \\
$_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_CF_CONNECTING_IP"] ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"]; 

mysql_connect("$MySQLhostname", "$MySQLusername", "$MySQLpassword") or die("");  
mysql_select_db("$MySQLdb") or die("");
Thanks dude
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
I am translate it in english today.
.. but my english is not so good.
Just translate it as good as you can, then I'll fix your spellings (If there is any) :):
 

pel

Skilled Illusionist
Joined
Jan 27, 2012
Messages
382
Reaction score
343

Short Video from Staffpage editor.


livedemo from CMS.. yey
 
Initiate Mage
Joined
Dec 17, 2012
Messages
1
Reaction score
0
In Germany we use all the reCMS.
Its a HoloCMS that have Diwo and Moneymaker edited to r63.
And this is a good edit, but its not a big work.
 
Status
Not open for further replies.
Back
Top