MyBB Community Forums

Full Version: User cant login or logout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
After doing the mod TubeNow link checker, users cant login or log out it gives the error
[Image: do1chd.jpg]
After removing the modification code it fixes!

Here are the mod how to-
####################################################
## 
## Before installing this addon make sure that you
## backup the file you're editing first.
##
####################################################
#
#
Open: inc/class_parser.php
#
#
Find:
#
#

$code = str_replace("  ", '  ', $code);

#
#
Add After:
#
#

$lcurl = 'http://tubenow.net/link-checker/?url=' . urlencode($_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']);
$tnlc = ' [<a href="' . $lcurl . '"><strong>Check Download Links</strong></a>]';


#
#
Find:
#
#

.$lang->code.

#
#
Replace with:
#
#

.$lang->code.$tnlc.

#
#
Save and upload the file - End of Mod
#
#

Preview:
http://i43.tinypic.com/2jd2byc.png

Please help me with this!
Thanks
Looks like you edited the file in notepad, reupload the default file again, and edit the file in a text editor other than notepad, such as wordpad or notepad++
yes fixed the problem! thank you very much!