Thread: Some questions
View Single Post
  #6  
Old 07-15-2010, 01:45 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 32,841
fadillzzz is an unknown quantity at this point
Default RE: Some questions

1.Open lang.php in the lang directory and edit these lines (63,64 & 66)
PHP Code:
$lang_unit "LevelUP Point";
$lang_gave "You just gave ";

$lang_levelup_encourage "Be sure and come back again tomorrow to feed this adoptable."
And the levelup.php (225 & 226)
PHP Code:
    $article_title $lang_gave."".$name." one ".$lang_unit;
    
$article_content "<img src='".$image."'><br>".$lang_gave."".$name." one ".$lang_unit.".<br>".$lang_levelup_encourage
4.That's odd, are you sure you're using the latest script?
Reply With Quote