Gossamer Forum
Quote Reply
Error
When people click from the directory to sign up they get an error

http://www.wespreadtheword.net/cgi-bin/comm/community.cgi?do=user_signup;url=http%3A%2F%2Fwww.wespreadtheword.net%2Fcgi-bin%2Flinks%2Fadd.cgi

but when they come from the message boards they do not. Suggestions?
Quote Reply
Re: [LordStryfe] Error In reply to
Mmm.. never seen that error before.

Weird thing is - it dosn't look like a GComm error as such. If you look at the HTML:

Code:
<center><h1><font face="Arial">You are not allowed access here!</font></h1></center>

...plus a LOT of other code (even though none of it shows).

What I would suggest, is doing a "grep" for this code, to try and find out where its coming from (i.e if its a 500 IS Error page, or something else)

The grep command would be:

Code:
grep -r -l '<center><h1><font face="Arial">You are not allowed access here!</font></h1></center>' .

(make sure you put the . at the end of it - otherwise it'll just hang =))

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Error In reply to
Well I can tell you the you are not allowed here is for certain errors and I set that up for places admin panel stuff a long time ago but it was never a problem before. It seems that its the extra part behind the sign up. Basically the ;url=etc part that seems to mess it up because when I delete it myself I go right to the sign up page.

http://www.wespreadtheword.net/...sources%2Findex.html
Quote Reply
Re: [LordStryfe] Error In reply to
So basically if you pass in url=xxxx , then it gives that error?

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [LordStryfe] Error In reply to
BTW - very interesting - if you change:

;url=

..to:

&url=

..then it works fine!

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Error In reply to
How do I do that beause its tied into the Links SQL? I don't set the url code.
Quote Reply
Re: [LordStryfe] Error In reply to
Well I brought in GT Support on this and they said it could be any number of reasons so I just manually found code and changed it to the actual url it should be for sign up and now doesn't redirect back to their originally.