ItsMods

Full Version: Call of duty: Elite - Leaked screenshots
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(08-13-2011, 19:59)AZUMIKKEL Wrote: [ -> ]
(08-13-2011, 19:55)deadcrayon Wrote: [ -> ]I was only joking friends.

It's an inside joke @Pozzuh - not meant to piss anyone off.

Pozzuh didn't rage in this thread.

Pozzuh is a silent-rager, He's just not telling us
(08-13-2011, 20:00)iAegle Wrote: [ -> ]
(08-13-2011, 19:59)AZUMIKKEL Wrote: [ -> ]
(08-13-2011, 19:55)deadcrayon Wrote: [ -> ]I was only joking friends.

It's an inside joke @Pozzuh - not meant to piss anyone off.

Pozzuh didn't rage in this thread.

Pozzuh is a silent-rager, He's just not telling us

but then how does deadcrayon know? Angel
(08-13-2011, 20:02)AZUMIKKEL Wrote: [ -> ]
(08-13-2011, 20:00)iAegle Wrote: [ -> ]
(08-13-2011, 19:59)AZUMIKKEL Wrote: [ -> ]
(08-13-2011, 19:55)deadcrayon Wrote: [ -> ]I was only joking friends.

It's an inside joke @Pozzuh - not meant to piss anyone off.

Pozzuh didn't rage in this thread.

Pozzuh is a silent-rager, He's just not telling us

but then how does deadcrayon know? Angel

Telepathy I guess? Not sure if I spelled it wrong Big Grin
He was saying it was an inside joke between us...

It was simple sql and I said that the wrong sql DATABASE was selected because it should have returned 1 (me). But then he selected the right database and still fucked me :>
mysql jokes FTW
No more NDA for this, so I can talk about it all day long now.

I made an itsmods group on call of duty elite.. join it!
Elite crashed...

Kohana_Cache_Exception [ 0 ]: Memcache PHP extention not loaded
MODPATH/cache/classes/kohana/cache/memcache.php [ 112 ]
107 protected function __construct(array $config)
108 {
109 // Check for the memcache extention
110 if ( ! extension_loaded('memcache'))
111 {
112 throw new Kohana_Cache_Exception('Memcache PHP extention not loaded');
113 }
114
115 parent::__construct($config);
116
117 // Setup Memcache
MODPATH/cache/classes/kohana/cache.php [ 134 ] Kohana_Cache_Memcache->__construct(arguments)
129
130 $config = $config->get($group);
131
132 // Create a new cache type instance
133 $cache_class = 'Cache_'.ucfirst($config['driver']);
134 Cache::$instances[$group] = new $cache_class($config);
135
136 // Return the instance
137 return Cache::$instances[$group];
138 }
139
APPPATH/classes/model/website.php [ 15 ] Kohana_Cache::instance()
10 public function settings($reset = false)
11 {
12 if ( !isset( $this->_settings ) )
13 {
14 $website_settings_cache = Kohana::config('optimization.website_settings_cache');
15 if( !$reset && ($website_settings_cache && ( $result = Cache::instance()->get( self::$_settings_base_cache_key ))) )
16 {
17 $this->_settings = $result;
18 }
19 else
20 {
APPPATH/classes/model/rest.php [ 583 ] Model_Website->settings()
578 public function __get($name) {
579
580 if(isset($this->$name)) {
581 return $this->$name;
582 } elseif(method_exists($this, $name)) {
583 return $this->$name();
584 } else {
585 throw new Kohana_Exception('The :property property does not exist in the :class class',
586 array(':property' => $name, ':class' => get_class($this)));
587 }
588 }
APPPATH/classes/controller/base/site.php [ 14 ] Model_Rest->__get(arguments)
9
10 public function before()
11 {
12 ATVI::instance();
13
14 $this->website_settings = Rest::factory('website')->settings;
15
16 $this->_handle_preemptive_redirect();
17
18 parent::before();
19
{PHP internal call} Controller_Base_Site->before()
SYSPATH/classes/kohana/request.php [ 1040 ] ReflectionMethod->invoke(arguments)
1035
1036 // Create a new instance of the controller
1037 $controller = $class->newInstance($this);
1038
1039 // Execute the "before action" method
1040 $class->getMethod('before')->invoke($controller);
1041
1042 // Determine the action to use
1043 $action = empty($this->action) ? Route::$default_action : $this->action;
1044
1045 // Execute the main action with the parameters
SYSPATH/classes/kohana/log.php [ 540 ] Kohana_Request->execute()
DOCROOT/index.php [ 103 ] require(arguments)
98 // Load empty core extension
99 require SYSPATH.'classes/kohana'.EXT;
100 }
101
102 // Bootstrap the application
103 require APPPATH.'bootstrap'.EXT;
Environment
Included files (72)
DOCROOT/index.php
SYSPATH/base.php
SYSPATH/classes/kohana/core.php
SYSPATH/classes/kohana.php
APPPATH/bootstrap.php
APPPATH/environment.php
SYSPATH/classes/profiler.php
SYSPATH/classes/kohana/profiler.php
SYSPATH/classes/kohana/log.php
SYSPATH/classes/kohana/config.php
SYSPATH/classes/kohana/log/file.php
SYSPATH/classes/kohana/log/writer.php
SYSPATH/classes/kohana/config/file.php
SYSPATH/classes/kohana/config/reader.php
SYSPATH/classes/arr.php
SYSPATH/classes/kohana/arr.php
APPPATH/config/tests.php
MODPATH/konfig/init.php
MODPATH/konfig/classes/config/hierarchical.php
MODPATH/konfig/classes/config/reader.php
MODPATH/userguide/init.php
SYSPATH/classes/route.php
SYSPATH/classes/kohana/route.php
MODPATH/widget_framework/init.php
MODPATH/cache/classes/cache.php
MODPATH/cache/classes/kohana/cache.php
SYSPATH/classes/request.php
SYSPATH/classes/kohana/request.php
APPPATH/classes/controller/player/account.php
APPPATH/classes/controller/base/site.php
SYSPATH/classes/controller/template.php
SYSPATH/classes/kohana/controller/template.php
SYSPATH/classes/controller.php
SYSPATH/classes/kohana/controller.php
APPPATH/classes/atvi.php
APPPATH/config/atvi.php
APPPATH/classes/session.php
SYSPATH/classes/kohana/session.php
SYSPATH/config/session.php
MODPATH/database/config/session.php
APPPATH/config/session.php
SYSPATH/classes/session/cookie.php
SYSPATH/classes/kohana/session/cookie.php
SYSPATH/classes/cookie.php
SYSPATH/classes/kohana/cookie.php
SYSPATH/classes/encrypt.php
SYSPATH/classes/kohana/encrypt.php
SYSPATH/config/encrypt.php
APPPATH/config/encrypt.php
APPPATH/classes/rest.php
APPPATH/classes/model/rest.php
APPPATH/classes/model/website.php
APPPATH/config/app.php
APPPATH/config/env_production/app.php
APPPATH/config/optimization.php
APPPATH/config/env_production/optimization.php
MODPATH/cache/config/cache.php
APPPATH/config/cache.php
APPPATH/config/env_production/cache.php
MODPATH/cache/classes/cache/memcache.php
MODPATH/cache/classes/kohana/cache/memcache.php
MODPATH/cache/classes/kohana/cache/exception.php
SYSPATH/classes/kohana/exception.php
SYSPATH/classes/i18n.php
SYSPATH/classes/kohana/i18n.php
APPPATH/i18n/en/us.php
SYSPATH/i18n/en.php
SYSPATH/classes/html.php
SYSPATH/classes/kohana/html.php
APPPATH/classes/controller/error.php
SYSPATH/views/kohana/error.php
SYSPATH/classes/utf8.php
Loaded extensions (48)
Core
date
ereg
libxml
openssl
pcre
zlib
bz2
calendar
ctype
hash
filter
ftp
gettext
gmp
SPL
iconv
Reflection
session
standard
shmop
SimpleXML
sockets
exif
tokenizer
xml
apache2handler
apc
curl
dom
fileinfo
json
mbstring
mcrypt
mysql
mysqli
PDO
pdo_mysql
pdo_sqlite
Phar
soap
sqlite3
wddx
xmlreader
xmlwriter
xsl
zip
mhash
$_COOKIE
news_ticker_closed
string(6) "closed"
PHPSESSID
string(26) "ie8ppqliov28tmbpgiqcd0dqi7"
__utma
string(55) "150377508.527170334.1289458976.1314294762.1314300443.13"
__utmc
string(9) "150377508"
__utmz
string(82) "150377508.1314300443.13.4.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=mw3"
ACT_SSO_COOKIE
string(72) "NzQ5MjM0NjoxMzE1NTExMDAyNTM4OmFlZmZhMjI0MTUzNTY3YTRmYjZlNGExZjFmY2NlNGUz"
s_ACT_SSO_COOKIE
string(72) "NzQ5MjM0NjoxMzE1NTExMDAyNTM4OmFlZmZhMjI0MTUzNTY3YTRmYjZlNGExZjFmY2NlNGUz"
uV
string(36) "a34f9849-22b7-41cc-be17-20ceee8643a6"
session
string(113) "462202fed54ea761d68c826cea2b9dd4ca832c5f~xfzJXNtKXhmaD2eYHPFtYwRSZLk6DXSnRvu7USaubnDuacJsh/v6K7YPy+AppgTAxidXyqi9"
__utmb
string(26) "252701917.18.10.1314299410"
comid
string(9) "undefined"
pgacct
string(3) "xbl"
$_SERVER
REDIRECT_STATUS
string(3) "200"
HTTP_HOST
string(20) "elite.callofduty.com"
HTTP_ACCEPT
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_CHARSET
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.3"
HTTP_ACCEPT_ENCODING
string(17) "gzip,deflate,sdch"
HTTP_ACCEPT_LANGUAGE
string(14) "en-US,en;q=0.8"
HTTP_CACHE_CONTROL
string(9) "max-age=0"
HTTP_COOKIE
string(840) "news_ticker_closed=closed; PHPSESSID=ie8ppqliov28tmbpgiqcd0dqi7; __utma=150377508.527170334.1289458976.1314294762.1314300443.13; "
HTTP_REFERER
string(43) "https://elite.callofduty.com/account/create"
HTTP_USER_AGENT
string(106) "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1"
HTTP_X_FORWARDED_FOR
string(14) "68.103.109.179"
HTTP_X_FORWARDED_PORT
string(3) "443"
HTTP_X_FORWARDED_PROTO
string(5) "https"
HTTP_CONNECTION
string(10) "keep-alive"
PATH
string(29) "/sbin:/usr/sbin:/bin:/usr/bin"
SERVER_SIGNATURE
string(81) "<address>Apache/2.2.17 (Fedora) Server at elite.callofduty.com Port 80</address>
"
SERVER_SOFTWARE
string(22) "Apache/2.2.17 (Fedora)"
SERVER_NAME
string(20) "elite.callofduty.com"
SERVER_ADDR
string(12) "10.32.243.30"
SERVER_PORT
string(2) "80"
REMOTE_ADDR
string(12) "10.245.31.98"
DOCUMENT_ROOT
string(15) "/var/www/branch"
SERVER_ADMIN
string(14) "root@localhost"
SCRIPT_FILENAME
string(25) "/var/www/branch/index.php"
REMOTE_PORT
string(5) "43613"
REDIRECT_URL
string(15) "/account/create"
GATEWAY_INTERFACE
string(7) "CGI/1.1"
SERVER_PROTOCOL
string(8) "HTTP/1.1"
REQUEST_METHOD
string(3) "GET"
QUERY_STRING
string(0) ""
REQUEST_URI
string(15) "/account/create"
SCRIPT_NAME
string(10) "/index.php"
PATH_INFO
string(15) "/account/create"
PATH_TRANSLATED
string(41) "redirect:/index.php/account/create/create"
PHP_SELF
string(25) "/index.php/account/create"
REQUEST_TIME
integer 1314303521
yes, so?
..........
You can always answer instead of creating an awkward situation by putting some dots.
Pages: 1 2 3 4