szupie
Members-
Content Count
826 -
Joined
-
Last visited
Everything posted by szupie
-
Why would you use Dual Monitors? Wouldn't that stretch the whole screen horizontally? Why not Quardruple Monitors? And also, wouldn't the side of both screens where there is no display, but only the plastic protection, make a gap in the abutting monitors?
-
If MS did that, all those programmers developing programs for windows will have to start over, and perhaps the stock market will crash, causing the second Great Depression!!!
-
Accidental Delete of files in FTP Account HELP
szupie replied to xtron's topic in Websites and Web Designing
I thought there were some files that are required for things like frontpage extension and stuff? Are those all in the public_html directory? If you deleted the public_html dirctory, xtron, I think some problems might occur... -
The site I am making now will be a flash site, and I don't think flash loads that slow. I will add a preloader to each page, and it might only need to load for like 5 seconds. I will be making another version of the site too, so that people who don't like flash can choose to have the html/php version.
-
That has happened to me before. The LILO configuration isn't configured correctly, and I think you would have to reinstall linux to remove that...
-
To do this, you need a database to store the password and usernames of your members. But I'm not going to show you that here, because there are a lot of tutorials online that teaches you that. I am just going to give you a script that can only authorize one username and password. <?phpif ($form == "yes") // form sent{ if ($_POST[username] == admin && $_POST[password] == yourpasswordhere) // If the username entered is admin and the password is yourpasswordhere { header("Location: member.php"); // Go to members page } else // If username or password is wrong { echo "Wrong Username or Password. Please try again.<br>"; }}?><html><head><title>Login</title></head><body><form method="POST" action="<? echo $php_self ?>?form=yes"><center><p><font size="7">Members Login</font><br></p> <table border="0" width="40%"> <tr> <td width="50%"> <p>Username:</p> </td> <td width="50%"> <p><input type="text" name="username" size="20"></p> </td> </tr> <tr> <td width="50%"> <p>Password:</p> </td> <td width="50%"> <p><input type="password" name="password" size="20"></p> </td> </tr> </table> <p align="center"> <input type="submit" value="Login" name="submit"></p></form></body></html>
-
Heh, I dunno why, but I feel stealing flash game codes is worse than the things you said...
-
Would You Come Back? To check for updates or otherwise
szupie replied to egbert's topic in General Discussion
Oh, also... The site's not really compatible with FireFox. It looks much better with IE. Oh, one more thing , don't use Paint for your graphics, because it sucks. Use Photoshop to make logos and stuff. I'd be happy to help you make some if you want. Most importantly, DON'T DRAW TEXTS! -
What I did to make the directory load index.htm/index.php/index.html was by editing the .htaccess file. I added this line at the end of the file: DirectoryIndex index.htm index.html index.php Add anymore file names/types you would wish to load for a directory, the farther in front, the higher the priority.
-
Decompiling Flash games? Isn't that kinda... Illegal? SWF games are made to not let people look at its code...
-
Dosbox 0.63 - Dos Emulator and D-Fend Frontend for Win/Lin
szupie replied to miCRoSCoPiC^eaRthLinG's topic in Computer Gaming
I use my dos box mainly to play Prince of Persia 1 and 2. Those are good games. -
Would You Come Back? To check for updates or otherwise
szupie replied to egbert's topic in General Discussion
I'm in your "required" age group. I don't really think I would go back to the site because of the graphics. They could be improved (for example, the background). I'm kinda different than other people same age as me though, so I dunno if they would go back... -
Theme Between Windows And Linux
szupie replied to givn1405241478's topic in Websites and Web Designing
Whoa!!! This is a great piece of art! I must use it! -
Great Comic http://www.questionablecontent.net/
szupie replied to tattoopunk's topic in General Discussion
Hahaha... That game would be fun... That guy spelled STFU as SFTU. -
I thought you needed only 50 to request an upgraded package? Oh well. Thanks!
-
Norbert Weiner the dark hero of the information age
szupie replied to loudthings's topic in Science and Technology
If we did make a cyborg looking the same as a human, that would be like the Bicentennial Man by Isaac Asimov! And if the AI gets too smart, it would be like Terminator! -
Windows Code Name Longhorn(lh)
szupie replied to givn1405241478's topic in Websites and Web Designing
Yeah, it looks really nice, but I don't know if it would affect (bother) me when using Windows... -
OpaQue!!! Please answer my question here...
-
I don't really get this: what do old weapons have to do with camera stuff? How does it help it get better pictures?
-
So... I don't really know the relation between Hosting Credits and the legibility to request for packages. Has it now changed to a requirement of 10/50 Hosting Credits or just 10/50 posts? Or do Hosting Credits only play a part in how long you can idle?
-
What's a vinyl collection?
-
I think PS2 is better, because its controls are easier. I don't own an Xbox, but I've played on one, and I thought it was difficult to push the buttons and use the analog stick at the same time. It's possible to do that with a PS2 controller though. It might just be because I haven't got used to playing with an Xbox controller...
-
Freezing On Load Freezes when download and other loads
szupie replied to szupie's topic in Websites and Web Designing
Well, it's not giving me any problems for now, so I'm too lazy to get it.