Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- function ispconfig_ConfigOptions() {
- $configarray = array( 'ISPConfig Remoteuser' => array( 'Type' => 'text', 'Size' => '16' ), 'ISPConfig Remoteuser Password' => array( 'Type' => 'password', 'Size' => '16' ), 'ISPConfig Controlpanel URL' => array( 'Type' => 'text', 'Size' => '32', 'Description' => 'E.g. s1.server.tld:8080' ), 'ISPConfig SSL' => array( 'Type' => 'yesno', 'Description' => 'Tick to enable' ), 'ISPConfig Client Template ID' => array( 'Type' => 'text', 'Size' => '3' ), 'ISPConfig Usertheme' => array( 'Type' => 'text', 'Size' => '20' ), 'Global Client PHP Options' => array( 'Type' => 'text', 'Size' => '32', 'Description' => 'E.g. no,fast-cgi,cgi,mod,suphp,php-fpm' ), 'Global Client Chroot Options' => array( 'Type' => 'dropdown', 'Options' => 'no,jailkit' ), 'Auto Website Creation' => array( 'Type' => 'yesno', 'Description' => 'Tick to enable and choose the following options' ), 'ISPConfig Domain Tool' => array( 'Type' => 'yesno', 'Description' => 'Please read documentation' ), 'Website Readonly' => array( 'Type' => 'yesno', 'Description' => 'If enabled client can\'t change website settings' ), 'Website Quota' => array( 'Type' => 'text', 'Size' => '6', 'Description' => 'MB' ), 'Traffic Quota' => array( 'Type' => 'text', 'Size' => '6', 'Description' => 'MB' ), 'Website Settings' => array( 'Type' => 'text', 'Size' => '20', 'Description' => 'Syntax: CGI,SSI,Ruby,SuEXEC,ErrorDocuments,SSL E.g.: y,y,y,n,y,n' ), 'Auto Subdomain' => array( 'Type' => 'dropdown', 'Options' => 'none,www,*' ), 'PHP Mode' => array( 'Type' => 'dropdown', 'Options' => 'no,fast-cgi,cgi,mod,suphp,php-fpm' ), 'Active' => array( 'Type' => 'yesno', 'Description' => 'Tick to enable' ), 'Create DNS' => array( 'Type' => 'yesno', 'Description' => 'Please read documentation' ), 'DNS Settings' => array( 'Type' => 'text', 'Size' => '20', 'Description' => 'Syntax: NS1,NS2,EMailname,Templateid E.g.: ns1.domain.tld,ns2.domain.tld,webmaster,1' ), 'Username Handling' => array( 'Type' => 'yesno', 'Description' => 'Please read documentation' ), 'ISPConfig Language' => array( 'Type' => 'text', 'Size' => '3' ), 'Create Maildomain' => array( 'Type' => 'yesno', 'Description' => 'Tick to enable' ), 'Create FTP-Account' => array( 'Type' => 'yesno', 'Description' => 'Tick to enable' ) );
- return $configarray;
- }
- function ispconfig_CreateAccount($params) {
- $serviceid = $params['serviceid'];
- $pid = $params['pid'];
- .....................................................................
- ............................
- ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement