sabret00the
12-03-2005, 11:16 PM
is their anyway this can come back before a major upgrade?
it's more or less an
if (in_array($foruminfo['parentid'], explode($vboptions['org_release_cats']))
{
if (!$_REQUEST['do'] == 'proceed')
{
eval(//template crap for quick message, "proceed only if you're going to release a hack
}
else
{
eval(//normal newthread template
}
}
else
{
eval(//normal newthread template
}
it was good in the old vb2 days, i think it'd be good again :)
it's more or less an
if (in_array($foruminfo['parentid'], explode($vboptions['org_release_cats']))
{
if (!$_REQUEST['do'] == 'proceed')
{
eval(//template crap for quick message, "proceed only if you're going to release a hack
}
else
{
eval(//normal newthread template
}
}
else
{
eval(//normal newthread template
}
it was good in the old vb2 days, i think it'd be good again :)