Posts by FISA4

    Wenn Du die Schritte nacheinander durchgehst, dann funktioniert das Kompilieren ohne Probleme.


    Wo ist denn das Problem bzw. wo hängst Du denn fest beim Howto?

    In der Tabelle admin und reseller_props


    Als erstes könntest Du mal in admin schauen ob dort noch jemand steht, der bei created_by die admin_id stehen hat wie der Reseller, den Du löschen willst.


    Die admin_id des Resellers aus der Tabelle admin musst Du Dir merken bevor Du ihn löscht.
    Danach in reseller_props die entsprechende Spalte löschen, die die gleiche admin_id hat.


    Hab ich irgendwas vergessen?

    Die Template Datei /var/www/imscp/gui/themes/default/client/sql_user_add.tpl editieren.
    Zeile 44 so ändern:

    Code
    1. <td><input type="text" id="user_host" name="user_host" value="{USER_HOST}"/ disabled></td>


    (also einfach nur das disabled einfügen) ;)

    Hi,


    what do you think about that:
    - on update the installer disables all plugins
    - after update, the installer looks in i-mscp-plugins-repository for lates release of the installed and disabled plugins
    - if a plugin is latest release, the installer re-enables the plugin, if not, the admin has to re-enable the plugin (maybe with a message which plugins are not up2date) ;)
    - or, if possible, ask for update automatically


    @Nuxwin:
    please don´t kill me. :D

    You can also add a description for files in your .htaccess file.


    After the IndexOptions add:

    Code
    1. AddDescription "[<span class='description'>This is a file description</span>]" here_is_the_filename.rar



    you can also use * as wildcard

    Code
    1. AddDescription "[<span class='description'>This is an archive</span>]" *.rar


    and files to ignore:

    Code
    1. IndexIgnore *.html .. favicon.ico .htaccess .ftpquota .DS_Store icons *.log