i want to put
but i dont know where to put it.
i want to put it in gallery so that user cannot see gallery till he dont gains 100 plusses so where to put this code?
thanks
PHP Code:
if(access(getuid_sid($sid))<100)
{
$plusses = 100-plusses(getuid_sid($sid));
echo "You need $plusses to enter!
";
}
else
{
}
echo "You can enter now!";
but i dont know where to put it.
i want to put it in gallery so that user cannot see gallery till he dont gains 100 plusses so where to put this code?
thanks
Comment