Jump to content
[MUST READ] Forum Rules ×

How to add auto-install script feature in reseller hosting?


Pauloxd

Recommended Posts

Hey @Pauloxd,

Adding this to your registration form should work.

<select size="1" name="script">                                    
<optgroup label="No script">                                       
<option value="" selected="selected">Do not install a script</option>                                    
</optgroup>                                    
<optgroup label="Blog / CMS">                                       
<option value="wordpress">WordPress Blog</option>                                       
<option value="joomla">Joomla! CMS</option>                                       
<option value="drupal">Drupal CMS</option>                                       
<option value="bigace">BigAce CMS</option>                                       
<option value="nucleus">Nucleus CMS</option>                                       
<option value="typo3">Typo3 CMS</option>                                       
<option value="b2evolution">B2Evolution Blog & CMS</option>                                       
<option value="geeklog">GeekLog CMS</option>                                       
<option value="kajona">Kajona CMS</option>                                       
<option value="concrete5">Concrete5 CMS</option>                                       
<option value="pivot">Pivot Blog & CMS</option>                                       
<option value="textpattern">TextPattern CMS</option>                                       
<option value="tikiwikigroup">Tiki Wiki CMS Groupware</option>                                       
<option value="modxrevo">MODX Revolution CMS</option>                                       
<option value="pligg">Pligg CMS</option>                                    
</optgroup>                                    
<optgroup label="Forum">                                       
<option value="phpbb">phpBB Forum</option>                                       
<option value="mybb">MyBB Forum</option>                                       
<option value="vanilla">Vanilla Forum</option>                                    
</optgroup>                                   
<optgroup label="E-Commerce">                                       
<option value="opencart">OpenCart E-commerce Shop</option>                                       
<option value="oscommerce">OsCommerce E-commerce Shop</option>                                       
<option value="zencart">ZebCart E-commerce Shop</option>                                       
<option value="hhgmultistore">HHG MultiStore E-commerce Shop</option>                                       
<option value="cubecart">CubeCard E-commerce Shop</option>                                    
</optgroup>                                    
<optgroup label="Others">                                        
<option value="webauction">Web Auction</option>                                        
<option value="faqmaster">FAQ Master</option>                                    
</optgroup>                                 
</select>

 

Edited by uHost
Link to comment
Share on other sites

7 hours ago, uHost said:

<select size="1" name="script"> <optgroup label="No script"> <option value="" selected="selected">Do not install a script</option> </optgroup> <optgroup label="Blog / CMS"> <option value="wordpress">WordPress Blog</option> <option value="joomla">Joomla! CMS</option> <option value="drupal">Drupal CMS</option> <option value="bigace">BigAce CMS</option> <option value="nucleus">Nucleus CMS</option> <option value="typo3">Typo3 CMS</option> <option value="b2evolution">B2Evolution Blog & CMS</option> <option value="geeklog">GeekLog CMS</option> <option value="kajona">Kajona CMS</option> <option value="concrete5">Concrete5 CMS</option> <option value="pivot">Pivot Blog & CMS</option> <option value="textpattern">TextPattern CMS</option> <option value="tikiwikigroup">Tiki Wiki CMS Groupware</option> <option value="modxrevo">MODX Revolution CMS</option> <option value="pligg">Pligg CMS</option> </optgroup> <optgroup label="Forum"> <option value="phpbb">phpBB Forum</option> <option value="mybb">MyBB Forum</option> <option value="vanilla">Vanilla Forum</option> </optgroup> <optgroup label="E-Commerce"> <option value="opencart">OpenCart E-commerce Shop</option> <option value="oscommerce">OsCommerce E-commerce Shop</option> <option value="zencart">ZebCart E-commerce Shop</option> <option value="hhgmultistore">HHG MultiStore E-commerce Shop</option> <option value="cubecart">CubeCard E-commerce Shop</option> </optgroup> <optgroup label="Others"> <option value="webauction">Web Auction</option> <option value="faqmaster">FAQ Master</option> </optgroup> </select>

Hello there,

 

This code will not work. This system has been replaced before a few years. Clients will be able to see the dropdown but after the signup nothing will happens. If client wants to install a script he can go to Softaculous after registration & activation and install the script he wants.

 

I hope this helps

 

Best Regards,

Dimitris

Edited by Dimitris
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...