Joe Pimms |
01-26-2005 09:21 PM |
i cant seem to realy see what it is your talking about can u explain the cached system to me ?
can any one help with these temp funtions please
PHP Code:
//atmfileop.php:
eval("dooutput(\"".gettemplate('atmfileop')."\",0);");
//atmshowrecent.php:
eval("\$atmshowcontents = \"".gettemplate('atmshowcontents')."\";");
eval("\$atmfooter = \"".gettemplate('atmfooter')."\";");
eval("dooutput(\"".gettemplate('atmshow')."\",0);");
//atmshowtophits.php
eval("\$atmshowcontents = \"".gettemplate('atmshowcontents')."\";");
eval("\$atmfooter = \"".gettemplate('atmfooter')."\";");
eval("dooutput(\"".gettemplate('atmshow')."\",0);");
eval("\$atmshowcontentsbit .= \"".gettemplate('atmshowcontentsbit')."\";");
//atmfile.php
eval("\$atmfilecontentsbit .= \"".gettemplate('atmfilecontentsbit')."\";");
eval("\$atmfilelistdir = \"".gettemplate('atmfilelistdir')."\";");
eval("\$atmfileupload = \"".gettemplate('atmfileupload')."\";");
eval("\$atmfilewebcopy= \"".gettemplate('atmfilewebcopy')."\";");
eval("\$atmfilenewdir= \"".gettemplate('atmfilenewdir')."\";");
eval("\$atmfilecontents = \"".gettemplate('atmfilecontents')."\";");
eval("\$atmfooter = \"".gettemplate('atmfooter')."\";");
eval("dooutput(\"".gettemplate('atmfile')."\",0);");
i see this in a vb2 code what is it
also
and this one to
|