Jump to content
xisto Community

szupie

Members
  • Content Count

    826
  • Joined

  • Last visited

Everything posted by szupie

  1. 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?
  2. 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!!!
  3. 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...
  4. 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.
  5. 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...
  6. 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>
  7. szupie

    Flash Games

    Heh, I dunno why, but I feel stealing flash game codes is worse than the things you said...
  8. 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!
  9. 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.
  10. szupie

    Flash Games

    Decompiling Flash games? Isn't that kinda... Illegal? SWF games are made to not let people look at its code...
  11. Nice! Oh, and if you want to remove your drive, do subst /d (the drive you made)
  12. I use my dos box mainly to play Prince of Persia 1 and 2. Those are good games.
  13. 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...
  14. Whoa!!! This is a great piece of art! I must use it!
  15. Hahaha... That game would be fun... That guy spelled STFU as SFTU.
  16. I thought you needed only 50 to request an upgraded package? Oh well. Thanks!
  17. 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!
  18. Yeah, it looks really nice, but I don't know if it would affect (bother) me when using Windows...
  19. OpaQue!!! Please answer my question here...
  20. I don't really get this: what do old weapons have to do with camera stuff? How does it help it get better pictures?
  21. 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?
  22. Whoa!!... This is my dream come true! I've always thought of having a watch that is a computer!
  23. 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...
  24. Well, it's not giving me any problems for now, so I'm too lazy to get it.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.