Control V (Command V for macs)

Re: Control V (Command V for macs)

Postby Hank the Cowdog » 23 Aug 2008, 01:17

Code: Select all
Anyway, I guess Sniper is setting up his rifle on top of that big building. That's okay, I'll just be on the helicopter pad to the southeast, where I can get to my private helicopter. :D
~Hank the Cowdog, Jordan
Section 31 Admiral

Image
User avatar
Hank the Cowdog    
STG Moderator
STG Moderator
 
Posts: 2197
Joined: 16 May 2006, 16:06
Location: 47° 50' N / 117° 12' W
Favorite Team: 49ers/Seahawks
Gender: Male
phpBB Knowledge: 5




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: Control V (Command V for macs)

Postby Erik Frèrejean » 08 Sep 2008, 09:44

<?php
/**
*
* @package Meeting MOD
* @version $Id: meeting.php 28 2008-09-08 15:43:53Z erik $
* @copyright (c) 2008 Erik Frèrejean ( N/A ) http://www.erikfrerejean.nl
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* Minimum Requirement: PHP 5.0
*/

/**
* @ignore
*/
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$meeting_path = "{$phpbb_root_path}meeting.$phpEx";
require($phpbb_root_path . 'common.' . $phpEx);
require($phpbb_root_path . 'includes/functions_module.' . $phpEx);

// Basic parameter data
$id = request_var('i', '');
$mode = request_var('mode', '');

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('mods/meeting/common');

// Add login box.
if (!$user->data['is_registered'] && !$user->data['is_bot'])
{
login_box($meeting_path);
}
else if ($auth->acl_get('!meeting_main'))
{
// Send 403 header, and show error
header('HTTP/1.1 403 Forbidden');
trigger_error('MEETING_MOD_NO_ACCESS');
}

// Set some global vars that are only used by this MOD
$template->assign_vars(array(
'L_MEETING_POWERED_BY' => sprintf($user->lang['MEETING_MOD_BY'], $config['meeting_mod_version']),

'S_IN_MEETING_MOD' => true, // Tell the style author we're in the meeting mod
));

// Calculate the exact time at this moment for this user!
$now = getdate(time() + $user->timezone + $user->dst - date('Z'));

$module = new p_master();

// Instantiate module system and generate list of available modules
$module->list_modules('meeting');

// Select the active module
$module->set_active($id, $mode);

// Load and execute the relevant module
$module->load_active();

// Assign data to the template engine for the list of modules
$module->assign_tpl_vars(append_sid($meeting_path));

// Generate the page, do not display/query online list
$module->display($module->get_page_title(), false);
?>
Image Proud member of the phpBB support team
Image STG Support team member | Image STG Moderator team member
Image
User avatar
Erik Frèrejean    
phpBB Team Member
phpBB Team Member
 
Posts: 1114
Joined: 03 Dec 2007, 00:49
Location: USERS_TABLE
Favorite Team: New Orleans Saints
Gender: Male
phpBB Knowledge: 10

Re: Control V (Command V for macs)

Postby House » 23 Sep 2008, 17:28

Code: Select all
/nick antiFrancis


:doh:
Image Image Image
@@@@@@@@@@@
An LBJ Partner~
House    
Borg Drone
Borg Drone
 
Posts: 392
Joined: 24 Feb 2008, 10:05
Location: Deck 15, on Behalf of teh lil' People.
Favorite Team: <B(/)< GNOME
Gender: Male
phpBB Knowledge: 5

Re: Control V (Command V for macs)

Postby Highway of Life » 23 Sep 2008, 21:28

Code: Select all
PATH=/usr/bin:/opt/subversion/bin:/bin; export PATH


In reality, this post is meant as a test. ^_^
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: Control V (Command V for macs)

Postby rickymallory » 24 Sep 2008, 12:45

Tillamook


ah something to do with ice cream on my forum, From Jordans post ;)
rickymallory    
Style Author
Style Author
 
