Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. I you saw a movie "Crank", you could see effect where they use Google Earth
  2. The way you are using the php start/end tags is okay as far as I see. No problem there. I am suspicious that the Form on the other page is faulty, or the variable names are messed up? As a test, add and echo command into your code like so: echo 'start';echo "$_GET['item_1_product']";echo 'end';//Get First Item if (isset($_GET['item_1_product'])) { $item_1_product = $_GET['item_1_product']; } else { This will tell you if the variables are being passed as you expect them to be passed.
  3. Okay, all is well. I went back and all three were there and looking pretty good, I might say.I could probably try to explain some things which might've been the cause of their absense yesterday, but I won't.
  4. i just recive a mail from the buddyes from EVGA, theres a game party on San Jose California, on November 7-8 *Two-day LAN party with tournaments, fun contests, prizes, charity drive, and free food and drinks (November 7 and 8) *World premiere event unveiling NVIDIAâs next-generation PC gaming platform (November 8) *Local mini-tournaments and giveaways at retail locations worldwide (November 11 in the US and Canada) *Raffle with big prizes from industry partners *Surprise contests with big prizes *Case mod competition: Best Original Case and Best in Show *Free, custom NVIDIA tee shirts *Free pizza and drinks all day *Hosted panels and Q&A sessions with NVIDIA and partners *Entry into NVIDIAâs world premiere event *Charity food drive i hope can c u there.
  5. i read this and i think im gona cry ......................
  6. mmmmmmmmmmmmfrom my point of view mods are reallly nice, make a old game a new game, maps, suits, weapons, but i understand mods is a tool to make the game diferent, more affects, more challenge situationsand cracks is a way to play good without a skill, i love the swet on my hands, the shake on my body, dono you but craks are for loosers, why i wana play a game if i know i can beat anyonethe glory is on a true skill
  7. i like and all game swat4 now on TS, i need just 2000 more points to be the #1 overall, i cant play to much but with the all people making cheats i can c the day to make that 2000
  8. Nice start to what I expect will be a worthwhile series of articles. I look forward to more.Where is the image of the Old McDonald's music sheet? At home on your piano, because I couldn't see it on your page.
  9. Had you done a search on this Forum, you would have noticed this topic has been (quite adequately) covered already and I would ask that you contribute to an existing Topic instead of Spamming the place up. *I had some nasty pills for lunch earlier. Don't take it personal*
  10. ""Pluto is not a planet," Brown said. "There are finally, officially, eight planets in the solar system." The vote involved just 424 astronomers who remained for the last day of a meeting of the International Astronomical Union in Prague. "I'm embarrassed for astronomy. Less than 5 percent of the world's astronomers voted," said Alan Stern, leader of NASA's New Horizons mission to Pluto and a scientist at the Southwest Research Institute."This definition stinks, for technical reasons," Stern told Space.com. He expects the astronomy community to overturn the decision. Other astronomers criticized the definition as ambiguous.The resolutionThe decision establishes three main categories of objects in our solar system. Planets: The eight worlds starting with Mercury and moving out to Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune.Dwarf planets: Pluto and any other round object that "has not cleared the neighborhood around its orbit, and is not a satellite.""
  11. Dot halo is for moddifing maps to cheat on xbl and you cant create maps for h2 and creating maps for halo1 is very difficult and involved but if your serious go to halomods.com thay have tuts
  12. bored.com has so good links to fun games
  13. Halo 3 is going to help the xbox 360 beat out the ps3 and the wii
  14. This is old and outdated. you can just as easily flash the firmware on your xbox dvd rom drive and create full xbox backup ups with the security sector and everything. which means you can played burned games on xbl which u cant do this way
  15. Thier is no contest half-life sucks and halo 2 is the best. anyone who thinks different is completely retarded
  16. Mysql and Postgre Databases are Open Source and available on the majority of Hosting services, so my reccomendation would be to use one of them. MS Access is proprietary and may not be available on any new installations where your code is placed. Just an opinion from another cheap webmaster.
  17. It may not be the physical plug-in which is the problem. On my laptop, it seems that the cord end near the computer gets 'comfortable' in one position and the cord develops a 'curve' in it and sometimes doesn't charge, so I am suspicious of a there being a short or 'lack of continuity' in the cord itself, maybe?I regularly re-shape that end and try to not let the 'curve' develop and it seems to allow the connection to be more consistent and then I have less trouble.Nothing worse than anticipating a full battery only to have the power monitor yapping at you.Most 'techie' types should be able to help you diagnose this problem with a voltage tester or some other gizmo they enjoy playing with. A new charger can't be all that much if it is required. As I remember my College days, it should be worth around 2 or 3 nights in a Club, only.
  18. First thing you MUST do is download the php Manual from php.net. It is simply a 'must have' on your local machine. Allows you to have all the required information right at your finger tips at all times.For Tutorials, and such, devshed, phpfreaks, and (soon) handyphp.com ( check out vujsa'a newest site) are good resources to use.
  19. I also had issues while attempting to install a Mysql database over at the Xisto. Figured it was due to a rush on the Server, but maybe not.My problem was: while trying to install a package from an uploaded software package, I had an error mid-way through the sql file. Only 9 of 17 tables had been created, so I needed to drop the tables. Went to phpmyadmin, selected the DB and selected 'all' the tables (some of which had data). The 'drop' failed, for I can't recall what reason was given, so I had to drop each table individually.After successfully dropping these tables and correcting the sql file (1 unescaped single quote in 700 lines, not bad for a first run) the install went fine. Added the tables and data quite well. Accepted updates, etc from the web application. So it appears that the phpmyadmin was the problem. And I thought maybe it was because of the 'wee hours demon'. Those little bugs that come out and haunt the server when most of us are asleep. Guess not.
  20. How about shedding some code, it'd be easier to understand what you're trying.Since I see you trying to use /php/input/ I guess what you're wanting to do is grab the $HTTP_RAW_POST_DATA (so try this instead) other than that, what you are trying to do requires PHP 4.30.Cheers,MC
  21. As far as I know, Xisto does not offer PostgreSQL Database (I could be wrong), which is what pg_connect is used for. It does however support MySQL using mysql_connect. If you check PHP's Information inside CPanel or creating a page containing this: <?php phpinfo(); ?> It should tell you whether PostgreSQL is installed or not. Is there any specific reason why it has to be PostgreSQL? If it's not installed then I think many of the PostgreSQL only commands will not be available. Cheers, MC
  22. At present, the topics and replies you folks deal with inside the Staff sub-forum are being listed on the Last Topic and Last Post listings. And regular members (moi) get a Board error when attempting to read them. (Curiousity killed the cat, but satisfaction brought it back.)In order to avoid this, simply close the topic and regular members and Guests do not have the topics listed on the Last Topic / Last Posting lists.Or add a prefix like [ Staff ] to the Topic title so we know that it doesn't / shouldn't concern us. Simply a small request from just a regular Member. Thanks for considering it.
  23. I have a dial up modem US Robotics Faxmodem USB.I used a program ModemScan and in listitng i found that US Robotics never support, but i know that US Robotics works in Linux. Could you help me?
  24. Lately, I've been using another service, MoneyBookers.com, which has proven to be the perfect alternative to PayPal, as far as my needs are concerned (), but I'm sure it'll work just as splendidly if you have other needs. First of all, MoneyBookers.com support a much MUCH wider geographic area than PayPal. I suppose that's one of the major complaints people have against PayPal. But add to that the fact that there's no verification process with MoneyBookers, that you can fund and/or withdraw from your account through several methods, that their fees are really low for the great service they offer, and that I have never heard any complaints about it till now, and you'll understand why I love this service . You can take a look at: https://www.skrill.com/en/
×
×
  • 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.