DarkAngelBGE
WFG Retired-
Posts
7.686 -
Joined
-
Last visited
Everything posted by DarkAngelBGE
-
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
Yeah, probably. -
A PHP Contest, Anyone ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
It is actually easier, because that way I can just have another class if I make a new module (like the memberlist or so) and use functions...well for each function so to speak. Also, it looks more easier (the code) and more l337. You have PHP experience, mrk ? For how long ? -
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
For some reason I can't upload to angelfire anymore... -
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
-
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
Okay, I am almost done... -
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
Hehe, not the looks count, but the inners. I will make one up with a cheesy grin, ok ? -
A PHP Contest, Anyone ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
PHP, Hypertext PreProcessor (or originally "Personal Homepage") is a server-side scripting language to write dynamic webpages. Our forum engine is written in php, our websites will be, too. Basically you program your site with arrays, classes, functions, methods, variables and everything a real programming language has to offer (PHP5 will offer some more OOP stuff, so that it will be a full OOP-capable language like JAVA very soon) and send the code to your server. Then the server generates the html and sends it back to the browser, which displays it. An example: <?php echo "<table><tr><td>Hallo Leute</td></tr></table>"; ?> will put a simple table with "Hallo Leute in it" to the screen. However, there are complex functions with classes etc. Here is one from the Task System I made for WFG (and which i am still developing): <?php /* +-------------------------------------------------------------------------- | Wildfire Games Intranet | ======================================== | by Tim [DarkAngelBGE] Koschuetzki | ======================================== | Email: DarkAngelBGE@aol.com +--------------------------------------------------------------------------- | | > Index module -- Manages the entire Task System | > Module written by Tim Koschuetzki | > Date started: 11th November 2003 | | > Module Version Number: 1.0.5 +-------------------------------------------------------------------------- */ class cl_task_system { var $task_html; //------------------------------------------- // CONSTRUCTOR FUNCTION // // Decides what to do based on the url vars // act and code, calls the Email Reminder // func and puts up the page's title as well // as the navbar stuff //------------------------------------------- function cl_task_system() { global $site, $std_func, $DB, $display, $INFO; //------------------------------------------- // Parse the header, left nav and right nav // to the Skinning System //------------------------------------------- $std_func->std_navbar( &$l_nav_cats, &$l_nav_items, &$r_nav_array ); $display->add_output( $site->html->header( $INFO['site_name'].' -- Task System' ) ); $display->add_output( $site->html->left_nav( $l_nav_cats, $l_nav_items ) ); $display->add_output( $site->html->right_nav( $r_nav_array ) ); //------------------------------------------- // Load the Skin Stuff //------------------------------------------- $this->task_html = $std_func->load_template( 'task' ); //------------------------------------------- // Decide what to do //------------------------------------------- switch ( $site->vars['input']['code'] ) { case 01: $this->new_task(); break; case 02: $this->view_task(); break; case 03: $this->edit_task(); break; default: $this->view_task(); } // Remind people of their tasks $this->email_reminder(); } ... } //class It is the master class for the Task System Module and its contruct function works out, which function to start upon some values of variables. Got a first insight ? -
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
Cunning pose for the camera. Thanks for the compliments guys. -
Just checking how many scripters here are that would participate in a contest.
-
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
Well, at least I want to see it. Oh and what do you mean by "hardcore" ? -
Would You Like Auto-pruning To Be Off ?
DarkAngelBGE replied to DarkAngelBGE's topic in Help & Feedback
Well it doesn't make the server work harder. -
Adam, the project leader will have to decide this. Send him a PM and he will then tell me if I can add you to staff. Sounds nice. You launched a webdesign company ? Can see your business' site ?
-
Well, we need to talk to Jason about that. Maybe we can make this an official WFG project and even have forums for it ? Sounds great to me. PS: Great work must be rewarded.
-
Like My New Hair Cut ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
Meh, dunno why. I am a "light" person though. -
Well, do you ? And no, this image is not in violation of the CGs, in terms of Softcore Porn.
-
I like it sehr.
-
Meh, we should make a website for it on Wildfire Games. I'd be willing to do it, if you want to, SUD. Amazing work.
-
Please Remove The Article "ancient Britain"
DarkAngelBGE replied to kor's topic in General Discussion
What the hell is going on ? Jason you probably gotta ask the author who "wrote" it for us ? Yeah kor, admiring your historical knowledge, it would be great if you helpedo ut with this article. It will be some currency and reputation worth at least. -
I guess it should have been a joke. lol But let's keep that on topic. Dunno, I will talk about it to Klaas and see what he thinks.
-
You know the forum displays only the threads that got replies within the last 30 days. We call that auto-pruning. Would you like it to be off, ie the forum displays all threads (on different pages: 1 2 3...Last Page >>) ? I vote yes, switch it off. :drug:
-
I noticed that Jordan and ChiChi have some cool car animations (3ds max) on their comps. Anyone willing to share the sources ?
-
Hey Khazun, welcome back. What stuff did you have to attend if I may ask ?
-
Want To Advertise Your Dad's Company ?
DarkAngelBGE replied to DarkAngelBGE's topic in Introductions & Off-Topic Discussion
I have no clue, Jason would have to deal with it, but it would be pretty low at the beginning me thinks. Let's say like 40 a month or so ?