Name

Status
Not open for further replies.
B

Brandon

Guest
I need a name for my Content Management System im working on. If I like the name I will run the script below and it will pick one name from the many submitted. The winner gets 100 points.


Code:
<?php

###########################################################################
#									  #
#		 _____      _                       			  #
#		|  ___|    (_)                      			  #
#		| |__ _ __  _  __ _ _ __ ___   __ _ 			  #
#		|  __| '_ \| |/ _` | '_ ` _ \ / _` |			  #
#		| |__| | | | | (_| | | | | | | (_| |			  #
#		\____/_| |_|_|\__, |_| |_| |_|\__,_|			  #
#	 	              __/ |                			  #
#	 	             |___/  					  #			         # 									  #
#	An Enigma Script, This script may not be used with out expressed  #
#	permission from Enigma (enigma3141@gmail.com)			  #				 #									  #
#									  #
###########################################################################               



  $name[] = 'First name';
  $name[] = 'Second name';
  $name[] = 'etc...';

  srand ((double) microtime() * 1000000);
  $random_number = rand(0,count($quotes)-1);

  echo ($name[$random_number]);

?>
 
M

minievan

Guest
Express CMS
Open CM
Mutzi CMS
[EDIT]
Sole CMS
Sure CMS
Post CMS
Endurance CMS


Lol Its early and they are all i could think of... Good luck <3
Some are rubbish Lol, Just things that popped into my head..
 
Last edited by a moderator:

moose

New Member
Messages
1,056
Reaction score
0
Points
0
The greatest content management system ever that existed on the world wide web.

Or to make it shorter, TGCMSETEOTWWW :)

I'll think of a good one and edit this post lol
 

Kay

New Member
Messages
804
Reaction score
0
Points
0
Sorry i skipped some of the post that people made since I was in a rush my second one Enigma's Dynamic CMS is different form his
 
B

Brandon

Guest
Best = XColl's
image1uc.png


Donated
 
Status
Not open for further replies.
Top