how can i konow my site's CMS?

Discussion in 'PHP' started by 123doll, Apr 16, 2010.

  1. #1
    i did not know my site CMS

    but i have admin.php:


    //function ads_sublinks() {
    admin_add_sublink(language('add', true), "index.php?act=ads&mthd=addad-form", 'ads');
    admin_add_sublink(language("ads-manage", true), "index.php?act=ads&mthd=manage", 'ads');
    //}

    function ads_admin($mthd) {

    global $db, $cfg;
    $themedir = $cfg['baseurl'] . "plugins/site/themes/admin/";


    if ($mthd == "") {
    $mthd = "manage";
    }

    if ($mthd == 'addad-form') {

    ?>
    <form action='index.php' method='POST' enctype='multipart/form-data'>


    <a href='javascript:docollapse("ads");'>
    <div class="menuHead2"><div class="menuHeadTEXT"><?php language("advertisement") ?></div><img src="<?php echo $themedir; ?>close_2.gif" alt="Close" class="button" /></div></a>
    <div class="menuBody2" id="ads">


    <?php language("name"); ?>: <br />
    <input type='text' name='name' maxlength='255' /><br />

    <?php language("adcode"); ?>: <br />
    <textarea name='code' cols='66' rows='10'></textarea><br />
     
    123doll, Apr 16, 2010 IP
  2. Lord

    Lord Active Member

    Messages:
    134
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    my guess is game site script
     
    Lord, Apr 16, 2010 IP
  3. 123doll

    123doll Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    my site is a flashgames site
     
    123doll, Apr 16, 2010 IP
  4. 123doll

    123doll Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yes my site is game site
     
    123doll, Apr 16, 2010 IP
  5. 123doll

    123doll Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    because my hosting was down.i loss my site file.
     
    123doll, Apr 16, 2010 IP
  6. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #6
    Did you keep a backup? If not - were backups included in your hosting plan? You may be able to restore it completely if you did.
     
    lukeg32, Apr 16, 2010 IP
  7. 123doll

    123doll Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i have not keep a backup
     
    123doll, Apr 16, 2010 IP