help- needed for Data life engine

Discussion in 'Content Management' started by dark.coder, Feb 21, 2010.

  1. #1
    Hope All Freinds there will be fine!

    Well Problem is that... i made my new website (www.dl4fun.iblogger.org) on base of DLE ( Data life Engine).

    ***so now i do not know how to move admin.php sctipt to somewhere secure location in my site. like www.site.com/as/ds/admin.php

    *** second problem is that i do not know how to add text ads to it like infolink text ads codes to it.
     
    dark.coder, Feb 21, 2010 IP
  2. dark.coder

    dark.coder Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    sloved.............
     
    dark.coder, Feb 24, 2010 IP
  3. Freeman93

    Freeman93 Well-Known Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    There is no need for moving it... Just change the name of admin.php to example.php
    and then go to your Admin Panel -> System Settings -> Security and change admin.php to example.php
     
    Freeman93, Jun 26, 2010 IP
  4. AlcVitRes

    AlcVitRes Well-Known Member

    Messages:
    124
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    #4
    To find admin.php file (also after renaming) is easy task.

    DLE is secure when:
    1. Using Demo or licensed package (Nulled = backdoors);
    2. Patching CMS, when patches becomes available;
    3. Not using modules with Zend/templates with troyans
    4. If your IP static, use for .htaccess in root directory:

    <Files "admin.php">
    Order deny,allow
    Deny from all
    Allow from YOUR.IP.ADDRESS.HERE
    </Files>

    X. With this code cracker's life will be a mess. :p
     
    AlcVitRes, Jun 26, 2010 IP