Group: Member 
Post Group: Newbie
Posts: 1
Status: 
|
For about one month + i am trying to set that damn think.
I have ask for your help, writing the problem as i am seeing it.
I am getting answers of 5 words explain nothing.
So perhaps someone of your members could help me, (i am sure they will explain better if they have face this).
So my problem is this:
I have create a script that takes 11 variables from my customers.
e.g.
Field Name --> Choose Protocol
--> Choose Domain
--> In Directory
--> Database Name... etc
the softaculous_extra.php has these:
$softaculous_conf['fields']['Choose Protocol'] = 'Choose Protocol';
$softaculous_conf['fields']['Choose Domain'] = 'Choose Domain';
$softaculous_conf['fields']['In Directory'] = 'In Directory';
$softaculous_conf['fields']['Database Name'] = 'Database Name';
$add_softaculous_scripts = array(
10001 => array('name' => 'SoDShop',
'softname' => 'SoDShop',
'desc' => 'Το eshop που σας προτείνει το ...',
'ins' => 1,
'cat' => 'E-Commerce',
'type' => 'php',
'ver' => '1.4.17'
)
);
When the script runs without the $softaculous_conf['fields'] it creates the site, db all well except that it takes the default values of the script for those fields.
When i have the $softaculous_conf['fields'] the script is not running. So obviously there is something wrong.
I do not know what. Please give me an example with only one of those variables to understand what i have to do.
The answer i had from you was:
You will have to create a Custom Field in the PHP File :
softaculous_extra.php
This only.
So please someone help!
Thanks in advance
Mary
|