Posts: 663
Joined: 20 Dec 2007, 17:13
Location: Kent, England
Favorite Team: Football? Bleh!
Gender: Male

Re: Control V (Command V for macs)

Postby House » 24 Sep 2008, 18:57

Code: Select all
has sort of been lurking.


Awe.. Who knows? I don't. :)
Image Image Image
@@@@@@@@@@@
An LBJ Partner~
House    
Borg Drone
Borg Drone
 
Posts: 392
Joined: 24 Feb 2008, 10:05
Location: Deck 15, on Behalf of teh lil' People.
Favorite Team: <B(/)< GNOME
Gender: Male
phpBB Knowledge: 5

Re: Control V (Command V for macs)

Postby Hank the Cowdog » 24 Sep 2008, 21:00

Code: Select all
http://www.krem.com/sharedcontent/video/swf/VideoWidget_5.swf?video=/bi/www.krem.com/0815/040608_abbey-5pm.flv


:lol:
~Hank the Cowdog, Jordan
Section 31 Admiral

Image
User avatar
Hank the Cowdog    
STG Moderator
STG Moderator
 
Posts: 2197
Joined: 16 May 2006, 16:06
Location: 47° 50' N / 117° 12' W
Favorite Team: 49ers/Seahawks
Gender: Male
phpBB Knowledge: 5

Re: Control V (Command V for macs)

Postby House » 15 Oct 2008, 11:47

Code: Select all
<!-- Hehehehe... -->
Image Image Image
@@@@@@@@@@@
An LBJ Partner~
House    
Borg Drone
Borg Drone
 
Posts: 392
Joined: 24 Feb 2008, 10:05
Location: Deck 15, on Behalf of teh lil' People.
Favorite Team: <B(/)< GNOME
Gender: Male
phpBB Knowledge: 5

Re: Control V (Command V for macs)

Postby House » 13 Jan 2009, 12:18

On the topic of "Hey, what's wrong with my RegEx? Anyone?"

[12:20:20] <Sean> :3
[12:20:21] <POPTART> That's what it was.
[12:20:51] <POPTART> I forgot the delimiters. X_x
[12:20:51] <POPTART> /^[0-9]{1,8}(, ).+$/
[12:20:52] <POPTART> That works.
[12:20:53] <POPTART> T_T
[12:21:11] <Sean> Glad you finally figured it out.. XD
[12:21:29] <Sean> I didn't think we could go on much longer and not say anything.. It's been a week already. :P
[12:21:44] *Sean high-fives ptotheickle
[12:21:53] <POPTART> You...
[12:21:55] <POPTART> you...
[12:21:58] <POPTART> ....
[12:22:09] <Sean> Evil much? Yes.
[12:22:13] <POPTART> *cries*
[12:22:15] *** POPTART is Offline
[12:22:18] <Sean> XD
[12:22:28] *Sean laughs hysterically.
[12:23:51] *** POPTART is Online
[12:24:01] <POPTART> I hate you.
Image Image Image
@@@@@@@@@@@
An LBJ Partner~
House    
Borg Drone
Borg Drone
 
Posts: 392
Joined: 24 Feb 2008, 10:05
Location: Deck 15, on Behalf of teh lil' People.
Favorite Team: <B(/)< GNOME
Gender: Male
phpBB Knowledge: 5

Re: Control V (Command V for macs)

Postby geoffreak » 15 Jan 2009, 15:58

viewtopic.php?f=40&t=9151

I was posting this on a wall of shame ;)
Earthlings, we have been watching you for years, and now we know your primitive language, so listen: All your base are belong to us.
Anime Bite - Your future #1 source for all things anime and manga!My Blog
User avatar
geoffreak    
Supporter
Supporter
 
Posts: 663
Joined: 17 Mar 2007, 21:52
Location: The Internets
Favorite Team: phpBB
Gender: Male
phpBB Knowledge: 9

PreviousNext

Return to Forum Games

Who is online

Users browsing this forum: No registered users and 1 guest