same error cant see pictures
Printable View
uppp help please Tnx
anyone have a module of webengine that see the GM online?
Someone can help me?
I have White Window (cant see site)
~ SQL Scripts Installed
~ Tester.PHP - Screenshot by Lightshot - (It seems like OK) used linux hosting with cPanel
~ Includes/Config is edited
~ chmod 777 is set for folders from guide
~ $config['error_reporting'] = true;
but i dont see any error or log with error....
just white screen where is problem?
Anyone can explain more this step? i have the website running but i don't see it updating the crons
- Setup WebEngine's cron to run every 5 minutes (/cron/cron.php
edit your cron.bat
and make like this
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\cron.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\server_info.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\castle_siege.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\gens_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\grandresets_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\guilds_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\killers_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\levels_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\masterlevel_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\online_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\pvplaststand_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\resets_ranking.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\temporal_bans.php
C:\xampp\php\php.exe -f C:\xampp\htdocs\cron\votes_ranking.php
then use task scheduler to run every 5 minutes
how to add reset stat = ecoins or wcoins in website? tnx
@Lautaro
can you share modified module for resetstats and clearML to required credits not zen?
this is module for clearML any body can give me a guide how to modified?? im not PHP coder,, badly need your help.Quote:
<?php
(!isLoggedIn()) ? redirect(1,'login') : null;
// Load Character Class
$Character = new Character();
echo '
<div class="page-container">
<div class="page-title">
<span>'.lang('module_titles_txt_19',true).'</span>
</div>
<div class="page-content">';
if(mconfig('active')) {
$AccountCharacters = $Character->AccountCharacter($_SESSION['username']);
if(is_array($AccountCharacters)) {
// Clear Skill Tree Process
if(check_value($_POST['submit'])) {
$Character->CharacterClearSkillTree($_SESSION['username'],$_POST['character']);
}
if(mconfig('clearst_enable_zen_requirement')) {
$zen_requirement = '<li>'.mconfig('clearst_price_zen').' '.lang('zen_requirement_1a',true).'</li>';
} else {
$zen_requirement = '';
}
message('','<ul>
<li>'.lang('master_level_requirement',true).' '.mconfig('clearst_required_level').'</li>
'.$zen_requirement.'
</ul>',lang('module_requirements',true));
echo '
<table class="general-table-ui" cellspacing="0">
<tr>
<td></td>
<td>'.lang('clearst_txt_1',true).'</td>
<td>'.lang('clearst_txt_2',true).'</td>
<td>'.lang('clearst_txt_3',true).'</td>
<td></td>
</tr>';
foreach($AccountCharacters as $thisCharacter)
{
$characterData = $Character->CharacterData($thisCharacter);
$characterMLVLData = $Character->getMasterLevelInfo($thisCharacter);
$characterIMG = $Character->GenerateCharacterClassAvatar($characterData[_CLMN_CHR_CLASS_]);
if($characterMLVLData) {
echo '<form action="" method="post">
<input type="hidden" name="character" value="'.Encode($characterData[_CLMN_CHR_NAME_]).'"/>
<tr>
<td>'.$characterIMG.'</td>
<td>'.$characterData[_CLMN_CHR_NAME_].'</td>
<td>'.$characterMLVLData[_CLMN_ML_LVL_].'</td>
<td>'.$characterData[_CLMN_CHR_ZEN_].'</td>
<td><button name="submit" value="submit" class="ui-button button1" ><span class="button-left"><span class="button-right">'.lang('clearst_txt_4',true).'</span></span></button></td></tr>
</form>';
}
}
echo '</table>';
} else {
message('error', lang('error_46',true));
}
} else {
message('error', lang('error_47',true));
}
echo '
</div>
</div>
';
?>
thank you for advance
Hello
I have 2 problems I need help with installation.
1. when the web and set up php.ini and config.php in the includes folder, do not enter the panel as Webmaster. example: localhost/admincp ?
When I enter for the first time a site should appear localhost installation of the web? example: localhost/install/install.php, or direct me to open the index shown in this picture ?:
https://forum.ragezone.com/cache.php...ru.com%2F1.jpg
2. All links shows me the following message: ERROR: The Administrator has disabled new registrations.
This happens on all links.
I attach a photo:
https://forum.ragezone.com/cache.php...ru.com%2F2.jpg
sorry for my bad English, I'm from Peru
Sent from using Tapatalk 2
Q1. Answear is no.
-In config.php search
'admin', and replace with desire username or add additional user by 'admin', 'yourdesireusername', or leave it with default.
Q2. Answear is, it should new registrations is enabled by default.
You can only go to admincp of the page by registering the admin account. Whatever user did you set in config.php default is (admin)
As you said new registration is disabled.
1st use mueditor, mumaker to register admin account.
2nd direct incode the admin account in database incase you dont have mueditor.
3rd
Enable the module manualy in pagefiles.
Dont remember the exact location. :) maybe inside include folder or pagemodule.
Just to ask, you can make this work for season8 database with zteam files?
yes. just patch it with this https://forum.ragezone.com/redirect-...%2520Patch.zip
if the link is invalid go to page2 of this thread and search for the thread author's name. he also shared the patch for zteam base.