Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Active Users 4.0.20 released
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 4

volkerc
Junior Member

Germany
156 Posts

Posted - 04 November 2020 :  11:15:29  Show Profile  Reply with Quote
quote:
Originally posted by HuwR

you shouldn't have a double = in sql should be a single = so looks like an error in the sql

ok, i believe all you are saying as usual! ;) But where do I have to look and find this?
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20577 Posts

Posted - 05 November 2020 :  15:16:02  Show Profile  Visit HuwR's Homepage  Reply with Quote
I'm not familier with the mod I'm afraid so can't help. you could try searching for == in any of the AU asp files

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

volkerc
Junior Member

Germany
156 Posts

Posted - 05 November 2020 :  17:02:49  Show Profile  Reply with Quote
In 3407Topic.asp i found "fnum==" so that does not belong there?:

Response.Write " <script language=""JavaScript"" type=""text/javascript"">" & vbNewLine & _
" function ChangePage(fnum){" & vbNewLine & _
" if (fnum == 1) {" & vbNewLine & _
" document.PageNum1.submit();" & vbNewLine & _
" }" & vbNewLine & _
" else {" & vbNewLine & _
" document.PageNum2.submit();" & vbNewLine & _
" }" & vbNewLine & _
" }" & vbNewLine & _
" </script>" & vbNewLine
Go to Top of Page

volkerc
Junior Member

Germany
156 Posts

Posted - 05 November 2020 :  17:15:26  Show Profile  Reply with Quote
in inc_func_common:

if (iType == 1) {
sOutput = sOutput.replace(/\b(http\:\/\/[\w+\.]+[\w+\.\:\/\@\_\?\=\&\-\'\#\%\~\;\,\$\!\+\*]+)/gi,
"<a href=\"$1\" target=\"_blank\">$1<\/a>");
} else if (iType == 2) {
sOutput = sOutput.replace(/\b(https\:\/\/[\w+\.]+[\w+\.\:\/\@\_\?\=\&\-\'\#\%\~\;\,\$\!\+\*]+)/gi,
"<a href=\"$1\" target=\"_blank\">$1<\/a>");
} else if (iType == 3) {
sOutput = sOutput.replace(/\b(www\.[\w+\.\:\/\@\_\?\=\&\-\'\#\%\~\;\,\$\!\+\*]+)/gi,
"<a href=\"http://$1\" target=\"_blank\">$1<\/a>");
} else if (iType == 4) {
sOutput = sOutput.replace(/\b([\w+\-\'\#\%\.\_\,\$\!\+\*]+@[\w+\.?\-\'\#\%\~\_\.\;\,\$\!\+\*]+\.[\w+\.?\-\'\#\%\~\_\.\;\,\$\!\+\*]+)/gi,
"<a href=\"mailto\:$1\">$1<\/a>");
} else if (iType == 5) {
sOutput = sOutput.replace(/\b(ftp\:\/\/[\w+\.]+[\w+\.\:\/\@\_\?\=\&\-\'\#\%\~\;\,\$\!\+\*]+)/gi,
"<a href=\"$1\" target=\"_blank\">$1<\/a>");
} else if (iType == 6) {
sOutput = sOutput.replace(/\b(file\:\/\/\/[\w+\:\/\\]+[\w+\/\w+\.\:\/\\\@\_\?\=\&\-\'\#\%\~\;\,\$\!\+\*]+)/gi,
"<a href=\"$1\" target=\"_blank\">$1<\/a>");
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20577 Posts

Posted - 05 November 2020 :  21:10:03  Show Profile  Visit HuwR's Homepage  Reply with Quote
They are nothing to do with active users mod so don't change them

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

volkerc
Junior Member

Germany
156 Posts

Posted - 07 November 2020 :  20:32:49  Show Profile  Reply with Quote
I have compared the entire au file with a fresh copy, and they are identical.
Go to Top of Page

volkerc
Junior Member

Germany
156 Posts

Posted - 20 November 2020 :  23:39:35  Show Profile  Reply with Quote
getting more errors, now as admin. when i want to approve select members i get a 500 error:


GET admin_accounts_pending.asp action=approve&whichpage=1&id=186|55|ASP_0177_:_800401f3|Server.CreateObject_Failed HTTP/1.1
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20577 Posts

Posted - 21 November 2020 :  09:35:13  Show Profile  Visit HuwR's Homepage  Reply with Quote
Possibly an email issue, do you get a similar error if you try sending an email from the forum?

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

volkerc
Junior Member

Germany
156 Posts

Posted - 21 November 2020 :  09:45:34  Show Profile  Reply with Quote
quote:
Originally posted by HuwR

Possibly an email issue, do you get a similar error if you try sending an email from the forum?

Yes indeed. Tried a test email, the window pops u to write an email when i hit send the 500 error shows up
Go to Top of Page

volkerc
Junior Member

Germany
156 Posts

Posted - 21 November 2020 :  18:37:29  Show Profile  Reply with Quote
can this be fixed? all the stuff worked without any problems. is this all related to a switch to plesk? they keep saying the software is old. i don't believe it.
Go to Top of Page

volkerc
Junior Member

Germany
156 Posts

Posted - 21 November 2020 :  23:54:56  Show Profile  Reply with Quote
I have resubmitted the mail configuration and it seems to work again.
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07