XFileSharing Pro - wired captcha problem

Message
Author
dzimi83
Posts: 66
Joined: Mar 09, 2009 1:08 pm

wired captcha problem

#1 Postby dzimi83 » Jun 28, 2009 12:34 am

Hi,

PilgrimX182, I have a problem with captcha on the download page. I did not change anything in the download1 and download2 subs in the index.cgi script. I did not change the download1.html page too.

I checked the three captcha modes and no-one mod works.
And here is my question: wchich step is respond for the captcha checking ? Can you show me it in the XFS source (file:line ?)

I am wondering what is broke in my xfs tree.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jun 29, 2009 2:11 pm

What exaclty is broken? Snapshot maybe?

dzimi83
Posts: 66
Joined: Mar 09, 2009 1:08 pm

#3 Postby dzimi83 » Jun 30, 2009 7:00 am

Try with this one link:

Code: Select all

http://uploadspace.eu/tcrnoqpd4ooo/PL.rar.html
reCaptcha, text based captcha and GD based captcha is show but did not work. System let download file even if you write wrong captcha or if you did not write captcha code.

SQL snapshot:

Code: Select all

Pełny tekst  	file_id Rosnąco 	ip 	rand 	time 	captcha
  	Edytuj   	Usuń   	0  	1049908291  	lpnylw25  	2009-06-30 08:23:31  	NULL
	Edytuj 	Usuń 	0 	1049908291 	u8dax5ht 	2009-06-30 08:27:07 	NULL
	Edytuj 	Usuń 	0 	1049908291 	uwkhn2mw 	2009-06-30 08:28:52 	NULL
	Edytuj 	Usuń 	0 	1505724249 	hj6ci8d4 	2009-06-30 08:45:17 	NULL
	Edytuj 	Usuń 	86869 	1336092972 	0p0q39ob 	2009-06-30 08:54:52 	NULL
	Edytuj 	Usuń 	101081 	1051918340 	fie93o2l 	2009-06-30 08:53:27 	NULL
	Edytuj 	Usuń 	103064 	1393270787 	js0n61iw 	2009-06-30 08:51:32 	NULL
When reCaptcha is eneabled as default captcha system - the captcha id in SQL is set to NULL. When the captcha is eneabled as text or GD - the value is set but did not work too.

I do not change the Download1, Download2, SaveSes, etc functions in index.cgi. I just add few new functions in the index.cgi (like show new templates when the "op" is set to the new values, etc).

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Jun 30, 2009 12:11 pm

If you have 1.5 vesrion, get the current latest ZIP and update index.cgi (don't forget to backup old one). There was a bug in early 1.5 versions.

dzimi83
Posts: 66
Joined: Mar 09, 2009 1:08 pm

#5 Postby dzimi83 » Jun 30, 2009 12:23 pm

Oh, yes, my version of 1.5 is not the latest one ;) Okay, I will get the latest version, add my patches and test it once again. Thanks :)

dzimi83
Posts: 66
Joined: Mar 09, 2009 1:08 pm

#6 Postby dzimi83 » Jul 01, 2009 4:26 pm

Okay, I had the first version of index.cgi :] Fixed.