Shakes & Fidget Private - Full Script (Tulyita)

05/31/2014 15:39 TheCry#616
Lol, why when i wrote ( my nick is TheCry ) chat working i saw :

45: chat working

Why 45? Why not my nick? o.O
05/31/2014 15:42 UND3RW0RLD#617
Look into the code.. It's not even long. You have to do a loop to get the names from the ids
05/31/2014 15:44 TheCry#618
I dont understand, can u do it?
05/31/2014 15:47 UND3RW0RLD#619
[Only registered and activated users can see links. Click Here To Register...]
05/31/2014 15:51 Dmixior#620
Why i don't have
case $ACT_GET_CHAT_HISTORY :
?
05/31/2014 15:55 EptunLP#621
Dmixior you need to add it below case $ACT_SEND_CHAT
05/31/2014 16:33 Dmixior#622
Jaki case ma atak gildii i herb gildii?
05/31/2014 16:47 GILUxDILU#623
Masz wszystko opisane w ACT
05/31/2014 16:49 sergej142#624
This is only a German - Enlgish forum!
05/31/2014 16:52 Dmixior#625
Guild identificator and guild attack, atc?
05/31/2014 17:10 krejcomut#626
anyone have fixed bug with /gold -999999 thx
05/31/2014 17:18 UND3RW0RLD#627
I've put it in this thread..

start reading here: [Only registered and activated users can see links. Click Here To Register...]
05/31/2014 17:32 krejcomut#628
// if not enought gold
if ($db_data ['silver'] < $donation ['silver']) {
$ret = array (
$ERR_TOO_EXPENSIVE
);
break;
}
//jesli wartosc jest mniejsza od zera
if (0 > $donation ['silver']) {
$ret = array (
$ERR_TOO_EXPENSIVE
);
break;
}
// if not enought silver
if ($db_data ['mushroom'] < $donation ['mushroom']) {
$ret = array (
$ERR_GUILD_LACK_MUSH
);
break;
}
//jesli wartosc jest mniejsza od zera
if (0 > $donation ['mushroom']) {
$ret = array (
$ERR_TOO_EXPENSIVE
);
break;
}

and not work
06/03/2014 08:09 UND3RW0RLD#629
DELETED
06/03/2014 10:03 Crasim#630
Check Email on Register:

Search on Request.php: $ACT_REGISTER and
PHP Code:
$pass $npe [1]; 
and paste this under:
PHP Code:
$cmail $npe [2]; 
Search this:
PHP Code:
if ($qry->rowCount () > 0) { 
above and paste this:
PHP Code:
        if (filter_var($cmailFILTER_VALIDATE_EMAIL) == FALSE)
                                {
                                        
$ret = array ( $ERR_EMAIL_WRONG );
                                        break;
                                } 
I am sharing this fix (and I have many more to share slowly) because I noticed that people like EptumP is helping to publish again something :) so right and so ^ - ^ a short public other fixes.