GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   A-conman Mysql Port Here! (https://gfy.com/showthread.php?t=138236)

fiveyes 06-09-2003 05:31 AM

Quote:

Originally posted by SpaceAce


This is a dedicated server with over 100 of my domains on it. I've never had the slightest problem implementing any kind of password protection on any of the domains, before, so I cannot imagine that is the problem.

SpaceAce

You've stated the problem, $_SERVER['PHP_AUTH_USER'] is not being set. Have you implemented password protection within that directory before?

KevinX 06-09-2003 05:57 AM

SpaceAce,

Notice the "and the CGI version of PHP"....

Regards,
Kevin

Stramm 06-09-2003 06:35 AM

Quote:

Originally posted by Naughty


thanks .. however that is old news.


I did say: "ImageMagick is installed fine and everything" :winkwink:

hmm.. sorry
however I have fixed the db backup mess. If anyone needs it...

Stramm 06-09-2003 07:23 AM

Quote:

Originally posted by Naughty


thanks .. however that is old news.


I did say: "ImageMagick is installed fine and everything" :winkwink:

can you check that again??? Mine is creating the thumbs but messing up the pathes and therfore doesn't display them

Stramm 06-10-2003 12:15 AM

Quote:

Originally posted by tical
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!

Hi Tical, are you and Brujah still working on it? Cause there are still db access errors in the script and it's hard/ impossible to use it as it is now. Unfortunately I found out after I fixed and improved some stuff. So my version has now a thumb crop functionality, you can set thumb quality and the database backup/restore is working.

Brujah 06-10-2003 12:35 AM

No, I'm not doing any work on it.

lEricPl 06-10-2003 12:39 AM

This is lame.



You get what you pay for.

Stramm 06-10-2003 12:42 AM

Quote:

Originally posted by Brujah
No, I'm not doing any work on it.
bad luck

anyways, thanks for answering

Naughty 06-10-2003 04:29 AM

Stramm, yes please. The database backup stuff would be nice. I thought it was me why it was not working.

lEricPl , you even familiar with open source? In a few months this program will probably be the best out there, with the help of many of course.

Stramm 06-10-2003 04:50 AM

Quote:

Originally posted by Naughty
Stramm, yes please. The database backup stuff would be nice. I thought it was me why it was not working.

stramm[@]whammed.com

Naughty 06-10-2003 06:41 AM

Quote:

Originally posted by Stramm
stramm[@]whammed.com

Sent






50 aaiiight

Roxane 06-10-2003 02:43 PM

Has anyone been able to add web sites sucessfully?

I'm getting hung up on it trying to compare the "oid" column when adding a website. Is oid (I assume it stands for object id) a Postgresql thing?

Anyway, I've changed it to "...WHERE id='$oid'..." and it seems ok. I've also had to use the function "mysql_query()" for grabbing the list of sites. I'm still working on putting everything together (sort of like humpty dumpty). :)

Just wondering if it's only my problem or has anyone else run into it? Also, stramm, I'll be hitting you up for the db backup code soon. :)

Roxane

Stramm 06-10-2003 11:51 PM

Hi Roxane... I have the same problems. But for me it didn't work to change oid to id. Tried that yesterday. Maybe cause I haven't changed @my_query to mysql_query(), lol
going to test that a lil bit later. If it works out then I'm finishing the improved thumbs generation

Stramm 06-11-2003 12:00 AM

hmm.. I don't get it going. Can you email me the files?? :thumbsup

4Pics 06-11-2003 12:26 PM

Quote:

Originally posted by Roxane
Has anyone been able to add web sites sucessfully?

I'm getting hung up on it trying to compare the "oid" column when adding a website. Is oid (I assume it stands for object id) a Postgresql thing?

Anyway, I've changed it to "...WHERE id='$oid'..." and it seems ok. I've also had to use the function "mysql_query()" for grabbing the list of sites. I'm still working on putting everything together (sort of like humpty dumpty). :)

Just wondering if it's only my problem or has anyone else run into it? Also, stramm, I'll be hitting you up for the db backup code soon. :)

Roxane

I have this problem too.

I fixed it by editing builderfuncs.php and changing
all lines where is says "where oid = '$oid' " to where id = '$oid'

Now I can enter a site but they don't get displayed... so i'm trying to figure out why they are in the database but don't get displayed.

4Pics 06-11-2003 12:45 PM

Ok found out how to fix it so it displays sites.

In builderfuncs.php find

$query .= " LIMIT $limit, $offset";

change to

$query .= " LIMIT $offset, $limit";

Anyone else with problems please post them (not authenication problems since I dont have that)

Roxane 06-11-2003 12:54 PM

Quote:

Originally posted by 4Pics
Ok found out how to fix it so it displays sites.

In builderfuncs.php find

$query .= " LIMIT $limit, $offset";

change to

$query .= " LIMIT $offset, $limit";

Anyone else with problems please post them (not authenication problems since I dont have that)

I haven't worked on it since yesterday. But yes, 4Pics, I had the same problem and fixed it the same way. When I start working on it again. I'll post some more.

Stramm, I haven't forgotten about you. I'll try to get you the files today.

Roxane

KCat 06-13-2003 11:28 AM

Any news on this? I don't want to start fucking with it until I know someone else got it working. My coding skills leave something to be desired. :winkwink:

4Pics 06-16-2003 02:24 AM

Quote:

Originally posted by KCat
Any news on this? I don't want to start fucking with it until I know someone else got it working. My coding skills leave something to be desired. :winkwink:
Go ahead and try it and post what problems you have.

SABAI 06-21-2003 06:25 AM

i just cant get this shit to work!!

how do i create the sql tables?

here is the error i get

SYSTEM ERROR
An error occurred during the last operation.
Please forward the following debug information to the developers for further help.
Password Checker : Table 'sabai.users' doesn't exist


how do i set login and pass?

i never seen a script so obscure :feels-hot

Serge_Oprano 06-21-2003 06:27 AM

Quote:

Originally posted by tical
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!

great!

now...
can you turn water into wine and make Lensman pay his debt of honor?

Tipsy 06-21-2003 07:36 AM

The original version is working fine :)

Naughty 06-21-2003 09:10 AM

Quote:

Originally posted by Tipsy
The original version is working fine :)
Teaser:winkwink:

Stramm 06-21-2003 09:15 AM

Quote:

Originally posted by Tipsy
The original version is working fine :)
lol, I've installed that one now as well. However I still have no clue how it works.

cyberpunk 06-21-2003 12:12 PM

Quote:

Originally posted by Tipsy
The original version is working fine :)

As is mine :)

but I did change from the zend encoded to the raw php last week

Tipsy 06-21-2003 12:19 PM

Quote:

Originally posted by cyberpunk



As is mine :)

but I did change from the zend encoded to the raw php last week

I was straight in with the raw. Never tried the zend encoded. Soooo much better with the raw code as it makes small changes much easier.

kaitech 11-01-2003 08:51 PM

Quote:

Originally posted by tical
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!

I click on the link and File not found is there an updated link? I have been looking for the mysql port of conman

Babaganoosh 11-01-2003 10:21 PM

the mysql version never did work properly. Part of it did function but I sure wouldn't use it on live sites.

AM Jeff 11-01-2003 10:54 PM

Don't pay the Conman people shit.

The fucked me outta $200 bucks for the install.
Waited 2 months from Q to get me installed.
Yet...nothing but excuses.

Tobcisab 11-30-2003 10:52 AM

Lol.


All times are GMT -7. The time now is 11:43 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123