Hello!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Craig
Forum Commoner
Posts: 37
Joined: Thu Apr 18, 2002 3:13 pm

Hello!

Post by Craig »

These are much better forums :o look they got all the bits and bobs we really need to enhance our posting experience :)

*claims first post on the whole board*

:P
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

*claims first post on the whole board*
Not quite, but damn you guys are fast! 8)
Craig
Forum Commoner
Posts: 37
Joined: Thu Apr 18, 2002 3:13 pm

Post by Craig »

aah beaten by a fraction of a second :)
User avatar
EvilWalrus
Site Admin
Posts: 209
Joined: Thu Apr 18, 2002 3:21 pm
Location: Springmont, PA USA

hmmm

Post by EvilWalrus »

I guess I'm late to the punch as well :twisted:
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Wheeee

Post by jason »

Damn, these are some nice forums. Wheee!!!

Okay...

Code: Select all

class credit_card_list {
	var $_ALL_CARDS;
	var $_CUR_CARDS;
	var $_SEARCH_FIELDS;
	var $_search_params;
	var $_error_messages;
	var $_changed;
	var $_casino_id;
	function credit_card_list() {
		global $CONFIG;
		$this->_SEARCH_FIELDS = array(
Just messing around, wheee
[/list]
g-force2k2
Forum Newbie
Posts: 12
Joined: Thu Apr 18, 2002 8:15 pm

Post by g-force2k2 »

sup everyone... damn Jason for messing around the php is looking good 8) oh and so are the forums ;)
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

He He I'm kind of an ass.

Code: Select all

<?
echo ($stuck=="yes")?"please help":"i'm doing ok on my own just now"; 
?>
Cheers Sam
Craig
Forum Commoner
Posts: 37
Joined: Thu Apr 18, 2002 3:13 pm

Post by Craig »

Cool that's much neater ;)
sam wrote:He He I'm kind of an ass.

Code: Select all

<?
echo ($stuck==&quote;yes&quote;)?&quote;please help&quote;:&quote;i'm doing ok on my own just now&quote;; 
?>
Cheers Sam
epsilon
Forum Newbie
Posts: 11
Joined: Fri Apr 19, 2002 10:20 am
Location: Belgium
Contact:

Post by epsilon »

I guess its better then the old one :)
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

Man Jason I am really digging your rotating avatar, that is a kick ass idea, does it use the GD library or what.

Cheers Sam
Craig
Forum Commoner
Posts: 37
Joined: Thu Apr 18, 2002 3:13 pm

Post by Craig »

sam wrote:Man Jason I am really digging your rotating avatar, that is a kick ass idea, does it use the GD library or what.

Cheers Sam
check my post in the php forums ;)
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

Ditto on yours also, I didn't see that you had the rotating thing at first.

Cheers Sam
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

I setup an FAQ for this: http://www.devnetwork.net/forums/faq.php#14

Go there :D and enjoy
Craig
Forum Commoner
Posts: 37
Joined: Thu Apr 18, 2002 3:13 pm

Post by Craig »

Cool I got a topic in the FAQ :D
Whoa! Cool, I love those rotating images. How can I set mine up as well?
You can view this post here: http://www.devnetwork.net/forums/viewtopic.php?t=4. This will tell you how to setup your avatars correctly.
Back to top
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

Cool thanks, I reworte the backend for it so that I can just load the avatar gifs into a directory with any filename and the script will grab and use them and update the number of random ones and stuff. Sorry about that I forgot what I was doing.

Cheers Sam
Post Reply