Jump to content
xisto Community

GeT HeXD

Members
  • Content Count

    18
  • Joined

  • Last visited

Posts posted by GeT HeXD


  1. thats a nice tutorial. i think you did it right as you can see with the feedback :P many people didnt know what to google for so they couldnt mind any tutorials for it.
    anyways i was wondering about making the actual .ico file. apart from the photoshop plugin which limits people the actualy getting photoshop in the firsyt place cant you just rename a 'normal' picture to .ico and if you can are there images that you cant rename to .ico that wont work?

    thanks a lot for answeres :lol:

    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. 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

  3. Ok, you know those little icons that are to the left of a web address? |_ :huh: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...

  4. 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/


  5. 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.

  6. I've always fancied going into game programming, I thought it looked a bit hard a very complex. I find that HTML and some other codes are pretty easy once you get into them, what do you think of C++?

    167732[/snapback]

    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.


  7. I have just recently pre-ordered my copy of SOCOM 3: U.S. Navy SEALs. I have been hearing some pros, as well as cons, about the game, however.
    Pros:
    -Tougher Levels
    -Better AI
    -Swimming
    -Custom Weapons
    -Easier Team Managing
    -Better Graphics
    -Bigger Levels
    -Many code strings similar to those of SOCOM II: U.S. Navy SEALs

    Cons:
    -Still Glitches
    -Online: Already People are Cheating on Beta.
    -Online: Many old glitches are still around.
    -Must be dumped in order to hack codes.

    I think I still will enjoy playing it, however. Although I have heard that IDOT, for those of you who do not know him, he is a cheater widely known,http://socomcodes.com/, has been cheating on beta already, I'm sure he will respect the players and cheat within his own hosted rooms. I am not too worried. I personally wish to experience cheating with IDOT, so we'll have to just see what he has in store for SOCOM 3: U.S. Navy SEALs. :ph34r:

×
×
  • 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.