I sense from your message that you are ofended by my message and that was definitely not my intention. The best of us make mistakes and I am not excuse to this rule, heck even I'm human :P
As for the small errors, well you can see what I mean in the attachment I posted.
It seems you updated the mod in a few places and missed a couple of edits. Firstly, the name of the file was changed from simul_config.php to shared_config but that was not fixed in the intro. Additionally, you have this piece of code to be inserted into includes/usercp_register.php
- Code: Select all
#
#-----[ AFTER, ADD ]------------------------------------
#
// Begin Shared Registration
include("share_config.php");
$sql = "SELECT * FROM " . USERS_TABLE . " WHERE user_id = $user_id;";
$keys = $db->sql_fetchrow($db->sql_query($sql));
for ($num=0;$num<count($boards);$num++)
SNIP------->
if you see, the file is not share_config.php but infact is shared_config.php
Secondly, in includes/usercp_activate.php, the installer asks to perform the following
- Code: Select all
#
#-----[ AFTER, ADD ]------------------------------------
#
// Begin Shared Registration
include("simul_config.php");
for ($num=0;$num<count($boards);$num++)
{
That is actually not simul_config.php but is shared_conig.php (if I am not wrong).
In spite of fixing those errors, it wouldnt let me install a test user telling me that it could not update some table. Sorry I'm not much of a programmer so I couldnt be more specific here
if you can help me, let me know and I'll install the mod once again to recreate the error.
-e-