TeeThingus_Bonemantics said:
@antonchigurh Couldn't help but notice that two out of the four links I checked so far procs as malicious. You might want to explain yourself. Now.
what going on here?
Posted under /tчgrs/
TeeThingus_Bonemantics said:
@antonchigurh Couldn't help but notice that two out of the four links I checked so far procs as malicious. You might want to explain yourself. Now.
what going on here?
MLGPARKUS2 said:
what going on here?
The guy whose comments I had to edit sent eleven links clouded by a link shortener (just the links, no statement or anything) out of the blue, and a great many of them tested positive for phishing and other malicious types of links. Probably all of them had an IP grabber attached. It's been handled, so carry on with the topic of your imageboard. How's it been doing recently?
TeeThingus_Bonemantics said:
The guy whose comments I had to edit sent eleven links clouded by a link shortener (just the links, no statement or anything) out of the blue, and a great many of them tested positive for phishing and other malicious types of links. Probably all of them had an IP grabber attached. It's been handled, so carry on with the topic of your imageboard. How's it been doing recently?
It been doing good rn no 'p today so that's nice.
MLGPARKUS2 said:
i am adding a nsfw filters to cut down on the nsfw posts.
What the fuck is this
Caught fatal error: Uncaught Error: Call to undefined function isNSFW() in /home/vol10_3/infinityfree.com/if0_41072440/htdocs/post.php:949Stack trace:#0 {main} thrown in /home/vol10_3/infinityfree.com/if0_41072440/htdocs/post.php on line 949
gregthomas said:
What the fuck is this
Caught fatal error: Uncaught Error: Call to undefined function isNSFW() in /home/vol10_3/infinityfree.com/if0_41072440/htdocs/post.php:949Stack trace:#0 {main} thrown in /home/vol10_3/infinityfree.com/if0_41072440/htdocs/post.php on line 949
From the looks of it, you forgot to determine the function of isNSFW(). I don't know how PHP does it, but you need to make a boolean statement for the function to check with wherever the logic for post.php goes. Like how in Javascript, you need to define a function before using it in the stack or else it will fail to recognize it even being there.
TeeThingus_Bonemantics said:
From the looks of it, you forgot to determine the function of isNSFW(). I don't know how PHP does it, but you need to make a boolean statement for the function to check with wherever the logic for post.php goes. Like how in Javascript, you need to define a function before using it in the stack or else it will fail to recognize it even being there.
yeah some bad code mess it up