Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Play Screen for Website (small release)

Status
Not open for further replies.
Experienced Elementalist
Loyal Member
Joined
Apr 23, 2008
Messages
240
Reaction score
0
This isn't much of a release, but I thought I'd post it anyways.

This adds a mini play screen to your website that can serve as the "portal" page to get to your real home page.

Heres what you need-

index.php

PHP:
<HTML>
<HEAD>
																
			
<script language="JavaScript" type="text/javascript">
<!--
if (document.images) {
    homebuttonup       = new Image();
    homebuttonup.src   = "bitmap_2.bmp" ;
    homebuttondown     = new Image() ;
    homebuttondown.src = "bitmap_1.bmp" ;
    homebuttonpenis     = new Image() ;
    homebuttonpenis.src = "bitmap_3.bmp" ;    
}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
function penis ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "penis.src" );
    }
}
// -->

</script>

</HEAD>
<BODY>
<br><br><br>
<p align="center">
<IMG SRC="picture.jpg">
<br>
<a href="base.php"
  onmouseover="buttondown('homebutton')"
  onmouseout="buttonup('homebutton')"
  onmousedown="penis('homebutton')"
  onmouseup="buttonup('homebutton')">
<img src="bitmap_2.bmp" name="homebutton" border="0" />
</a>

</BODY>
</HTML>

A picture.jpg, for the top part of the play screen.

The images that are attached.

NOTE: I didn't make all of this. I just edited someone elses script that I found on Google with images extracted with res hack. xP

Mini guide:

1. Download the pictures and save the code as index.php.
2. Make a picture.jpg that will go along with your play screen.
3. Put them all in your www folder (assuming youre using wamp)
4. Rename your home page base.php.

Yea.. i might have missed something, so tell me if something goes wrong. xP

EDIT~~~~~

Example:

credits to josho192837
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Apr 2, 2008
Messages
93
Reaction score
0
Re: [Release] Play Screen for Website (small release)

Lol @
if (document.images) {
document[ buttonname ].src = eval( buttonname + "penis.src" );
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Play Screen for Website (small release)

Rofl @ Penis :p
 
Banned
Banned
Joined
Jun 23, 2008
Messages
197
Reaction score
0
Re: [Release] Play Screen for Website (small release)

Code:
document[ buttonname ].src = eval( buttonname + "penis.src" );

Rofl why name it penis?
 
Master Summoner
Joined
May 31, 2008
Messages
524
Reaction score
1
Re: [Release] Play Screen for Website (small release)

I know. When I saw that, I was like... Wtf?
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Play Screen for Website (small release)

Someone gimme a picture.jpg! I'm not creative o_O
 
Experienced Elementalist
Loyal Member
Joined
Apr 23, 2008
Messages
240
Reaction score
0
Re: [Release] Play Screen for Website (small release)

Someone gimme a picture.jpg! I'm not creative o_O

Heres a Picture.jpg. Its kinda plain, but its the right size.
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Jul 13, 2008
Messages
419
Reaction score
217
Re: [Release] Play Screen for Website (small release)

Edit: Forget it... ^^
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Play Screen for Website (small release)

:D Nice :p I'm making one right now, Lets see if its better o_O
 
Experienced Elementalist
Joined
Nov 10, 2006
Messages
256
Reaction score
25
Re: [Release] Play Screen for Website (small release)

demoplease?
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Play Screen for Website (small release)

o_O
 
Junior Spellweaver
Joined
May 22, 2008
Messages
118
Reaction score
0
Re: [Release] Play Screen for Website (small release)

@josho192837

I dont even wanna click on the site....
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Play Screen for Website (small release)

Hahah, its a demo :p
 
Experienced Elementalist
Joined
Nov 10, 2006
Messages
256
Reaction score
25
Re: [Release] Play Screen for Website (small release)

lol i googled that site
 
Visit my hompage
Loyal Member
Joined
May 2, 2008
Messages
1,017
Reaction score
2
Re: [Release] Play Screen for Website (small release)

why would yu make this?
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Play Screen for Website (small release)

It's cool o.o
 
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,025
Reaction score
5
Re: [Release] Play Screen for Website (small release)

wtf josho D:<

you made click that porn site >_<
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Play Screen for Website (small release)

What porn site? o_O
 
Junior Spellweaver
Joined
May 22, 2008
Messages
118
Reaction score
0
Re: [Release] Play Screen for Website (small release)

all i got to say is LOL
 
Status
Not open for further replies.
Back
Top