ok heres my first share forum attachments for lava style scripts that supports apk files
a vb style look ul have to change the links to suit your script as i removed the session ids in this version
included: likes and thanks for topics , post attachment in new posts and replies. guests cant access the file download. whos viewd the download just like in ctalk
feel free to use as u wish but please give me some credit if u guys like this work ill post more updates on this topic.if no one cares to reply ill just keep them to myself :p
Added after 4 minutes:
ok as this one says
what this does who=1 who=2 who =3 stops ids 1 , 2 and 3 from being tampered with
more tips to come
a vb style look ul have to change the links to suit your script as i removed the session ids in this version
included: likes and thanks for topics , post attachment in new posts and replies. guests cant access the file download. whos viewd the download just like in ctalk
feel free to use as u wish but please give me some credit if u guys like this work ill post more updates on this topic.if no one cares to reply ill just keep them to myself :p
Added after 4 minutes:
ok as this one says
PHP Code:
$uid=getuid_sid($sid);
echo "<p>";
$unick = $_POST["unick"];
$tid = getuid_nick($unick);
if(($who==1) || ($who==2) || ($who==3))
{
$unick = getnick_uid($who);
echo "<div class=\"error\"><img src=\"images/no.gif\" alt=\"-\"/>";
echo "<b><strong>You Cant Edit $unick's Profile </strong></b><br/>";
echo "</div>";
}else{
///// your normal content here
}
more tips to come
Comment