Hi
Im noobe to php so please excuse me in advance.
Im also Greek so my English is not so good.
Anyway here is my problem...
$alth='
<html>
<head>
</head>
<body>
<table align=center height="50%" width="50%" border="1" cellspacing="0" cellpadding=0>'
.exec($mkdir).
'<tr><td valign="top">Directory <b>$dir</b> is Created<br />'
.sleep(2).
.exec($cp_links).
.flush();.
'<b>links.txt</b> is copied to <b>$dir</b><br />'
.sleep(2);
flush();
exec($cp_download);.
'<b>download.sh</b> is copied to <b>$dir</b><br />'
.sleep(2);
flush();
exec($mv_pass);.
'Moving <b>pass.txt</b> To Directory <b>$dir</b></td></tr></table>';
I know it's not right...
But i don't know how to make it right.
So please Help me! 🙂
Thanks!