Web Hosting Talk







View Full Version : Nixt help


Esr Tek
11-25-2002, 02:26 AM
Ok I need help / Walk thru on how to do a few things in Nixt get it working fully.

I however am very limited in php exp. :bawling:
So any and all help is greatly appreciated!!!

1) Get this to create accounts w Parked and Addon Domains.
Is my string wrong (i got it from view source in whm create accounts page)
My string n,y,200,y,iconic,15,15,100,unlimited,15,2000,n,1,1,tekadvan_Novice

Now this works in creating account... and came from the add plan option in WHM.

Is there something besides string that needs to be added to a php file?

2) Renaming Field 1 and delete 2 and 3 fields

3) Expiration and Last Invoiced Drop Down dates current.
These come up when creating account as "December, 31, 1969"
(easy enuff to change manually, but rather not need to manually fix every account.)
Also on this note, can i get rid of the years below 2002 and add some past 2009 ? (again just be nice to have this way)

Again all help on this great!!!!

PS- no remarks about get phpmanager, mb or any others!!!

JustinH
11-25-2002, 08:09 PM
(1) Already sent info to get that fixed ;).

(2) This would require changing the database and changing text throughout the script itself (since there are several different places where Field 1,2,3 are mentioned).
It'd be easier to just try and remember what each fiield is :).

(3) You have to make sure to mark the account as +Paid before you create it. Otherwise you'll get the weird times. I don't use the billing module so I have no idea on the other thing.

Hope this helps

Esr Tek
11-25-2002, 09:12 PM
1) Im waitin to reply to find out account resources.. Since cpanel and whm wont show me max allowed.

2) What are the Field's 1 2 and 3 for then??

If I could just rename them on the html page for clients so they know wha the area is for, it would be good enough.

3) Ty.. I'll try that. Thinking of just get rid of it myself. Considering Revecom already has something like this I prolly use instead.

Thanks alot for all your help...

Now to search for a coupon addon for nixt ;)

JustinH
11-25-2002, 09:28 PM
If cpanel isn't showing your account resources there may be a few reasons:

Quota file is broken (I think you'd wanna run fixquotas).
If you're a reseller then your upstream provider may have screwed up when setting up the account.

Fields 1, 2 and 3 are just "other stuff" that you might need (for example I use filed one for IP addy's).
In the templates/signup.html you can change the field 1, 2, 3 entries. Also if you don't want to use them at all open up signup.php and put: // before the if($field1 == "").

Esr Tek
11-26-2002, 12:10 AM
Great it all works now!!!

Thanks for all your help.

Still haven't found a coupon management system for this.. but didnt really expect too ;)