News:

Wondering if this will always be free?  See why free is better.

Main Menu

No verification code or sound/registering

Started by blazinchuck, March 01, 2011, 02:52:28 PM

Previous topic - Next topic

blazinchuck

hey guys...so far the new upgrade to 2.0RC5 has been easy and awesome! however, we are learning that people trying to register with our site are note getting the verification code at all...then they try to listen to it and hear nothing-so they fail to register. ive checked everything out and noticed i dont get the "sample" in the admin where i turned this on. some folks are able to register...but just a couple compared to the many being denied.

my site http://carolinadiesels.com

only mods are simple portal/avea media/ and Crip's Black n Black theme
"I'm not as Think, as you stoned I am"

Oldiesmann

When I right-click on the verification image text and choose "View Image", Firefox says that the image couldn't be displayed because "it contains errors". It could be that it's timing out while trying to generate the image. The sound works fine for me though, but it takes a little while to load.

Are there any errors in your forum error log related to registration and the verification image?

If not, you may want to try ReCaptcha instead.
Michael Eshom
Christian Metal Fans

blazinchuck

i dont even see the image?? i tried to register as a test...but no image and i didnt get a sound either. i looked at recaptcha but it looks like it only goes up to 2.0RC3

anyone have any other thoughts on this please??
"I'm not as Think, as you stoned I am"

blazinchuck

BTT...anyone have any thoughts? will the Recaptcha work on 2.0RC5??
"I'm not as Think, as you stoned I am"

Masterd

Did you checked all files with file_check.php? reCaptacha will work on SMF 2.0 RC5.

blazinchuck

Quote from: Masterd on March 03, 2011, 07:58:11 AM
Did you checked all files with file_check.php? reCaptacha will work on SMF 2.0 RC5.
i have not...how exactly would i do that? where would i find it? would i upload it to the root, then point my browser there>?Thanks
"I'm not as Think, as you stoned I am"

Skipper.

Place this file in the forum root.

Run it by writing into the address bar www.yourdomain.com/file_check.php

You will see in what files you have to fix errors.

It's very simple. Scissors cuts paper, paper covers rock, rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard, lizard eats paper, paper disproves Spock, Spock vaporizes rock, and—as it always has—rock crushes scissors.

blazinchuck

this is what came up with the file_check.php

Below are the results of the scan

    * /home/content/51/7430751/html/gdform.php
          o File does not end with ?>

    * /home/content/51/7430751/html/webformmailer.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/default/aeva/hs/index.php
          o File does not begin with <?php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/default/aeva/hs/outlines/index.php
          o File does not begin with <?php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/default/aeva/index.php
          o File does not begin with <?php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/BoardIndex.template.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/languages/Settings.english.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/Settings.template.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/Themes.template.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/backnblack205/index.template.php
          o File does not begin with <?php

    * /home/content/51/7430751/html/Sources/Aeva-getid3/module.tag.id3v2.php
          o File does not end with ?>



not sure what all this means?? or where to find it
"I'm not as Think, as you stoned I am"

blazinchuck

also...i looked at the recaptcha...but its a tar.gz...i downloaded it-but how do i upload that through package manager?? i thought only zip files go through there
"I'm not as Think, as you stoned I am"

Skipper.

Quote from: blazinchuck on March 03, 2011, 03:56:31 PM
this is what came up with the file_check.php

Below are the results of the scan

    * /home/content/51/7430751/html/gdform.php
          o File does not end with ?>

    * /home/content/51/7430751/html/webformmailer.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/default/aeva/hs/index.php
          o File does not begin with <?php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/default/aeva/hs/outlines/index.php
          o File does not begin with <?php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/default/aeva/index.php
          o File does not begin with <?php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/BoardIndex.template.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/languages/Settings.english.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/Settings.template.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/oxygen11final/Themes.template.php
          o File does not end with ?>

    * /home/content/51/7430751/html/Themes/backnblack205/index.template.php
          o File does not begin with <?php

    * /home/content/51/7430751/html/Sources/Aeva-getid3/module.tag.id3v2.php
          o File does not end with ?>



not sure what all this means?? or where to find it

You probably have a blank line at the end of the file. I also had the same problem some time ago. When I started file_check I got the same result as you. I just deleted the blank line at the end of the file and the code started working.
It's very simple. Scissors cuts paper, paper covers rock, rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard, lizard eats paper, paper disproves Spock, Spock vaporizes rock, and—as it always has—rock crushes scissors.

Arantor

Well that would explain the 'does not end in ?>' comments but for does not begin with <?php, that generally means the files got re-encoded badly somewhere along the line. Open them in a decent text editor (not Notepad or Wordpad, something like Notepad++) and take a look. If they're listed as encoded in UTF-8, make sure it's 'converted to UTF-8 Without BOM' - that's an option in Notepad++.

blazinchuck

Quote from: Arantor on March 03, 2011, 04:56:33 PM
Well that would explain the 'does not end in ?>' comments but for does not begin with <?php, that generally means the files got re-encoded badly somewhere along the line. Open them in a decent text editor (not Notepad or Wordpad, something like Notepad++) and take a look. If they're listed as encoded in UTF-8, make sure it's 'converted to UTF-8 Without BOM' - that's an option in Notepad++.
im sorry, i dont even understand this, i also looked at the index.php files listed as missing something and ....believe it or not there was nothing in the index.php files...all 3 of them...whats that about???
"I'm not as Think, as you stoned I am"

Arantor

Those three in the aeva folder, they're fine and can be ignored. The whole point is simply to prevent someone going in and looking at the list of files.

blazinchuck

Quote from: Arantor on March 04, 2011, 09:42:34 AM
The whole point is simply to prevent someone going in and looking at the list of files.
i thought i was suppose to post the results for those to see and help fix...ill be removing that file so no one can go in and see it now.

but even though it says files are missing this and that....they arent-those files have the codes there...so why does it say they are still missing?
"I'm not as Think, as you stoned I am"

Arantor

No... you asked what the point of the empty index.php files is. That's the point: if someone tries to view that folder, they won't be able to because of the index.php blocking it.

blazinchuck

btt...i cant keep my forum open or vulnerable to spammers and such. right now i have the verification code removed so members can sign up. i still need this fixed.

also i asked about recaptcha...its not a zip file(its a tar.gz) what is it and how do i install it??
"I'm not as Think, as you stoned I am"

Arantor

Quotealso i asked about recaptcha...its not a zip file(its a tar.gz) what is it and how do i install it??

Same as you install a zip, it's the exact same thing. You can use the Packages area of the admin panel to do it for you, or go to the mod's page, select the version of SMF (I think for the moment you have to use 2.0 RC4) then hit Parse to see the list of changes.


So, we've discounted those three files, did you try fixing the others?

blazinchuck

Quote from: Arantor on March 07, 2011, 02:57:00 AM
Quotealso i asked about recaptcha...its not a zip file(its a tar.gz) what is it and how do i install it??

Same as you install a zip, it's the exact same thing. You can use the Packages area of the admin panel to do it for you, or go to the mod's page, select the version of SMF (I think for the moment you have to use 2.0 RC4) then hit Parse to see the list of changes.


So, we've discounted those three files, did you try fixing the others?
i didnt do  anything with any files yet...i guess i should try to remove the "white spaces". all the files had what it said was missing-which i dont understand why it says things are missing. seems like a lot of ppl are having this same problem with the verification code....and also...I dont even understand any of that UTF8 or whatever that is that was recommended. thanks,Chuck

as for recaptcha, it looks like some document instead of a zip file...and i tried it one time through PM and it didnt recognize that type of file.
"I'm not as Think, as you stoned I am"

Arantor

Package manager does just fine as .tar.gz files; I bundle all mine up as that these days... but nothing will happen until the files get fixed.

blazinchuck

well, i tried to install recaptcha...and it sais it couldnt because it didnt support my version of smf(i have 2.0RC5) i guess ill have to try and fix these files
"I'm not as Think, as you stoned I am"

Advertisement: