Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
Contact the Webmasters of RCFContact   Invite a friend to Join usRecommend   Chat in IRCChat   EZ Template Change OptionEZStyle   Listen to Internet Radio while you browse...iRadio   See your private message.Login for PMs   Important LinksLinks
Member Website LinksWeb Links   Play/View our GamesGames   Register.Register
calendar_open_closeCalendar 
Birthday Hack
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Birthday Hack
PostPosted: 01/11/2006 6:15 AM Reply with quote
Sparrow
r8myride
Sparrow
Posts 13
Word Cnt. 561
BDay N/A
Sign N/A
Joined: Jan 11, 2006
Local time: 9:09 AM
australC_1xa.gif
I edited the script as Nightrider asked me and this is the error im getting now?

Critical Error

FIND FAILED: In file [includes/usercp_register.php] could not find:

$avatar_sql = user_avatar_gallery(
}
$user_age=(date('md')>=$b_md.(($b_day <= 9) ? '0':'').$b_day) ? date('Y') - $b_year : date('Y') - $b_year - 1 ;
// Check date, maximum / minimum user age
if (!checkdate($b_md,$b_day,$b_year))
{
$error = TRUE;
if( isset($error_msg) )$error_msg .= "
";
$error_msg .= $lang['Wrong_birthday_format'];
} else
if ($user_age>$board_config['max_user_age'])
{
$error = TRUE;
if( isset($error_msg) )$error_msg .= "
";
$error_msg .= sprintf($lang['Birthday_to_high'],$board_config['max_user_age']);
} else
if ($user_age<$board_config['min_user_age'])
{
$error = TRUE;
if( isset($error_msg) )$error_msg .= "
";
$error_msg .= sprintf($lang['Birthday_to_low'],$board_config['min_user_age']);
} else
{
$birthday = ($error) ? $birthday : mkrealdate($b_day,$b_md,$b_year);
$next_birthday_greeting = (date('md')<$b_md.(($b_day <= 9) ? '0':'').$b_day) ? date('Y'):date('Y')+1 ;
}
} else
{
if ($board_config['birthday_required'])
{
$error = TRUE;
if( isset($error_msg) )$error_msg .= "
";
$error_msg .= sprintf($lang['Birthday_require']);
}
$birthday = 999999;
}
// End add - Birthday MOD

MOD script line #1062 :: FAQ :: Report

Dont know what it can be? Anyone?
Back to Top
View user's profile Find all posts by r8myride Send private message   Visit poster's website
Birthday Hack
PostPosted: 01/11/2006 6:23 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 10:09 AM
Location: St Pete, FL
peace.gif
Can you provide a text link to your includes/usercp_register.php file???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Birthday Hack
PostPosted: 01/11/2006 6:41 AM Reply with quote
Sparrow
r8myride
Sparrow
Posts 13
Word Cnt. 561
BDay N/A
Sign N/A
Joined: Jan 11, 2006
Local time: 9:09 AM
australC_1xa.gif
I think i can do you know how to delete a mod?
Back to Top
View user's profile Find all posts by r8myride Send private message   Visit poster's website
Birthday Hack
PostPosted: 01/11/2006 6:57 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 10:09 AM
Location: St Pete, FL
peace.gif
Yes, you can delete your MODs in reverse order that you installed them using EM.  Go into your EM History and click on Details or something like that.  At the bottom, you will see a drop down combobox where you can select Remove MOD or something along those lines.  Click it and press the Ok or Go button...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group
  ImageShack  
  Putfile  
  TinyURL  
  CommonDreams  
  Log in  

Page generation time: 0.1026s (PHP: 80% - SQL: 20%) - SQL queries: 43 - GZIP enabled - Debug on