Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. unlimit i've been requesting help along with many others for the past 2 days... we'll just have to wait probably another 2 before the THE ADMIN (not moderator) reads this :wink: lol*fiddle my thumbs..*
  2. Cosmic, anything within { } is what happens as a result of the previous statement. That is to say when you write <?if($a == 1) {///anything within these tags happens WHEN $a = 1}if($a == 1) {///anything within these tags happens WHEN $a = 1} else {/* anything within these tags happens when the IF statement returns false, or $a !== (does not equal) 1 */}?>
  3. Nope, just tried... it still says FTP error...I'm really getting fustrated!! :x lol.... we'll just have to wait for help.
  4. yeah.. lol, I didnt know there was a directory here.. I made the same thing XD lol, I'm blind >< but yeah. wth isnt it working?
  5. there is a very quick introduction to it at... http://forums.xisto.com/ Its definately worth learning, cos it saves so much time in site design. For instance, the content in my site is generated by one file. I can change the layout in my site by editing one file. I can add new sections to my site very quickly, by adding one line of code. Anything is possible with php really. - and if you want a decent site that you can edit and update easily then you need a dynamic code really.
  6. I AM HAVING THE SAME PROBLEM!the admins say they fixed the Bug that was going wronge, but they didnt fix the right one lol!So, i guess wait and wait till we persuade them that there deffinatly is something wronge... :x I'm really starting to get fustrated... i guess we'll just have to wait. :?
  7. id go with just writing a few scripts and trying it out. it helps if you know html already. or just do this... <? ?>code must be included within the above. Each line of code must end with a semi colon. <?///this wont display cos its not parsed by the script ////(the text following //// on the same line, or anything between /* this */ is excluded)?> <?///using variables - this sets the variable 'a' (defined by the $) to the value 'hello'$a = "hello";/* this prints the value of the variable to the page - would be the same as 'print "hello";*/print $a?> <?///gets the value of the variable from the url ...///e.g. if the url is *.php?a=hello, it will print hello to the page - same as above///if the url is *.php?a=1, it will print 1 to the page$a = $_GET['a'];print $a?> IF / Else statements - same as in excel basically, with different tags <?$a = $_GET['a'];if ($a == "1") {print $a///if the value of a from the url = 1, then it will print 1} else {print "hello";///if the value isnt 1, then it will print hello}?> Most php is just an elaboration of that. Learnign mysql commands are useful But check out the tutorial section of the site!!
  8. People are entitled to their own opinions about which is better.
  9. Well, everyone is entitled to their own opinion. If ch likes to play splintercell with light bulbs and punched card, his lookout.
  10. I like the integrated forums of php nuke but mambo is a much better setup in general, IMO.
  11. Why are you hijacking his thread???? Don't you have any respect????? :evil: :evil: :evil: I like the site. The theme is definately clean and easy to use, but not bad. :evil: Sory man no question of rtespect if you think something is wrong i retire the post. Do not streee. take it easy. ehehheeh
  12. looks like a decendent from php nuke, but is it stable?, i'm ganna look into it! thanks aztraea Post update - I knew it it is based off php-nuke!
  13. b00st . Sory i can 't open your site. i would like to see it.Any proble with your site?
  14. you don't have to spam, just replie to ther peoples topics, and when you gain a a certin repect as some people would call it, you will fit right it, and there would be no need for any kind of spam, or posting for post numbers, just post a couple times a week, or when ever you come across a topic you like, and sometimes think of a unique topic, and start it! not hard, very simple i think, but i still would like to know what happins if your an active member, and something happins and you have no access to a computer or internet, will ur account still be deactivated?
  15. Yeah that sucks, sorry man
  16. Yeah, the iPod is good. Just make sure you keep it out of sight; muggers think they're good too.
  17. thanks for the linklooks pretty coolhave you ever used XOOPSwould like to hear a comparison
  18. I can imagine that they don't want people spamming just to get a free web host.
  19. Pepsi is more expensive but of a higher quality than coca-cola, in my humble opinion. Did you know that coca-cola was originally developed as a brain medicine?
  20. iGuest

    TECHNO

    If you've ever heard "Don't Be Light" by Air, you wouldn't be so quick to classify them as ambient. Yes, most of their works ARE ambient, but they have a few faster songs thrown into the mix that sets them apart from the ambient genre. Anyway, as for this topic. I used to listen to really mainstream techno, and every once in a while I still get the insane urge to make my head burst open like a fruit thrown from a tenth story window. :]
  21. I suppose they won't close your account if you have more than 100 posts, but don't go for a month on vacation with 12 posts. Then your account could be deleted.
  22. What if something happins, like your internetr is shut off, and don't have access to a computer (like what might happin to me soon) can you be excussed untill you can get back??? Or say a 3 week vacation, would you then be excused???
  23. zelda?? o.0well, of course, the raven is awesome, but my fav is the cask of amontillado
×
×
  • 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.