We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Random name genarator; By JakeH
Topic Started: Jan 25 2010, 09:20 AM (163 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: JakeH
Random name genarator
 
This is a username generater, take a look.

Name: Username Generater
Type: HTML and Java Script
Made by: Me, Jake Hobden
Preview: http://s8.invisionfree.com/test_yugioh/index.php? @ foot of page
Where it goes: In the footer

Quote:
 
<!--Made by Jake Hobden at http://s4.invisionfree.com/jakeh
and http://tvcrime.militate.com -->
<script>
function rando() {
x = Math.random()
y = x * 31
z = Math.round(y)

if(z == 0) {
a = "JimBob"
}
if(z == 1) {
a = "Jonny"
}
if(z == 2) {
a = "Edwin the cleaner"
}
if(z == 3) {
a = "That Old Guy"
}
if(z == 4) {
a = "Billy Concarny"
}
if(z == 5) {
a = "SUPERSPAM"
}
if(z == 6) {
a = "SubFish"
}
if(z == 7) {
a = "Holiday Maker"
}
if(z == 8) {
a = "Mr Card"
}
if(z == 9) {
a = "Da Zoo Keeper"
}
if(z == 10) {
a = "Silly Sally"
}
if(z == 11) {
a = "Silly Billy"
}
if(z == 12) {
a = "Chesse"
}
if(z == 13) {
a = "Killer 109"
}
if(z == 14) {
a = "Je dans la maison"
}
if(z == 15) {
a = "English guy"
}
if(z == 16) {
a = "ME!"
}
if(z == 17) {
a = "Deathman 101"
}
if(z == 18) {
a = "Born of the living dead"
}
if(z == 19) {
a = "Joyfull Jimmy"
}
if(z == 20) {
a = "Roger miller"
}
if(z == 21) {
a = "Lord of the Pie"
}
if(z == 22) {
a = "Linux Lover"
}
if(z == 23) {
a = "Windows Hanter"
}
if(z == 24) {
a = "Pixal Picture"
}
if(z == 25) {
a = "Cop of the LAW!"
}
if(z == 26) {
a = "Changling"
}
if(z == 27) {
a = "Hot Tar 106"
}
if(z == 28) {
a = "Wave"
}
if(z == 29) {
a = "Real Deal Dude"
}
if(z == 30) {
a = "The dud light bulb"
}
if(z == 31) {
a = "Death Dealer"
}
alert(a)
}
</SCRIPT><P>Ask for a username</P>
<P><BR>Put in your name or another and a random username will come out, this is only as an idea for you.</P>
<FORM ACTION="">
<P><INPUT TYPE=TEXT SIZE=20> <BR><INPUT TYPE=BUTTON VALUE="I need a name!" ONCLICK="rando()">
</P>
</FORM>


please coment on it and change the out comes if you wish BUT don't clame it as yours!
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply