VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 1[2]3 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 15:04:17 12/07/00 Thu
Author: Brandon
Subject: Re: My forum doesn`t work...
In reply to: Perkie 's message, "My forum doesn`t work..." on 07:07:54 12/07/00 Thu

>Its forum 6271. Could you fix it?

You have weird entries like: /something\\
In a regex the \\ is used to make the following character special (or unspecial) -- actually referred as "MAGIC" and "NOMAGIC". In this case, putting a backslash as the last character may cause confusion.

Aside from that, right before that /regex you have the same string, "something", as a normal match. So having the regex there is redundant.

Also, if you put *.foo.bar, that will match blah.blah.foo.bar as well, so you don't need to enter in:

blah.blah.foo.bar *.foo.bar

There are other items also, because the comparisons compare to the IP address and to the hostname, your usage of:
"NO HOSTNAME/127.0.0.1" is useless -- it won't match anything.

Instead, just use the IP address as the match alone:
127.0.0.1

You seem to be using /regexes where they are unneeded. The only entry which you actually used the capabilities of a regex is the one: /^foobar
(meaning to match "foobar" at the beginning of the hostname).

I emailed you a copy of your original banlist and the corrections, and placed the corrected version in your forum.

Your forum is working now. :)

Sincerely,
Brandon
VoyForums Staff

[ Next Thread | Previous Thread | Next Message | Previous Message ]


Forum timezone: GMT-8
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.