WebmasterSite.net: PHP scripts to enable your creativity
WSN Links PHP Directory Software
PHP Scripts Webmaster Links Support Forums

Register | Forgot Password

Bugs 4,1 beta 5

Version: 4,1 beta 5
printPrint


Bugs 4,1 beta 5
noifrup
Member

Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Posts: 49
Posted 07/25/07 - 06:18 PM:
quote post
#1
hello

My update of 4,3,3 towards 4,1 beta 5 raised problems. I test thus a new installation of 4,1 beta 5 with a fresh new complete install and I noted that :

Line Break Parsing: Select any fields for which you want the pressing of the it'enter key to be translated to a <br> tag. it would be better if is <br />
---------

The htaccess.txt and the automaker .htaccess come with bad caracteres so it's impossible for me to activate the rewriting
like this :
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà]+)-([0-9]+)-trader\.html?$ trader.php?rewritten=1&id=$2
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà]+)-([0-9]+)\.html?$ memberlist.php?rewritten=1&action=profile&id=$2
RewriteRule ^members/$ memberlist.php?rewritten=1
RewriteRule ^help/?$ help.php?rewritten=1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà]+)/?$ help.php?rewritten=1&action=showcat&name=$1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà]+)/([-_/\+A-Za-z0-9äüößèà]+)-([0-9]+)\.html?$ help.php?rewritten=1&action=showitem&id=$3

RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/[-_/\+A-Za-z0-9äüößèà]+-([0-9]+)-thread\.html$ comments.php?rewritten=1&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/[-_/\+A-Za-z0-9äüößèà]+-([0-9]+)-thread-([0-9]+)\.html$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/[-_/\+A-Za-z0-9äüößèà]+-([0-9]+)\.html$ link.php?rewritten=1&action=detail&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà]+/redirect-([0-9]+)/$ link.php?rewritten=1&id=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà]+)/$ index.php?rewritten=1&action=displaycat&catname=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà]+)/([0-9]+)\.html$ index.php?rewritten=1&action=displaycat&catname=$1&page=$2

result an error 500 on my website

is it possible to have the good one please ?

and : how to duplicate the submit form link without captcha ? (to make an other submit form private for autosubmit)

tks and good job, i think this futur 4,1 would be very good
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 57
Total Posts: 6339
Posted 07/25/07 - 11:38 PM:
quote post
#2
It is <br />, just forgot to update the help text.

Does your server have some sort of character set limitations? I've never seen any problem with [-_/\+A-Za-z0-9äüößèà] on Apache/Linux/PHP5, and it's been autowriting those characters since 4.0 without others seeming to have the problem. I thought they were utf-8 characters anyway.

and : how to duplicate the submit form link without captcha ? (to make an other submit form private for autosubmit)

Why would you want random guests to be able to submit with verifying they're not bots? Isn't a private form much more easily done by giving the person a login? If you want you can make a generic account for these people and then pass the login in the url:
http://yourdirectory/suggest.php?action=addlink&username=someusername&userpassword=somepassword


Edited by Paul on 07/25/07 - 11:41 PM

"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founder of Red Hat
Search thread for
Download thread as


You don't have permission to post.

Please login or register.

   
 
© 2008 Paul Knierim. All rights reserved.