|
Hi mate. I opened it in GoLive CS and all that appears is a little php icon. I go to source or open it in Textedit and the code starts as below (I wont post the whole thing, its huge and the original owner might not be happy):
<?php
require_once("libs/smarty/Smarty.class.php");
require_once("common/controlerex.php");
require_once("common/configuration.php");
require_once("common/phorum.php");
require_once("common/users.php");
require_once("common/tools.php");
require_once("common/voting.php");
define("__INCORRECT_CODE", 2);
define("__INCORRECT_PASSWORD", 4);
define("__INCORRECT_PASSWORD", 8);
define("__INCORRECT_TITLE", 16);
define("__INCORRECT_FILE", 32);
define("__INCORRECT_NUM_OF_ANSWERS", 64);
class Index extends Controler {
var $id;
var $parentId;
var $childId;
var $categoryId;
var $body;
var $mc;
var $title;
var $topItems;
var $page;
var $isAdmin;
var $_phorum;
var $code;
var $username;
var $password1;
var $password2;
var $pages;
var $page;
/* cintact form */
var $name;
|