Hacked By AnonymousFox
<softinstall xmlns="http://www.softaculous.com">
<settings>
<group>
<heading>{{db_set}}</heading>
<input type="text" name="dbprefix" size="30" value="cp_">
<head>{{db_pre}}</head>
<optional>true</optional>
</input>
</group>
<group>
<heading>{{ad_act}}</heading>
<input type="text" name="admin_email" size="30" value="admin" softmail="true">
<head>{{ad_email}}</head>
<handle>__email_address</handle>
</input>
<input type="text" name="admin_pass" size="30" value="password1">
<head>{{ad_pass}}</head>
<handle>__admin_pass</handle>
</input>
<input type="text" name="admin_username" size="30" value="admin">
<head>{{ad_name}}</head>
</input>
</group>
<group>
<heading>{{out_set}}</heading>
<input type="text" name="out_host_server" size="30" value="smtp.site.com" quick_install="1">
<head>{{host_ser}}</head>
<exp>{{email_out_ser}}</exp>
</input>
<input type="text" name="out_m_port" size="30" value="25" quick_install="1">
<head>{{m_port}}</head>
</input>
<input type="select">
<select name="out_ssl" quick_install="1">
<option value="ssl">SSL/TLS</option>
<option value="tls">STARTTLS</option>
</select>
<head>{{ssl_protocol}}</head>
</input>
<input type="text" name="send_email" size="30" value="admin" softmail="true">
<head>{{ad_email}}</head>
<handle>__email_address</handle>
</input>
<input type="text" name="send_email_pwd" size="30" value="" >
<head>{{ad_email_pwd}}</head>
</input>
</group>
</settings>
<db>mysql</db>
<cron>
<min>{rand(0,59)}</min>
<hour>{rand(0,23)}</hour>
<day>*</day>
<month>*</month>
<weekday>*</weekday>
<command>[[php_path]] [[softpath]]/spark tasks:run >> /dev/null 2>&1</command>
</cron>
</softinstall>
Hacked By AnonymousFox1.0, Coded By AnonymousFox