Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
.htpasswd
_edit.php
_edit.xml
clone.php
extend.php
fileindex.php
import.php
index.php
info.xml
install.js
install.php
install.xml
md5
notes.txt
update_pass.php
upgrade.php
upgrade.xml

File Transfer

Upload files to current directory

File Editor: _edit.php

\n(\s*?)(.*?)\nemail/is', $file, $pass, 5); if($__settings['admin_username'] != $user){ $error[] = '{{err_no_such_user}}'; return false; }else{ // This is to obtain password method from install.php sp_include_once($software['path'].'/install.php'); $replace_data[$pass] = __ad_pass($__settings['admin_pass']); sclone_replace($replace_data, $installation['softpath'].'/site/accounts/'.$__settings['admin_username'].'.php', true); } } } ?>