Free Adult Tube-Video Script Forum

Full Version: what can cause this problem in functions.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Warning: shuffle() expects parameter 1 to be array, null given in /public_html/include/functions.php on line 2026

Warning: array_slice() expects parameter 1 to be array, null given in /public_html/include/functions.php on line 2027

Warning: Invalid argument supplied for foreach() in /public_html/include/functions.php on line 2029
this is hapening on all mine sites on this script
thanks

also i have problem with spamers on comments and i disable comments but they are coming everyday again

thanks
did u upgrade to new version?
yes i upgrade it
i dont know what cause this
if you have disabled comments, i am unsure how they can be still adding comments...
they still add hahaha
hmm, one theory could be.....

when comments are disabled,
they arent actually disabled,
but instead, the comment form is just hidden from the browser...
which, if this is the case, a "comment bot" could theoretically still add comments....

not a wise way to set up comment disabling, but dont quote me, i am not sure if that is how it is set up....

i shall have a deeper look when i get the time, to see exactly how the comment disabling is setup and get back to you...
server was banned from to get google results thats the reason of problems in function.php
admin said me to disable that option and all is good
about comments they are killing me
10 pages a day
hahaha
in functions.php
there is a function

function post_comment()

try to rename that function to something like

function post_comment_1()

that might stop the comments being posted...
Reference URL's