Quote:
Originally Posted by Cap'n Steve
Could you elaborate on this? Are there some known problems with eval() or something else?
|
What he means is, if your code is just;
PHP Code:
echo $threadid;
You better off hacking it, as if you add it to the plugin area, it has to call a query just to call that line.
The above is just a stupid example for you to understand better. Obviously we won't be using a echo in our hacks.