Wpis z mikrobloga

Przed chwilą szukajka #allegro wypluła mi to jako plik do pobrania:

#programowanie

<?php


/**

* Framework Allegro - Index

*

* This file contains code responsible for displaying tabs in My Allegro.

*

* This source code is unpublished proprietary trade secret

* of Grupa Allegro Sp. z o.o.

*

* Using of this source code does not evidence any right to

* actual or intended publication of this source code.

* Particularly, this source code may not be copied, changed

* and distributed (inter alia disclosed and demonstrated),

* unless the proper license (or other) agreement is signed

* by user with QXL Poland Sp. z o.o. or this source code

* is used according to article 75 paragraph 2 and 3 Polish

* Act on Copyright and Neighboring Rights.

*

* Above notice must be preserved in all copies of this source code.

*

* PHP Version 5

*

* @category Framework

* @subcategory Core

* @package QEPPO

* @author Add

* @copyright 2013 Grupa Allegro sp. z o.o.

* @license http://internal.allegro.pl Internal

* @link http://allegro.pl

*/

requireonce "includes/DLang/DLang.php";

require
once "framework/libs/Core/FrontController.inc";

requireonce "framework/libs/Core/Router.inc";

require
once "framework/libs/Core/AbsRouting.inc";

requireonce "framework/libs/Core/Routers/AbsRouter.inc";

require
once "framework/libs/Core/Routers/Forward.inc";

requireonce "framework/config/Config.inc";

require
once "framework/libs/Core/Utils.inc";

requireonce "framework/libs/Core/Routers/AbsRouter.inc";

require
once "framework/libs/Core/Routers/Default.inc";

requireonce "framework/libs/Core/Paths.inc";

require
once "framework/libs/Core/Paths/IPathStrategy.inc";

requireonce "framework/libs/Core/Paths/PathStrategy.inc";

require
once "framework/libs/Core/Paths/CamelCaseStrategy.inc";

requireonce "framework/libs/Core/ConfigFactory.inc";

require
once "framework/libs/Core/AbsConfig.inc";

requireonce "framework/libs/Core/Registry.inc";

require
once "framework/libs/Core/Request/AbsRequest.inc";

requireonce "framework/libs/Core/Request/HttpVars.inc";

require
once "framework/libs/Core/Request/Cookie.inc";

requireonce "framework/libs/Core/Request/Files.inc";

require
once "framework/libs/Core/Server.inc";

requireonce "framework/libs/Core/ResponseData.inc";

require
once "framework/libs/Core/Dispatcher.inc";

requireonce "framework/libs/Core/Response.inc";

require
once "framework/libs/Core/Response/AbsResponseType.inc";

requireonce "framework/libs/Core/Response/Types/Html.inc";

$kernel = FA
Kernel::getInstance();

$c = $kernel->getContainer()->get('qeppo.front_controller');

$c->runApplication();
  • 45
Można sobie pobrać wszystkie pliki php z panelu admina, pogrzebcie trochę bardziej to może jakiś settings.php się trafi :D Z tego co widzę, to siedzi to po części na symfony2 - przynajmniej logowanie.

* @category UserCore

* @subcategory Authentication

* @package QEPPO

* @author Tomasz Z.......

* @copyright 1999-2012 Grupa Allegro Sp. z o.o.

* @license [https://wiki.office/display/AAD/Qeppo+Licence](https://wiki.office/display/AAD/Qeppo+Licence) Allegro Group Internal License

* @link [http://allegro.pl](http://allegro.pl)