Jump to content
MakeWebGames

Markku

Members
  • Posts

    137
  • Joined

  • Last visited

Everything posted by Markku

  1. Markku

    Ubuntu 14.04

    Ooh, okay, I wouldn't know how to use the command line for FTP.
  2. Markku

    Ubuntu 14.04

    It seem's to keep freezing constantly.
  3. Markku

    Ubuntu 14.04

    Ooo okay, I'll check that out, Thank you! ^_^
  4. I absolutely love this game, Everything about it seems sooo smooth and interactive. I was playing it for about an hour or so, Enjoyed every second! ^_^ Sadly... I just don't have the time to keep playing :(
  5. Markku

    Ubuntu 14.04

    Downloading and installing now, I'll see if this can fix my Ubuntu troubles! :P Update: After installing Netbeans, It seems to have some issues with running on Ubuntu 14.04 :( Anyone have any ideas on how to get a nice FTP/IDE setup going on this OS?
  6. If you just put: echo $item_uses[6]; Anywhere in the file. It'll display "EatEatEatEatEatEatEatEatEatEat" where you told it to echo. But other than that, It just always displays "Use" on the actual link.
  7. Markku

    Ubuntu 14.04

    I'll have a quick look then and see if I can alter those settings. Is Netbeans available for Ubuntu?
  8. Ooh okay, Well... The way me and wrux we're trying to do it was... $item_uses = array( 6 => 'Eat', 7 => 'Drink'); $use_string = isset($item_uses[$i['itmtypeid']]) ? $item_uses[$i['itmtypeid']] : 'Use';   Obviously item ID 6/7 being "Food/Drink" Then just replacing the "Use" with "use_string" but no luck...
  9. Markku

    Ubuntu 14.04

    Oh okay, I'm using "Geany" and "Filezilla" at the moment, However it's not quite as compatible as "Notepad++ & Filezilla" was on Windows. I'm having trouble making it "auto" over-write new files if edited file is newer, Also trying to edit the settings so when I double click a "filename" in Filezilla it automatically opens in Geany, Still no luck though...
  10. Oh i understand now, I was hoping I wouldn't have to add anything in the DB for this small feature. It's just i'm having so much problems getting the array to work, Not sure why...
  11. Markku

    Ubuntu 14.04

    Hii MakeWebGames, I was just wondering does anyone else on this forum use Ubuntu 14.04? And if so, Is there any chance I could maybe ask you a couple of questions about IDE's and FTP programs. Thanks ^_^
  12. Hmmm tried this way, Still no luck.   What do you mean by create a usage label? ^_^
  13. Well, look at you [MENTION=69670]Script47[/MENTION] using the tagging feature! :P But using the array version [MENTION=70342]wrux[/MENTION] suggested is a little tricky, Because of how MCCodes have the itemtypes, But i'm close to figuring it out then i'll share it with everyone. ^_^ (Wouldn't be anywhere near figuring out without [MENTION=70342]wrux[/MENTION] & [MENTION=65371]sniko[/MENTION] i'm looking at he's way of doing it too!)
  14. That's actually a good way of doing it, I'm playing around with the "array" at the moment. ^_^ If I can get it working I'll post here :)   I'm not sure If I've done anything like that before, But I'll look into it! :)
  15. Hii MakeWebGames, I'm just messing around with the Inventory file, And I've created 2 "item types" (Food/Drink) I was wondering, What would be the best way to instead of show "(use)" for those 2 specific item types, For it to instead show "(Eat) (Drink)" Thank you. ^_^
  16. Ermm can I say Pokemon was my first "RPG"?
  17. Oooh, I did not think of this, I'll look into doing it that way! Thank you sniko ^_^
  18. I'm not sure how else it could be done :/ Any ideas?
  19. Ooo okay, But what about if a game has lets say "1,000" users, Wouldn't it be selecting from a lot of users?
  20. Ooo, I will watch "Suits" later tonight then, I plan on having a TV evening/night, I'm not doing any work at all! :P
  21. Silk icons are the best! ^_^ As for the dropdown for the usernames, that's a good idea I like that. I'll try that and see if I can get something like that to work. ^_^
  22. Oooh okay, Yeah I had too use PasteBin also. ^_^
  23. Thank you ^_^
  24. Urmm, I've noticed that for some reason the "mailbox.php" I added above - Has somehow lost all of it's "<br />" since adding to the forum. Anyone got any idea why this has happened? :( Thanks.
  25. I really like that, It has something unique about it ^_^
×
×
  • Create New...