Alliedassault

Alliedassault (alliedassault.us/index.php)
-   Offtopic (alliedassault.us/forumdisplay.php?f=13)
-   -   Random (alliedassault.us/showthread.php?t=54374)

geRV 08-14-2007 10:03 AM

^^ lol

Zoner 08-14-2007 10:42 AM

[img]http://i43.photobucket.com/albums/e399/sailorman_glh/BearCavalry.jpg[/img]

[img]http://i37.photobucket.com/albums/e55/popetimIX/Facts_Of_Life_S1-2_D3_MR-1.jpg[/img]

mr.miyagi 08-14-2007 11:11 AM

New program for anti and Zone..... happy:

http://uk.youtube.com/watch?v=Hxx2KcPWWZg

Zoner 08-14-2007 12:09 PM

^ LAWL!

/downloads Paint torrent

Nyck 08-14-2007 12:13 PM

Quote:

Originally Posted by geRV
^^ lol

dont you have some smackdown to play

geRV 08-14-2007 12:15 PM

Quote:

Originally Posted by Nyck
Quote:

Originally Posted by geRV
^^ lol

dont you have some smackdown to play

Bioshock demo calmdown:

Nyck 08-14-2007 01:30 PM

Quote:

Originally Posted by geRV
Quote:

Originally Posted by Nyck
Quote:

Originally Posted by geRV
^^ lol

dont you have some smackdown to play

Bioshock demo calmdown:

: jerk off emoticon :

ninty 08-14-2007 03:42 PM

http://www.youtube.com/watch?v=qCf3FOszBEE

Nyck 08-14-2007 03:57 PM

Quote:

Originally Posted by ninty
http://www.youtube.com/watch?v=qCf3FOszBEE

I love watching videos from the side...ROTATE YOUR FUCKING VIDEO N00BS

ninty 08-14-2007 04:28 PM

it's called art

ninty 08-14-2007 04:33 PM

http://www.youtube.com/watch?v=fo9BEHte ... co%2Eza%2F

and bonus

http://www.youtube.com/watch?v=aRhG8d5U ... ed&search=

BlackJackal 08-14-2007 04:46 PM

[img]http://img522.imageshack.us/img522/4083/lamefn7.jpg[/img]

mr.miyagi 08-14-2007 05:15 PM

Quote:

Originally Posted by BlackJackal
[img]http://img522.imageshack.us/img522/4083/lamefn7.jpg[/img]

Jesus christ, who are those ponces??

Lets send them to Iraq to cause a riot eh? biggrin:

[DAS REICH] Blitz 08-14-2007 06:53 PM

[quote="mr.miyagi":74221]
Quote:

Originally Posted by BlackJackal
[img]http://img522.imageshack.us/img522/4083/lamefn7.jpg[/img]

Jesus christ, who are those ponces??

Lets send them to Iraq to cause a riot eh? biggrin:[/quote:74221][img]http://blog.kukac7.hu/images/69.jpg[/img]

mr.miyagi 08-14-2007 07:20 PM

They need to burn...........they need to burn in hell............

Also, new Team Fortress 2 Video, yay!!

Its more of a Tech Demo vid
http://www.shacknews.com/onearticle.x/48454

geRV 08-14-2007 09:40 PM

http://www.youtube.com/watch?v=ZWYOQoui ... ed&search=




lololol biggrin:

[DAS REICH] Blitz 08-15-2007 07:27 PM

let's start a riot

mr.miyagi 08-15-2007 08:04 PM

Duct Tape Bandit biggrin:

http://www.liveleak.com/view?i=dc4_1187092686

BlackJackal 08-15-2007 08:19 PM

[quote="mr.miyagi":cf06e]
Quote:

Originally Posted by BlackJackal
[img]http://img522.imageshack.us/img522/4083/lamefn7.jpg[/img]

Jesus christ, who are those ponces??

Lets send them to Iraq to cause a riot eh? biggrin:[/quote:cf06e]

THEYRE TODAYS SCENSTRS MANG!!1

Arkan 08-15-2007 09:50 PM

Redneck water slide

http://www.youtube.com/watch?v=K9BzhQtm_CQ


.....Hi Nyck !! biggrin:

Sirus 08-16-2007 01:12 AM

^ that actually looks pretty fun

Mr.Buttocks 08-16-2007 07:04 AM

Searching

* @author Mark Slee
*
* @package ubersearch
*/

ini_set('memory_limit', '100M'); // to be
safe we are increasing the memory limit for search

include_once $_SERVER['PHP_ROOT'].'/html
/init.php'; // final
lib include
include_once $_SERVER['PHP_ROOT'].'/lib/s.php';
include_once $_SERVER['PHP_ROOT'].'/lib/browse.php';
include_once $_SERVER['PHP_ROOT'].'/lib/events.php';
include_once $_SERVER['PHP_ROOT'].'/lib/websearch_classifier/websearch_classifier.php';

flag_allow_guest();
$user = search_require_login();

if($_POST) {
$arr = us_flatten_checkboxes($_POST, array('ii'));
$qs = '?';
foreach($arr as $key=>$val) {
$qs .= $key.'='.urlencode($val).'&';
}
$qs = substr($qs, 0, (strlen($qs)-1));
redirect($_SERVER['PHP_SELF'].$qs);
}

// If they performed a classmates search, these values are
// needed to pre-populate dropdowns
param_get_slashed(array('hy'=>$PARAM_STRING,
'hs'=>$PARAM_INT,
'adv'=>$PARAM_EXISTS,
'events'=>$PARAM_EXISTS,
'groups'=>$PARAM_EXISTS,
'classmate'=>$PARAM_EXISTS,
'coworker'=>$PARAM_EXISTS));
$pos = strpos($get_hy, ':');
if($pos !== false) {
$hsid = intval(substr($get_hy, 0, $pos));
$hsyear = intval(substr($get_hy, $pos+1));
} else {
$hsid = intval($get_hs);
$hsyear = null;
}

