Subsonic registration engine

A little external engine to register users in Subsonic

Moderator: moderators

Re: Subsonic registration engine

Postby columbiabbs » Wed Nov 23, 2011 4:49 pm

Hi All
Its been a while since my last post about where do the files go after they have been edited..I have gotten the login screen
to work,but the db still does not work..can some one who has this find app working please tell where the files and folders are
moved to.
thanks
William
columbiabbs
 
Posts: 52
Joined: Sun Oct 03, 2010 3:10 am
Location: COLUMBIA,SC

Re: Subsonic registration engine

Postby burner247 » Fri Dec 09, 2011 4:46 am

Wow this is what I've been looking for! Ok I followed your instructions. On the login page I do not get the captcha image. Also where do I put the files that are in the "subregengine" folder after making changes?

Thanks in advance!
burner247
 
Posts: 16
Joined: Sun Nov 21, 2010 1:29 am

Re: Subsonic registration engine

Postby Hellscream » Sat Jan 28, 2012 9:18 pm

Well after a while i decide to give it another try for this awesome project because i really need it.
Stay tuned
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic registration engine

Postby gurutech » Thu Feb 02, 2012 5:40 pm

Just downloaded this last night, but for some reason, I seem to be having a couple problems. (My guess is "user error", but I want to make sure...)

I followed the instructions in the readme file, with the exception of creating the new database. I did this "manually" through my Webmin tool, rather than running the query, because I really don't know what that means or how to do it. But everything matches up as far as the database name, table name, and field names and properties.

I have a homepage where it asks for username and password, then has a "register" and "forgot password" link underneath.
If I click either of these two links (I want to create a test account), the contents will show up UNDER the regular login, and even though it asks for a verification code, there is no "captcha" picture that is visible. (In Firefox, I get nothing. In IE, I get the "red X".)

If I click the other link, it will also show up under the main login area, so basically I have the main login area, under that is the "register" screen, and under that is the "forgot password" screen.

I have verified, and the file "captcha3.png" does exist, and is referred to as being in ../img/captcha3.png

Any ideas?
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Subsonic registration engine

Postby Hellscream » Thu Feb 02, 2012 5:48 pm

Well 3 reason can be as I recall
1st u missed to change some domain in login.jsp file
2nd dont have CURL module installed or enabled
3rd GD module needed to
Last edited by Hellscream on Thu Feb 02, 2012 9:57 pm, edited 1 time in total.
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic registration engine

Postby gurutech » Thu Feb 02, 2012 6:23 pm

What is the CURL module? I checked the login.jsp, and everything references my domain, and I know I have the GD image processor thing installed, as I have it on another site running on my server, so it can only be the CURL thing....
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Subsonic registration engine

Postby Hellscream » Thu Feb 02, 2012 9:26 pm

Edit php.ini file and uncoment curl module
extension=php_curl.dll line 952 in my php.ini
Everything work fine finally but i have error in line 16 in mailconf.php file.
Can someone register and post here what error u see if any error popup.
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic registration engine

Postby gurutech » Thu Feb 02, 2012 10:06 pm

I don't have that line in my PHP.INI file. Is it safe to just add it, or would I screw things up by adding it if the file doesn't exist?

Where can this be installed from? (I'm searching the Yum repositories now...)
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Subsonic registration engine

Postby Hellscream » Thu Feb 02, 2012 10:13 pm

u need to install curl module
http://curl.haxx.se/download.html
or dl xampp everything preset if u dont have your own server
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic registration engine

Postby gurutech » Thu Feb 02, 2012 10:22 pm

ok, got the tar file, but I'm totally clueless on how to install from a tar file. I've only ever done RPM's.. lol

I have the folder extracted to my desktop with all the subfolders, but that's as far as I got...
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Subsonic registration engine

Postby Hellscream » Thu Feb 02, 2012 10:28 pm

download http://www.izarc.org/download.html its a simple archive just extract


To enable curl with php you have to follow these steps:

Find used php.ini file. You should just put in script (contents : <?php phpinfo(); ?>) in your inetpub, call it from browser and search for php.ini.

Uncomment extension=php_curl.dll. You can do this by removing ; in front of line.

Check that php_curl.dll exists in extension_dir . If it does not exist - download Win32 zip package of corresponding php version from http://php.net/downloads.php .

Check that libeay32.dll and ssleay32.dll are found within path. You can get them by installing OpenSSL http://www.openssl.org/
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic registration engine

Postby gurutech » Thu Feb 02, 2012 10:30 pm

I'm on Linux, not Windows. I know I don't have an inetpub folder, since I'm running Apache, not IIS...
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Subsonic registration engine

Postby Hellscream » Thu Feb 02, 2012 10:35 pm

I'm running apache to so go install php if u dont have it already and try to find how to install module on linux cose im windows user
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic registration engine

Postby gurutech » Fri Feb 03, 2012 12:08 am

I have php installed, with the mysql extension.

Before installing this registration part, I had the subsonic site up and running with no problems.

I see a lot of "c:url" entries in the jsp files, so now I'm thinking that's working ok too...

Might just be a "path" issue with the captcha stuff...

I have
Code: Select all
$captchaImage = imagecreatefrompng("../img/captcha3.png");
in there now, tried removing the .. part, but still didn't work. gonna try removing the ../ part and see what happens...
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Subsonic registration engine

Postby Hellscream » Fri Feb 03, 2012 7:40 pm

as i see that's the line from captcha.php file so u don't need to change anything there.
can u post part of your php.ini here (part where modules are) at least 10 lines
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

PreviousNext

Return to Subsonic Registration Engine

Who is online

Users browsing this forum: No registered users and 2 guests