TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Wat does it mean ?

Page: 1 Reply
Nov 20th 2002#79166 Report
Member since: Sep 17th 2002
Posts: 104
require( "common/webpdp_header.inc" ); // SETS NO-CACHE HEADERS
require( "common/webpdp_config.inc" ); // SETS UP WEBPDP ATTRIBUTES
require( "common/webpdp_functions.inc" ); // PHP FUNCTIONS FOR WEBPDP
include( "common/webpdp_hitbox_map.inc" ); // HITBOX CODES FOR WEBPDP

setcookie( "GatorWebPdpCookie_CookiesEnabled", "1", time()+7200, "/", ".gator.com" );

$partnerConfigFile = getPartnerConfigName( $HTTP_GET_VARS['yic'], $PARTNER_CONFIGS_DIR, $LOWERCASE_YIC, $pendingAppListName );
require( $partnerConfigFile );

// SET THE DELAY AS SPECIFIED IN THE PARTNER CONFIG
$INCOMING_DELAY = $PARTNER_CONFIG['load_delay'];

if( $INCOMING_DELAY < $MIN_DELAY ){
$delay = $MIN_DELAY;
} elseif( $INCOMING_DELAY > $MAX_DELAY ){
$delay = $MAX_DELAY;
} else {
$delay = $INCOMING_DELAY;
}
print <<





Please Wait ...

[pixel]



EOF;


Could somebody show me wat it means ?
Thanks in advance
Reply with Quote Reply
Nov 20th 2002#79169 Report
Member since: Nov 26th 2001
Posts: 2586
Yikes! its got Gator in it! Burn it Burn it!
Reply with Quote Reply
Nov 20th 2002#79170 Report
Member since: Jun 16th 2002
Posts: 1391
BURNNNNNN
Reply with Quote Reply
Nov 20th 2002#79179 Report
Member since: Mar 20th 2001
Posts: 3367
I'd know what it is if you'd tell us where you get that from
Reply with Quote Reply
Nov 21st 2002#79319 Report
Member since: Jun 30th 2001
Posts: 447
Show what WHAT means? Please be specific and also try including the full code as well as maybe a link to the place you got it from.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum