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)
-   -   Nats Setup Question (https://gfy.com/showthread.php?t=425019)

Corleone 01-31-2005 04:07 PM

Nats Setup Question
 
we're trying to setup nats for our program at the moment

Site Cumhogs.com http://join.cumhogs.com/track/NTo0OjE/ does not work.
Site PornAddict.com http://join.pornaddict.com/track/NTo0OjI/ this works.
They're 2 different sites, both with the same exact set up.

Any idea what would cause one to work and not the other? :thumbsup

bigdog 01-31-2005 04:08 PM

doesn't nats have support

gxer 01-31-2005 04:11 PM

for such a price for their soft you better ask them for support, otherwise future buyers will think there is no support at all.

PornAddict 01-31-2005 04:15 PM

Let me put it this way... NATS has support. We made this post because we know a bunch of you may have been through the ropes of installing this software and may recognize an error we're making.

I also posted our problem in the NATS ticketing system, but as you know... GFY moves a lot quicker and it was just a shot in the dark to see if anyone here may be able to help. THIS IS IN NO WAY A DIS ON NATS.

- PornAddict

Eric 01-31-2005 04:17 PM

Quote:

Originally Posted by Corleone
we're trying to setup nats for our program at the moment

Site Cumhogs.com http://join.cumhogs.com/track/NTo0OjE/ does not work.
Site PornAddict.com http://join.pornaddict.com/track/NTo0OjI/ this works.
They're 2 different sites, both with the same exact set up.

Any idea what would cause one to work and not the other? :thumbsup

Try it this way

http://join.pornaddict.com/track/NTo0OjE/

Methodcash Rick 01-31-2005 04:17 PM

There's a few causes that it could be.

The one that sticks out in my mind would be the linking of /track to track.php seeing as tho I get a 404 page..

But I would definately contact Nathan or Boris, and they could fix your problem quicker...

Eric 01-31-2005 04:18 PM

If you look in your set up you probably have everything set to run through pornaddicts as the main URL and then it redirects.

bigdog 01-31-2005 04:18 PM

i thought they would at least help you setup your current sites

PornAddict 01-31-2005 04:24 PM

Quote:

Originally Posted by bigdog
i thought they would at least help you setup your current sites

They are helping me... in fact, Valerie has been a great help getting me started. It's just that I ran into this little snag and am trying to figure out what's causing a 404 error. It's not really anything major, just me being impatient and wanting to get this set up asap. There's only so many hours in the day for working people, but when it's your sites you don't mind pulling in 14 hour days.

- PornAddict

DirtyDanza 01-31-2005 04:27 PM

Quote:

Originally Posted by PornAddict
They are helping me... in fact, Valerie has been a great help getting me started. It's just that I ran into this little snag and am trying to figure out what's causing a 404 error. It's not really anything major, just me being impatient and wanting to get this set up asap. There's only so many hours in the day for working people, but when it's your sites you don't mind pulling in 14 hour days.

- PornAddict

I am about to go through the same shit in a few min......

PornAddict 01-31-2005 04:31 PM

Quote:

Originally Posted by Dirty_DS
I am about to go through the same shit in a few min......

If you hit a snag, hit me up... I'm still learning but may be of some assistance. I did manage to do some things on my own :-)

- PornAddict
icq: 50236184

Methodcash Rick 01-31-2005 05:12 PM

Quote:

Originally Posted by Dirty_DS
I am about to go through the same shit in a few min......

Honestly, if you need some help, LMK, I'm here in Vegas, and can help ya over the phone or in person if ya really need the help, I'll be glad to help out..

-Rick

Eric 01-31-2005 05:21 PM

My answer wasn't good enough eh?

PornAddict 01-31-2005 05:40 PM

Quote:

Originally Posted by Eric_aka_RedEyes
My answer wasn't good enough eh?

Eric, I'm not sure I fully understood your reply. I was posting the links nats spit out but you gave me a modified one.

I'm going to hit you up on icq...

And thanks to everyone lending some tech support! It's very much appreciated.

- PornAddict

DirtyDanza 01-31-2005 06:17 PM

Quote:

Originally Posted by BB-Rick
Honestly, if you need some help, LMK, I'm here in Vegas, and can help ya over the phone or in person if ya really need the help, I'll be glad to help out..

-Rick

hit me up on ICQ were starting the proscess now

JSA Matt 01-31-2005 06:19 PM

Have you setup the linkdomain for cumhogs.com?

Your linkdomain 'join.cumhogs.com' should be a ServerAlias to your nats directory ie: /usr/home/username/nats

Keep in mind your linkdomain will be used for both the tours tracking URL and the join pages... so using 'join' probably isn't the best method. Something like 'tour' or 'site' would be better :2 cents:

Methodcash Rick 01-31-2005 06:33 PM

Quote:

Originally Posted by Dirty_DS
hit me up on ICQ were starting the proscess now

ICQ Sent...

Nathan 02-01-2005 03:37 AM

Quote:

Originally Posted by Corleone
we're trying to setup nats for our program at the moment

Site Cumhogs.com http://join.cumhogs.com/track/NTo0OjE/ does not work.
Site PornAddict.com http://join.pornaddict.com/track/NTo0OjI/ this works.
They're 2 different sites, both with the same exact set up.

Any idea what would cause one to work and not the other? :thumbsup

Hi,

Eric and JSA Matt were correct. If you look at http://join.cumhogs.com/ you see cumhogs, if you look at http://join.pornaddict.com/ you get your NATS installation. That means join.cumhogs.com is not correctly setup in the apache config. You need to set join.cumhogs.com as a ServerAlias to the virtualserver that powers NATS.
You MIGHT have done that, if that is the case, the cumhogs.com virtualserver most likely is ABOVE the NATS one in the config file and has a wildcard serveralias. Simply move the NATS virtualserver to the TOP of the list.

To make your life easier, you could use something like
ServerAlias in.*
ServerAlias join.*

And then it should catch any in.blah.com or join.blah.com domain. You could then put in.cumhogs.com and such in the Linkdomain setting in the site's admin interface so the linkcodes use that but still use join.cumhogs.com as the url to the join page.

I just had that idea right now btw... so none of our clients come running to me and tell me "hey why did you not tell me that before?!" ;)

Hope this helps.


All times are GMT -7. The time now is 03:26 AM.

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