tpl_set('hs_id', $hsid);
tpl_set('hs_name', get_high_school($hsid));
tpl_set('hs_year', $hsyear);
tpl_set('is_advanced_search', $get_adv);
tpl_set('user', $user);
tpl_set('count_total', 0); // pre-set count_total for the sake of ads
page length

// Events search calendar data
param_get(array('k' => $PARAM_HEX,
'n' => $PARAM_SINT));
if (($get_k == search_module::get_key(SEARCH_MOD_EVENT, SEARCH_TYPE_AS))) {

$EVENTS_CAL_DAYS_AHEAD = 60;
$events_begin = strftime("%Y%m01"); // first of the month
$events_end = strftime("%Y%m%d", strtotime(strftime("%m/01/%Y")) +
(86400 * $EVENTS_CAL_DAYS_AHEAD));
$events_params = array('dy1' => $events_begin,
'dy2' => $events_end);

param_get(array('c1' => $PARAM_INT, 'c2' => $PARAM_INT), 'evt_');
if (isset($evt_c1)) { $events_params['c1'] = $evt_c1; }
if (isset($evt_c2)) { $events_params['c2'] = $evt_c2; }
$results = events_get_calendar($user, $get_n, $events_params);
tpl_set('events_date', $results['events_date']);
}




// Holy shit, is this the cleanest fucking frontend file you've ever seen?!
ubersearch($_GET, $embedded=false, $template=true);

// Render it
render_template($_SERVER['PHP_ROOT'].'/html/s.phpt');

/**
* login function for s.php
*
* @author Philip Fung
*/
function search_require_login() {

//check if user is logged in
$user = require_login(true);

if($user 0 && !is_unregistered($user)) { return $user; }

// this is an unregistered user
param_get(array('k' => $GLOBALS['PARAM_HEX'], // search key
(used by rest of ubersearch code)
));

global $get_k;
$search_key = $get_k;

//Let user see event or group search if criteria are obeyed
if ($search_key
&& (search_module::get_key_type($search_key) ==
SEARCH_MOD_EVENT || search_module::get_key_type($search_key) ==
SEARCH_MOD_GROUP) //event or group search
) {

return $user;

} else {
go_home();
}
}

geRV 08-16-2007 07:04 AM

Buttocks you blow. annoy:

Nyck 08-16-2007 11:45 AM

lol japs

http://www.youtube.com/watch?v=inA-36YRV0Y

Chronic Diarrhea 08-16-2007 11:52 AM

Quote:

Originally Posted by Nyck

I wonder how many pairs of trunks flew off, causing mass rubbage of dongs?

ninty 08-16-2007 12:43 PM

that is disgusting

Nyck 08-16-2007 12:52 PM

someone drowns.. no one knows cause the body is just jammed under everyone else

they probably fish 3-4 bodies out a day after it closes and everyone gets out

Eight Ace 08-16-2007 03:55 PM

[url=http://www.youtube.com/watch?v=vEc4YWICeXk:2a343]women in film[/url:2a343]

mr.miyagi 08-16-2007 06:14 PM

[url=http://www.fearthegaychicken.com/:61465]errrrrrrrrrrrrrrrm[/url:61465] oOo:

[DAS REICH] Blitz 08-16-2007 06:59 PM

[quote="mr.miyagi":f96e6][url=http://www.fearthegaychicken.com/:f96e6]errrrrrrrrrrrrrrrm[/url:f96e6] oOo:[/quote:f96e6] lol wut?

Madmartagen 08-17-2007 01:45 AM

http://www.youtube.com/watch?v=D3Lr70lwaVg

lol at 'you win!' boooo biggrin:

mr.miyagi 08-17-2007 05:37 AM

Hilarious Video review for Broken Sword Demo plus others biggrin: biggrin:

http://www.escapistmagazine.com/article ... ther-Stuff

BlackJackal 08-17-2007 05:59 AM

the percentage of Africa that is wilderness: 28%

the percentage of North America that is wilderness: 38%


wtf

mr.miyagi 08-18-2007 07:21 AM

If anyone wants to play the Enemy Territory Quake Wars Beta 2 with bots and doesn't have a key, heres how:

http://community.enemyterritory.com/for ... php?t=6593

Just bots, still need a key for online but thought I'd mention it here anyway
beer:

jujumantb 08-18-2007 10:08 AM

Quote:

Originally Posted by BlackJackal
the percentage of Africa that is wilderness: 28%

the percentage of North America that is wilderness: 38%


wtf

wilderness is a pretty vague term..

geRV 08-18-2007 10:24 AM

Quote:

Originally Posted by jujumantb
Quote:

Originally Posted by BlackJackal
the percentage of Africa that is wilderness: 28%

the percentage of North America that is wilderness: 38%


wtf

wilderness is a pretty vague term..

Anywhere where hillbillies live and banjos are twanged counts. So probably closer to 58% biggrin:

geRV 08-18-2007 10:37 AM

[img]http://homepage.ntlworld.com/gerald.marley/saddam.gif[/img]

Gonzo 08-18-2007 12:46 PM

lol thats awesome

duke 3d is coming to the xbl arcard

Miscguy 08-18-2007 01:22 PM

[url:b0d8e]http://www.youtube.com/watch?v=N2IWxqvsSY8[/url:b0d8e]

Whatada 08-18-2007 01:45 PM

Quote:

Originally Posted by Miscguy
[url:cb47e]http://www.youtube.com/watch?v=N2IWxqvsSY8[/url:cb47e]

lmfaaooo


All times are GMT -6. The time now is 01:40 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.