![]() |
A-conman Mysql Port Here!
I'm not sure if anyone has done this and made it public yet.
But I managed to port over the A-Conman database shit to MySQL (w/ a little help from Brujah). Everything is here in this zip: BOOYOW! I can't help you with the install, you're on your own for that part. I hope someone can use it :) GOOD LUCK! |
yes a readme file would be helpful
|
http://sourceforge.net/projects/a-conman
I don't think they included any readme docs when they went open source... but they'll charge you $200 to set it up :) |
So anyone tried it ?
|
Cool.
Will anyone be supporting a MySQL branch? |
Opensource? I thought that was a commercial script?
|
Used to be commercial.
Opensource now. |
Quote:
|
Cool.
Will anyone be supporting a MySQL branch? |
Just what Groovy was looking for.. ( i think )
|
is it hard to install for a noob like me ;)????
|
n00bz
|
Quote:
SpaceAce |
Quote:
|
Quote:
if ((!isset($_SERVER[PHP_AUTH_USER])) || ($_SERVER[PHP_AUTH_USER] hahahaha "")){ because $_SERVER[PHP_AUTH_USER] equals null even though I typed in a username when the auth box popped up in my browser. Because it thinks there is no username, it never even gets to this part: $pass_query = "SELECT rtrim(password),access,email FROM users WHERE userid='".$_SERVER[PHP_AUTH_USER]."'"; For some reason, $_SERVER[PHP_AUTH_USER] never has anything in it. SpaceAce |
Wow, totally missed this thread. I love open source, they're the best.
Definately going to look into it. |
Quote:
Now I'm going to have to looksee. I really can't even remember the details only that the problem was similar. The script was getting a NULL when it expected something. I'll see if I can find it so I know what the hell I'm talking about (there's a first time for everything :) ) |
WTF - can't even find it now. Oh well. I'll just shut-up and go sit back in the corner :)
|
Quote:
SpaceAce |
Quote:
I think senality is setting in early. |
What version of PHP ?
Note: $_SERVER was introduced in 4.1.0. In earlier versions, use $HTTP_SERVER_VARS. |
Quote:
SpaceAce |
Anyone have this working?
|
Quote:
SpaceAce |
Quote:
You can also check out the http://a-conman.com site for the fast overview. I'm running the postgresql version and am very happy with it. :thumbsup |
Quote:
|
Quote:
SpaceAce |
I don't have the login problem at all, Just have no idea how to add photos? I can add one model pic at time without a problem? Nor do I know how to actually get info out of it.
|
Quote:
|
Quote:
From what I understand, the AUTH variables won't be set if you have already logged in using basic HTTP authorization, which I have not. There is no password protection in that folder. Just to be safe, I tried to display the REMOTE_USER variable and got null. I don't know what's up. SpaceAce |
login is working for me.. no problem with that. However after doing the setup and testing the stuff (all results OK) it still keeps on telling me:
Warning! One or more ConMan parameters are not set. Fix the options before using ConMan further. What's missing is always the default thumb height. I fill it in again (even check in the MySQL table if it's there, OK) and test the settings... all cool. But when going back to the main menu see above.. error |
found the mistake
change in common.inc line 83 $default_thumb_height = $records[20]; to $default_thumb_height = $records[10]; |
Quote:
|
Quote:
|
For all those having problems with the PHP_AUTH_USER not being set run the function phpinfo(). If you see Server API set as "ISAPI" you will not be able to get the PHP_AUTH_USER variable. Below find an excerpt from http://www.zend.com/manual/features.http-auth.php
------------------------------------- Also note that this does not work using Microsoft's IIS server and the CGI version of PHP due to a limitation of IIS. If you're using the IIS module (ISAPI), you may use the HTTP_AUTHORIZATION variable for example: list($user, $pw) = explode(':', base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'], 6))); ------------------------------------- Regards, Kevin |
I have it working fine too.
Found that common.inc error myself already earlier, BUT I cannot get the images to be made into thumbs. ImageMagick is installed fine and everything. Anybody got this working without the Postgresql version? So the version posted here? |
Quote:
SpaceAce |
Quote:
SpaceAce |
Quote:
http://sourceforge.net/forum/forum.p...orum_id=256457 |
Quote:
I did say: "ImageMagick is installed fine and everything" :winkwink: |
All times are GMT -7. The time now is 10:03 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123