Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. iGuest

    Upload

    I've got problems with uploadenI wnat to make an upload form but it dus'nt work
  2. iGuest

    GTA 6

    Maybe some people here know that San Andreas was also known as Sin City and Tokyo. But these are 2 different GTA's that Rockstar claimed.In the future we will have one in sin city and one in tokyo.And also the names GTA 5 & 6 are claimed
  3. OMG They Are Awsome Can You Make One With A Plane
  4. please send me Gmail invitation,my email address is,anu_ms18@yahoo.com
  5. iGuest

    GTA:SA

    you cann beter first learn a bit english! and if you want SA on the pc then youmust whait untill 10 JUNI! It is June. June 10th I also had it since october 2004. It is a very good game indeed
  6. To Bad But They Are Great For Hosting My Site And Yours
  7. I'm not sure what should I do..but I have errors when buy something at shop...can you help me? :wink:
  8. I also hope to get it soon. But now, I have my eyes aimed at Timesplitters: Future Perfect
  9. please send me Gmail invitation,my email address is,anu_ms18@yahoo.com
  10. Try http://forums.xisto.com/no_longer_exists/
  11. Back now lads, all in one peace. Need to catch up on things; what'd I miss?
  12. If you guys have bvandwidth to spare, sure, why not
  13. my mail is sis_falcon@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com
  14. How can I add another link to the top section of my php nuke site?See http://forums.xisto.com/no_longer_exists/ There are the links: Home, Forums, Hosting, Picture Gallery and Your Account... I want to add another one.Any help?
  15. Yeah... so we will have "more" personal contact
  16. yeah why not?! hehe It'll bring te members more in contact with each other...
  17. The best one's are SuSE Linux and Mandrake. I once had one discusion in a forum with some friends: I and some others were supporting SuSE and the others were supporting Mandrake. When the discussion finished, Mandrake won. So try with Mandrake.I don't know any pages were you can download them, but you can use the most confortable way: eMuleAnd the answers to your questions:1.- Yes, you can use Windows and Linux in the same PC. Linux has a little aplication that let's you choose what SO you want to boot the PC with.2.- Each Linux has been developed by one user/group of users that have "optimized" (to put it as it fits them best) the source code of the Linux in order to be it for them easier to use, so... That's just trying each of them out3.- I don't know any links, sryI hope this post helps you
  18. I want to change something in the script flying planes in dynamic drive libraries <script language="JavaScript1.2">//Flying planes - by John Ely//Modified from: Autumn leaves script- by Kurt Grigg (kurt.grigg@virgin.net)//Modified by Dynamic Drive for NS6 functionality//visit http://http://www.dynamicdrive.com/ for this script//Pre-load your image below!//CHANGE 5 to the number of images listed belowgrphcs=new Array(5) //PRELOAD the involved images (extend or contract variables according to # of images used)Image0=new Image();Image0.src=grphcs[0]="plane0.gif"Image1=new Image();Image1.src=grphcs[1]="plane1.gif"Image2=new Image();Image2.src=grphcs[2]="plane2.gif"Image3=new Image();Image3.src=grphcs[3]="plane3.gif"Image4=new Image();Image4.src=grphcs[4]="plane4.gif"//SPECIFY number of images to randomly display concurrently from list above. Less the more efficientAmount=3; Ypos=new Array();Xpos=new Array();Speed=new Array();Step=new Array();Cstep=new Array();ns=(document.layers)?1:0;ns6=(document.getElementById&&!document.all)?1:0;ie=document.allif (ns){for (i = 0; i < Amount; i++){var P=Math.floor(Math.random()*grphcs.length);rndPic=grphcs[P];document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+rndPic+"></LAYER>");}}else{document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');for (i = 0; i < Amount; i++){var P=Math.floor(Math.random()*grphcs.length);rndPic=grphcs[P];document.write('<img id="si'+i+'" src="'+rndPic+'" style="position:absolute;top:0px;left:0px">');}document.write('</div></div>');}WinHeight=(ns||ns6)?window.innerHeight-70:window.document.body.clientHeight;WinWidth=(ns||ns6)?window.innerWidth:window.document.body.clientWidth;for (i=0; i < Amount; i++){ Ypos[i] = Math.round(Math.random()*WinHeight); Xpos[i] = Math.round(Math.random()*WinWidth); Speed[i]= Math.random()*5+1; Cstep[i]=0; Step[i]=Math.random()*0.1+0.05;}function fly(){var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop;var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft;for (i=0; i < Amount; i++){sy = Speed[i]*Math.sin(Cstep[i]);sx = Speed[i]*2;Ypos[i]+=sy;Xpos[i]+=sx; if (Xpos[i] > WinWidth){Ypos[i]=Math.round(Math.random()*WinHeight);Xpos[i]=-60;Speed[i]=Math.random()*5+1;}if (ns){document.layers['sn'+i].left=Xpos[i]+wscrll;document.layers['sn'+i].top=Ypos[i];}else if (ns6){document.getElementById("si"+i).style.left=Xpos[i]+wscrll;document.getElementById("si"+i).style.top=Math.min(WinHeight,Ypos[i]);}else{eval("document.all.si"+i).style.left=Xpos[i]+wscrll;eval("document.all.si"+i).style.top=Ypos[i];} Cstep[i]+=Step[i];}setTimeout('fly()',20);}if (ie||ns||ns6)window.onload=fly//--></script> the things I want to change is speed of planes and a straight track Who wants to help me
  19. I'm not telling ou any certain band, just the kinds of music.1.- Thrash Metal (Beyond the embrace, Anthrax, Megadeth, ...)2.- Nu-Metal (Machine Head, Mnemic, ...) (Thrash/Progresive Metal)3.- Death Metal (Kataklysm, ...)4.- Heavy Metal (Children of Bodom, ...)Listen to some of their songs, and start from there (Just don't finish with NoN-MeTaL bands )
  20. Its a cash mod, for every post you will own 0.75 FNH$. you can buy stuff in the "shop"
  21. iGuest

    A FRIEND

    Dear Seven, Its already for your my dear, after all you are my friend and I am your friend and its friendship e-card for you. Yours Own ZaarooN
  22. why is there on this site that FNH$ that you get when post something??
  23. Some thrash metal!!Against the elements -> Beyond the embrace
  24. does zomebody know where I cann find a trailer about battlefield 2? or just screen shots?
×
×
  • 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.