The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am adding features to a hack of mine. I would like to know what port most dedicated or reseller users use? I know 'Web Host Manager' uses "yoursite.com:2086".
|
#2
|
|||
|
|||
![]()
my DirectAdmin uses 2222 dont know if this helps...
|
#3
|
|||
|
|||
![]()
I have a solution.
I make a new option under "AdminCP --> vBulletin Options --> My Hack's Settings" called "URL where your web hosting manager is located". This way I'm not limiting any users.... As I was writing I thought of a problem. I only know how to write an automated script for cPanel's WebHost Manager. All I do is pass this URL Code:
$submit_url = "http://".$vbulletin->options['whm_domain'].":2086/scripts/wwwacct?sign=&plan=undefined&domain=".$hp['subdomain']."&username=".$hp['host_username']."&password=".$hp['host_password'].""a=".$hplans['webspace']."&cgi=1&frontpage=1&maxftp=".$hplans['ftp']."&maxpop=".$hplans['email']."&maxlst=".$hplans['email']."&maxsql=".$hplans['mysqldatabases']."&maxsub=".$hplans['subdomain']."&maxpark=".$hplans['parked']."&maxaddon=".$hplans['addon']."&bwlimit=".$hplans['transfer']."&cpmod=x2&customip=--Auto+Assign--&msel=n%2Cy%2Cunlimited%2Cy%2Cunlimited%2Cunlimited%2Cunlimited%2Cunlimited%2Cunlimited%2Cunlimited%2Cunlimited%2Cy%2C0%2C0&contactemail=".$vbulletin->userinfo['email'].""; |
#4
|
||||
|
||||
![]()
Direct Admin has a pretty community of developers that would be better able to answer that question... I unfortunately do not know myself.
|
#5
|
||||
|
||||
![]()
I'm actually building such a mod for myself. cPanel does have it's own remote access API
![]() http://www.cpanel.net/support/docs/remoteaccess-php.htm |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|