home
/
aioutajg
/
watermelongame.site
/
includes
/
ajax
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
arc.php
1.34 KB
Rename
Delete
cd.php
1.20 KB
Rename
Delete
insert-likes.php
3.38 KB
Rename
Delete
insert-played-views.php
510 bytes
Rename
Delete
sr.php
1.21 KB
Rename
Delete
<?php require_once("../config.php"); require_once("../function_general.php"); if (isset($_POST) && isset($_POST['view']) && isset($_POST['id'])) { $view = Secure_DATA($_POST['view']); // $view ++; $id = Secure_DATA($_POST['id']); $current = Game_Data_Two($id, 'game_played') + 1; // $total = +$view; if (mysqli_query($con, "update zon_games set game_played=$current where id=$id")) { echo "Success"; } }
Save