Jump to content
xisto Community

GeT HeXD

Members
  • Content Count

    18
  • Joined

  • Last visited

  1. I'm pretty sure that the answer is no, because .ico is more than an extension, it's how the file is coded. I'm not positive but I believe that is correct.
  2. I like what it types up it is just entertaining. It's all like I'm so depressed... lol
  3. You guys' 404 Error Page is so cool. I like watching it.
  4. First, you should know a little bit of basic PHP. It is relatively simple. <?phpecho $_SERVER['HTTP_USER_AGENT'];echo $_SERVER['REMOTE_ADDR'];?> echo $_SERVER['HTTP_USER_AGENT']; - Displays users browser. echo $_SERVER['REMOTE_ADDR']; - Displays users IP Address. If you have a PHP host, put in <?phpphpinfo();?>and in one of the sections, there are a whole bunch like these. Like display where user came from etc. Experiment...and you can create something like Hey! What are you trying to do, buddy?! I know you are using Microsoft Internet Explorer! Your IP is 192.168.0.0! So don't keep trying or we will hunt you down and hack you! for a 404 Error Page. Oh boy! -HeXatorials
  5. Oh, and if it takes a long time to upload the file to your host, it's normal. I guess because it is a big file but mine takes like 3 minutes to upload. IDK maybe a slow server? Not Xisto, my non-PHP host that I just keep like my flash files, images, shiznitz0r like tah.
  6. I was going to point out the 16x16, but instead I just put an example. But yes, it must be 16x16.
  7. Ok, you know those little icons that are to the left of a web address? |_ http://www.domain.com/_| Well that is called a favicon, folks. If you want one, simply do the following: 1.) Make sure your favicon is in .ico format. Name it favicon.ico 2.) Upload the favicon.ico to the same folder as your main index.html or index.php or index.asp, whatever. Basciaaly, you should have: http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/, whatever you have. 3.) Put this into the head tag of your index page: <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">That's it! Tutorial by GeT HeX'D vBulleitin favicon.ico included. IDK I felt that if you wanted to try it out, you could use this favicon...
  8. Online and LAN. No SOCOM game will EVER be multiplayer. How would it possibly work? Unless maybe player one commanded Able and player two commanded bravo. Like player one=Spectre player two=Killjoy or something like that. That'd be kinda cool I guess. All I know is that it's online and lan. just get a router and friends with ps2/socom3. there's yer multiplayer. or you can play on XLink Kai. http://forums.xisto.com/no_longer_exists/
  9. Because of the oil plants in Texas were shut down due to the hurricane is what I heard last.
  10. I heard that VPC was extremely slow and was very bugged. It requires a VPC CD/CD KEY. I suggest using Guest PC, which you can find free, but all you need is a real Windows CD, not an ISO or burned CD. Guest PC is also said to be less bugged.
  11. phpBB:-Good for the begginner.-Easy to manage.-Very modable.-Written easily.-Free.Invision Power Board:-More for intermediate webmasters.-Lots of mods.-A little complicated to manage.-Not legally free unless given via IPB host.vBulletin:-Experts only.-Some mods.-Not legally free anywhere.-Pretty hard to manage.
  12. I heard gas should be about $6.00 in NJ by Wednesday. NJ has probably one of the lowest in the country so I would expect some other states to go up to $8-$9, maybe $10.
  13. GeT HeXD

    DRIV3R

    I have also heard that it isn't as good as it sounds. I will play it, however, just to see what it is like. I personally like Burnout 3. Extremely good gameplay. I will try DRIV3R though.
  14. I just recently bought an iBook G4 from Apple, and I must say it is more than I interpreted. It is extremely fast, has a DVD+-RW/CD-RW, 60GB, and does not get spyware/adware. Starting at only $1000, I think it's extremely worth it. There are even emulators which allow you to run Windows programs such as exe. Very good indeed. Gppd job, Apple. <3 Notice from BuffaloHELP: Watch the language in this forum--especially for the topic title and description. Editing topic description. This section of the forum is intended for the NEWS world wide and not as personal announcement. Moving to Hardware section.
  15. C++ is relatively hard compared to HTML. I am almost complete with HTML, and recently looked into C++ so I would be able to create a cheating device. Unfortuantely, I know nothing about the language PS2 uses, MIPS, which C++ is in some way converted to MIPS. C++ looks like so:#include <iostream> using std::cout; using std::cin; int main() cout < "Hello, world!"; ... I am learning to use float values as of right now in C++. It is hard compared to HTML. I do not know if C++ is easier than PHP, for I have not yet learned PHP. You could go check, though.
×
×
  • 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.