Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
speed.bdcloud.fr /
core /
tpl /
Delete
Unzip
Name
Size
Permission
Date
Action
ajax
[ DIR ]
drwxrwxrwx
2020-09-02 15:36
README
123
B
-rwxrwxrwx
2020-09-02 15:31
admin_extrafields_add.tpl.php
14.86
KB
-rwxrwxrwx
2020-09-02 15:31
admin_extrafields_edit.tpl.php
17.19
KB
-rwxrwxrwx
2020-09-02 15:31
admin_extrafields_view.tpl.php
5.82
KB
-rwxrwxrwx
2020-09-02 15:31
advtarget.tpl.php
23.55
KB
-rwxrwxrwx
2020-09-02 15:31
ajaxrow.tpl.php
4.84
KB
-rwxrwxrwx
2020-09-02 15:31
bloc_comment.tpl.php
5.35
KB
-rwxrwxrwx
2020-09-02 15:31
bloc_showhide.tpl.php
3.17
KB
-rwxrwxrwx
2020-09-02 15:31
card_presend.tpl.php
9.73
KB
-rwxrwxrwx
2020-09-02 15:31
commonfields_add.tpl.php
2.27
KB
-rwxrwxrwx
2020-09-02 15:31
commonfields_edit.tpl.php
2.44
KB
-rwxrwxrwx
2020-09-02 15:31
commonfields_view.tpl.php
3.94
KB
-rwxrwxrwx
2020-09-02 15:31
contacts.tpl.php
12.48
KB
-rwxrwxrwx
2020-09-02 15:31
document_actions_post_headers.tpl.php
4.35
KB
-rwxrwxrwx
2020-09-02 15:31
error.tpl.php
779
B
-rwxrwxrwx
2020-09-02 15:31
extrafields_add.tpl.php
1.63
KB
-rwxrwxrwx
2020-09-02 15:31
extrafields_edit.tpl.php
1.56
KB
-rwxrwxrwx
2020-09-02 15:31
extrafields_list_print_fields.tpl.php
2.74
KB
-rwxrwxrwx
2020-09-02 15:31
extrafields_list_search_input.tpl.php
2.93
KB
-rwxrwxrwx
2020-09-02 15:31
extrafields_list_search_param.tpl.php
699
B
-rwxrwxrwx
2020-09-02 15:31
extrafields_list_search_sql.tpl.php
2.19
KB
-rwxrwxrwx
2020-09-02 15:31
extrafields_list_search_title.tpl.php
1.68
KB
-rwxrwxrwx
2020-09-02 15:31
extrafields_view.tpl.php
10.38
KB
-rwxrwxrwx
2020-09-02 15:31
filemanager.tpl.php
8.37
KB
-rwxrwxrwx
2020-09-02 15:31
footer.tpl.php
779
B
-rwxrwxrwx
2020-09-02 15:31
header.tpl.php
787
B
-rwxrwxrwx
2020-09-02 15:31
index.html
0
B
-rwxrwxrwx
2020-09-02 15:31
list_print_total.tpl.php
844
B
-rwxrwxrwx
2020-09-02 15:31
login.tpl.php
15.08
KB
-rwxrwxrwx
2020-09-02 15:31
massactions_pre.tpl.php
6.93
KB
-rwxrwxrwx
2020-09-02 15:31
notes.tpl.php
5.46
KB
-rwxrwxrwx
2020-09-02 15:31
object_discounts.tpl.php
5.37
KB
-rwxrwxrwx
2020-09-02 15:31
objectline_create.tpl.php
35.47
KB
-rwxrwxrwx
2020-09-02 15:31
objectline_edit.tpl.php
16.34
KB
-rwxrwxrwx
2020-09-02 15:31
objectline_title.tpl.php
5.35
KB
-rwxrwxrwx
2020-09-02 15:31
objectline_view.tpl.php
17.14
KB
-rwxrwxrwx
2020-09-02 15:31
onlinepaymentlinks.tpl.php
7.69
KB
-rwxrwxrwx
2020-09-02 15:31
originproductline.tpl.php
2
KB
-rwxrwxrwx
2020-09-02 15:31
passwordforgotten.tpl.php
9.75
KB
-rwxrwxrwx
2020-09-02 15:31
resource_add.tpl.php
1.86
KB
-rwxrwxrwx
2020-09-02 15:31
resource_view.tpl.php
3.76
KB
-rwxrwxrwx
2020-09-02 15:31
Save
Rename
<?php /* Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com> * Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** * The following vars must be defined: * $type2label * $form * $conf, $lang, * The following vars may also be defined: * $elementtype */ // Protection to avoid direct call of template if (empty($conf) || !is_object($conf)) { print "Error, template page can't be called as URL"; exit; } $langs->load("modulebuilder"); ?> <!-- BEGIN PHP TEMPLATE admin_extrafields_edit.tpl.php --> <script type="text/javascript"> jQuery(document).ready(function() { function init_typeoffields(type) { console.log("select a new type (edit) = "+type); var size = jQuery("#size"); var computed_value = jQuery("#computed_value"); var langfile = jQuery("#langfile"); var default_value = jQuery("#default_value"); var unique = jQuery("#unique"); var required = jQuery("#required"); var alwayseditable = jQuery("#alwayseditable"); var list = jQuery("#list"); var totalizable = jQuery("#totalizable"); <?php if ((GETPOST('type', 'alpha') != "select") && (GETPOST('type', 'alpha') != "sellist")) { print 'jQuery("#value_choice").hide();'; } if (GETPOST('type', 'alpha') == "separate") { print "jQuery('#size, #default_value, #langfile').val('').prop('disabled', true);"; print 'jQuery("#value_choice").hide();'; } ?> // Case of computed field if (type == 'varchar' || type == 'int' || type == 'double' || type == 'price') { jQuery("tr.extra_computed_value").show(); } else { computed_value.val(''); jQuery("tr.extra_computed_value").hide(); } if (computed_value.val()) { console.log("We enter a computed formula"); jQuery("#default_value").val(''); /* jQuery("#unique, #required, #alwayseditable, #list").removeAttr('checked'); */ jQuery("#default_value, #unique, #required, #alwayseditable, #list").attr('disabled', true); jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_list").hide(); } else { console.log("No computed formula"); jQuery("#default_value, #unique, #required, #alwayseditable, #list").attr('disabled', false); jQuery("tr.extra_default_value, tr.extra_unique, tr.extra_required, tr.extra_alwayseditable, tr.extra_list").show(); } if (type == 'date') { size.val('').prop('disabled', true); unique.removeAttr('disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide(); } else if (type == 'datetime') { size.val('').prop('disabled', true); unique.removeAttr('disabled'); jQuery("#value_choice").hide(); jQuery("#helpchkbxlst").hide();} else if (type == 'double') { size.removeAttr('disabled'); unique.removeAttr('disabled'); jQuery("#value_choice").hide(); jQuery("#helpchkbxlst").hide();} else if (type == 'int') { size.removeAttr('disabled'); unique.removeAttr('disabled'); jQuery("#value_choice").hide(); jQuery("#helpchkbxlst").hide();} else if (type == 'text') { size.removeAttr('disabled'); unique.prop('disabled', true).removeAttr('checked'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide(); } else if (type == 'html') { size.removeAttr('disabled'); unique.prop('disabled', true).removeAttr('checked'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide(); } else if (type == 'varchar') { size.removeAttr('disabled'); unique.removeAttr('disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide(); } else if (type == 'password') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); required.val('').prop('disabled', true); default_value.val('').prop('disabled', true); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helppassword").show();} else if (type == 'boolean') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").hide(); jQuery("#helpchkbxlst").hide();} else if (type == 'price') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").hide(); jQuery("#helpchkbxlst").hide();} else if (type == 'select') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helpselect").show();} else if (type == 'sellist') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helpsellist").show();} else if (type == 'radio') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helpselect").show();} else if (type == 'checkbox') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helpselect").show();} else if (type == 'chkbxlst') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helpchkbxlst").show();} else if (type == 'link') { size.val('').prop('disabled', true); unique.removeAttr('disabled'); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helplink").show();} else if (type == 'separate') { size.val('').prop('disabled', true); unique.removeAttr('checked').prop('disabled', true); required.val('').prop('disabled', true); default_value.val('').prop('disabled', true); jQuery("#value_choice").show(); jQuery(".spanforparamtooltip").hide(); jQuery("#helpseparate").show(); } else { // type = string size.val('').prop('disabled', true); unique.removeAttr('disabled'); } if (type == 'separate') { required.removeAttr('checked').prop('disabled', true); alwayseditable.removeAttr('checked').prop('disabled', true); list.removeAttr('checked').prop('disabled', true); jQuery('#size, #default_value, #langfile').val('').prop('disabled', true); jQuery('#list').val(3); // visible on create/update/view form only } else { default_value.removeAttr('disabled'); required.removeAttr('disabled'); alwayseditable.removeAttr('disabled'); list.removeAttr('disabled'); } } init_typeoffields(jQuery("#type").val()); jQuery("#type").change(function() { init_typeoffields($(this).val()); }); // If we enter a formula, we disable other fields jQuery("#computed_value").keyup(function() { init_typeoffields(jQuery('#type').val()); }); }); </script> <!-- Form to edit an extra field --> <form action="<?php echo $_SERVER["PHP_SELF"]; ?>?attrname=<?php echo $attrname; ?>" id="formeditextrafield" method="post"> <input type="hidden" name="token" value="<?php echo newToken(); ?>"> <input type="hidden" name="attrname" value="<?php echo $attrname; ?>"> <input type="hidden" name="action" value="update"> <input type="hidden" name="rowid" value="<?php echo $rowid ?>"> <?php dol_fiche_head(); ?> <table summary="listofattributes" class="border centpercent"> <?php $label = $extrafields->attributes[$elementtype]['label'][$attrname]; $type = $extrafields->attributes[$elementtype]['type'][$attrname]; $size = $extrafields->attributes[$elementtype]['size'][$attrname]; $computed = $extrafields->attributes[$elementtype]['computed'][$attrname]; $default = $extrafields->attributes[$elementtype]['default'][$attrname]; $unique = $extrafields->attributes[$elementtype]['unique'][$attrname]; $required = $extrafields->attributes[$elementtype]['required'][$attrname]; $pos = $extrafields->attributes[$elementtype]['pos'][$attrname]; $alwayseditable = $extrafields->attributes[$elementtype]['alwayseditable'][$attrname]; $param = $extrafields->attributes[$elementtype]['param'][$attrname]; $perms = $extrafields->attributes[$elementtype]['perms'][$attrname]; $langfile = $extrafields->attributes[$elementtype]['langfile'][$attrname]; $list = $extrafields->attributes[$elementtype]['list'][$attrname]; $totalizable = $extrafields->attributes[$elementtype]['totalizable'][$attrname]; $help = $extrafields->attributes[$elementtype]['help'][$attrname]; $entitycurrentorall = $extrafields->attributes[$elementtype]['entityid'][$attrname]; $printable = $extrafields->attributes[$elementtype]['printable'][$attrname]; if ((($type == 'select') || ($type == 'checkbox') || ($type == 'radio')) && is_array($param)) { $param_chain = ''; foreach ($param['options'] as $key => $value) { if (strlen($key)) { $param_chain .= $key.','.$value."\n"; } } } elseif (($type == 'sellist') || ($type == 'chkbxlst') || ($type == 'link') || ($type == 'password') || ($type == 'separate')) { $paramlist = array_keys($param['options']); $param_chain = $paramlist[0]; } ?> <!-- Label --> <tr><td class="titlefield fieldrequired"><?php echo $langs->trans("LabelOrTranslationKey"); ?></td><td class="valeur"><input type="text" name="label" size="40" value="<?php echo $label; ?>"></td></tr> <!-- Code --> <tr><td class="fieldrequired"><?php echo $langs->trans("AttributeCode"); ?></td><td class="valeur"><?php echo $attrname; ?></td></tr> <!-- Type --> <tr><td class="fieldrequired"><?php echo $langs->trans("Type"); ?></td><td class="valeur"> <?php // Define list of possible type transition $typewecanchangeinto = array( 'varchar'=>array('varchar', 'phone', 'mail', 'url', 'select', 'password', 'text', 'html'), 'double'=>array('double', 'price'), 'price'=>array('double', 'price'), 'text'=>array('text', 'html'), 'html'=>array('text', 'html'), 'password'=>array('password', 'varchar'), 'mail'=>array('varchar', 'phone', 'mail', 'url', 'select'), 'url'=>array('varchar', 'phone', 'mail', 'url', 'select'), 'phone'=>array('varchar', 'phone', 'mail', 'url', 'select'), 'select'=>array('varchar', 'phone', 'mail', 'url', 'select') ); if (in_array($type, array_keys($typewecanchangeinto))) { $newarray = array(); print '<select id="type" class="flat type" name="type">'; foreach ($type2label as $key => $val) { $selected = ''; if ($key == (GETPOST('type', 'alpha') ?GETPOST('type', 'alpha') : $type)) $selected = ' selected="selected"'; if (in_array($key, $typewecanchangeinto[$type])) print '<option value="'.$key.'"'.$selected.'>'.$val.'</option>'; else print '<option value="'.$key.'" disabled="disabled"'.$selected.'>'.$val.'</option>'; } print '</select>'; } else { print $type2label[$type]; print '<input type="hidden" name="type" id="type" value="'.$type.'">'; } ?> </td></tr> <!-- Size --> <tr class="extra_size"><td class="fieldrequired"><?php echo $langs->trans("Size"); ?></td><td><input id="size" type="text" name="size" size="5" value="<?php echo $size; ?>"></td></tr> <!-- Value (for some fields like password, select list, radio, ...) --> <tr id="value_choice"> <td> <?php echo $langs->trans("Value"); ?> </td> <td> <table class="nobordernopadding"> <tr><td> <textarea name="param" id="param" cols="80" rows="<?php echo ROWS_4 ?>"><?php echo dol_htmlcleanlastbr($param_chain); ?></textarea> </td><td> <span id="helpselect" class="spanforparamtooltip"><?php print $form->textwithpicto('', $langs->trans("ExtrafieldParamHelpselect"), 1, 0, '', 0, 2, 'helpvalue1')?></span> <span id="helpsellist" class="spanforparamtooltip"><?php print $form->textwithpicto('', $langs->trans("ExtrafieldParamHelpsellist"), 1, 0, '', 0, 2, 'helpvalue2')?></span> <span id="helpchkbxlst" class="spanforparamtooltip"><?php print $form->textwithpicto('', $langs->trans("ExtrafieldParamHelpchkbxlst"), 1, 0, '', 0, 2, 'helpvalue3')?></span> <span id="helplink" class="spanforparamtooltip"><?php print $form->textwithpicto('', $langs->trans("ExtrafieldParamHelplink"), 1, 0, '', 0, 2, 'helpvalue4')?></span> <span id="helppassword" class="spanforparamtooltip"><?php print $form->textwithpicto('', $langs->trans("ExtrafieldParamHelpPassword"), 1, 0, '', 0, 2, 'helpvalue5')?></span> <span id="helpseparate" class="spanforparamtooltip"><?php print $form->textwithpicto('', $langs->trans("ExtrafieldParamHelpSeparator"), 1, 0, '', 0, 2, 'helpvalue6')?></span> </td></tr> </table> </td> </tr> <!-- Position --> <tr><td class="titlefield"><?php echo $langs->trans("Position"); ?></td><td class="valeur"><input type="text" name="pos" size="5" value="<?php echo dol_escape_htmltag($pos); ?>"></td></tr> <!-- Language file --> <tr><td class="titlefield"><?php echo $langs->trans("LanguageFile"); ?></td><td class="valeur"><input type="text" name="langfile" class="minwidth200" value="<?php echo dol_escape_htmltag($langfile); ?>"></td></tr> <!-- Computed value --> <?php if (empty($conf->global->MAIN_STORE_COMPUTED_EXTRAFIELDS)) { ?> <tr class="extra_computed_value"><td><?php echo $form->textwithpicto($langs->trans("ComputedFormula"), $langs->trans("ComputedFormulaDesc"), 1, 'help', '', 0, 2, 'tooltipcompute'); ?></td><td class="valeur"><input id="computed_value" class="quatrevingtpercent" type="text" name="computed_value" value="<?php echo dol_escape_htmltag($computed); ?>"></td></tr> <?php } else { ?> <tr class="extra_computed_value"><td><?php echo $form->textwithpicto($langs->trans("ComputedFormula"), $langs->trans("ComputedFormulaDesc")).$form->textwithpicto($langs->trans("Computedpersistent"), $langs->trans("ComputedpersistentDesc"), 1, 'warning'); ?></td><td class="valeur"><input id="computed_value" class="quatrevingtpercent" type="text" name="computed_value" value="<?php echo dol_escape_htmltag($computed); ?>"></td></tr> <?php } ?> <!-- Default Value (at sql setup level) --> <tr class="extra_default_value"><td><?php echo $langs->trans("DefaultValue").' ('.$langs->trans("Database").')'; ?></td><td class="valeur"><input id="default_value" type="text" name="default_value" size="5" value="<?php echo dol_escape_htmltag($default); ?>"></td></tr> <!-- Unique --> <tr class="extra_unique"><td><?php echo $langs->trans("Unique"); ?></td><td class="valeur"><input id="unique" type="checkbox" name="unique"<?php echo ($unique ? ' checked' : ''); ?>></td></tr> <!-- Required --> <tr class="extra_required"><td><?php echo $langs->trans("Required"); ?></td><td class="valeur"><input id="required" type="checkbox" name="required"<?php echo ($required ? ' checked' : ''); ?>></td></tr> <!-- Always editable --> <tr class="extra_alwayseditable"><td><?php echo $langs->trans("AlwaysEditable"); ?></td><td class="valeur"><input id="alwayseditable" type="checkbox" name="alwayseditable"<?php echo ($alwayseditable ? ' checked' : ''); ?>></td></tr> <!-- Visibility --> <tr><td class="extra_list"><?php echo $form->textwithpicto($langs->trans("Visibility"), $langs->trans("VisibleDesc")); ?> </td><td class="valeur"><input id="list" class="minwidth100" type="text" name="list" value="<?php echo ($list != '' ? $list : '1'); ?>"></td></tr> <!-- Visibility for PDF--> <tr><td class="extra_pdf"><?php echo $form->textwithpicto($langs->trans("DisplayOnPdf"), $langs->trans("DisplayOnPdfDesc")); ?> </td><td class="valeur"><input id="printable" class="minwidth100" type="text" name="printable" value="<?php echo dol_escape_htmltag($printable); ?>"></td></tr> <tr class="extra_totalizable"><td><?php echo $form->textwithpicto($langs->trans("Totalizable"), $langs->trans("TotalizableDesc")); ?></td><td class="valeur"><input id="totalizable" type="checkbox" name="totalizable"<?php echo ($totalizable ? ' checked' : ''); ?>></td></tr> <!-- Help tooltip --> <tr class="help"><td><?php echo $form->textwithpicto($langs->trans("HelpOnTooltip"), $langs->trans("HelpOnTooltipDesc")); ?></td><td class="valeur"><input id="help" class="quatrevingtpercent" type="text" name="help" value="<?php echo dol_escape_htmltag($help); ?>"></td></tr> <?php if ($conf->multicompany->enabled) { ?> <!-- Multicompany entity --> <tr><td><?php echo $langs->trans("AllEntities"); ?></td><td class="valeur"><input id="entitycurrentorall" type="checkbox" name="entitycurrentorall"<?php echo (empty($entitycurrentorall) ? ' checked' : ''); ?>></td></tr> <?php } ?> </table> <?php dol_fiche_end(); ?> <div class="center"><input type="submit" name="button" class="button" value="<?php echo $langs->trans("Save"); ?>"> <input type="submit" name="button" class="button" value="<?php echo $langs->trans("Cancel"); ?>"></div> </form> <!-- END PHP TEMPLATE admin_extrafields_edit.tpl.php -->