Registration Problem & Captcha

kenneth

New Member
Wurlie User
Jan 15, 2011
1
0
0
Hello. I am enjoying the script so far. Great job!

However, I have these two issues:
1) There seems to be a problem with the registration function, as when a new user fills out the form and hits 'submit', a 500 Internet Error appears after a very lo-ng loading time. Any suggestions?

2) Is there a way to disable the reCaptcha for the registered users? If not, then which line should I manually code in which file to make this override?

3) Lastly, what is a code to display the total accumulated links shortened and clicks?
For example, I want to add "X number of links shortened and X number clicked" line of code in the site footer.

Thanks a ton!
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

1) What's the url of the site? Are you using smtp or php mail for email?

2) Not via the config. The code that outputs the captcha is in file_download.php line 143. You could change line 143 to the following:

if ($Auth->loggedIn() === false)

This will just show it for non-logged in users.

3) We don't offer support on customisations however have a look at the admin area stats on the dashboard for an example sql statement.

Regards,
Adam.