Flash Programme

    • Flash Programme

      Hallo hab eine 7ner version in DE mit Flash Apps die schon drauf waren

      hab messenger und chat installiert nur ich weiß nich wie ich die auf das Hauptmenü kriege bitteum hilfe :(



      Muss ich hier was ändern ?das sgt der mir aber was ? das is die Datei vom CHat


      <?
      /***************************************************************************
      *
      * IMPORTANT: This is a commercial product made by BoonEx Ltd. and cannot be modified for other than personal usage.
      * This product cannot be redistributed for free or a fee without written permission from BoonEx Ltd.
      * This notice may not be removed from the source code.
      *
      ***************************************************************************/
      require_once(BX_DIRECTORY_PATH_INC . "utils.inc.php");
      require_once(BX_DIRECTORY_PATH_CLASSES . "BxDolInstallerUtils.php");
      require_once(BX_DIRECTORY_PATH_CLASSES . "BxDolPermalinks.php");

      function getAdminNick()
      {
      return getValue("SELECT `NickName` FROM `Profiles` where (`Role` & 2) LIMIT 1");
      }

      function getUserVideoLink()
      {
      global $sRootURL;
      if(BxDolInstallerUtils::isModuleInstalled("videos"))
      {
      $oDolPermalinks = new BxDolPermalinks();
      return $sRootURL . $oDolPermalinks->permalink("modules?r=videos/") . "browse/owner/#nick#";
      }
      return "";
      }

      function getUserMusicLink()
      {
      global $sRootURL;
      if(BxDolInstallerUtils::isModuleInstalled("sounds"))
      {
      $oDolPermalinks = new BxDolPermalinks();
      return $sRootURL . $oDolPermalinks->permalink("modules?r=sounds/") . "browse/owner/#nick#";
      }
      return "";
      }
      ?>

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von fadi ()