Jump to content
MakeWebGames

mamba

Members
  • Posts

    11
  • Joined

  • Last visited

mamba's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am little bit late with answer,   This is confirmed.
  2. THANKS! I only added $demoAccount = 2; /* Demo account ID */ on the beginning of globals, as I am using it for checking. It works perfectly. Also modified globals to allow guest to see pages: replaced if($_SESSION['loggedin']==0) { header("Location: ".$boardurl."/login.php");exit; } with if($_SESSION['loggedin']==0) { $_SESSION['userid']=$demoAccount; }
  3. I want to limit guest what he can see (some kind of demo mod), but guest can always be able to login and see all related pages with his(her) username. What is best result to do that? I am trying to avoid header location, but if I do, what shall I put for $userid variable, as there is query requesting $userid. Any ideas?
  4. Yes, as it is currently in test phase. It will be included in next development phase, as well with all other items. Also! All items will be harder to find. As I was developing this mod, I will have loads of weapon items in my inventory - and I didn't want that ;) Currently it only displays that you picked up item, as well your current steps. You can find real items in street search, if you want to play game. TIP: You will find out from this text "search streets", what I am trying to do with this 3D walk. (Include hobo attack, and possibly humans if they are in coordinates of current map/city) Ah, OK. Thanks for posting bug...
  5. lol Still working on captcha (as I find time to do so), I will use AJAX for refresh new image. It looks like I again started to get new bots on site... Hmmm... I do not understand, what with jail, and what is off? @rulerofzu: It needs loads of work ;) But it is still fun to use it, right? :) Ideas, comments what is currently wrong?
  6. It now works. Thanks! NOTE: Only... you will need to register with your real email address to approve link, or account will be deleted.
  7. I am making new kind of mod in 3D (like Wolfenstein 3D, or DOOM back in 90's). Here is screen: What is done, and what needs to be done: Done: 1) 3D explore enviroment: * random placing of clouds, trees and houses * calculated placing of items - finding intems needs to be picked up (secured) * calculated placing of arrows - if you can't go forward, 'forward' arrow will be disabled, etc... * map is generated randomly (currently) What needs to be done: 1) Map needs to be updated - needs to put it in DB (not generate map randomly) - needs ideas how to do this 2) If there is more people on current city/map, calculate their coordinates and put users avatar if you encounter user 3) ??? Mod Name: Explore city 3D Mod Status: DEMO Availability: MCC v2 Licence/terms off use: General public licence (GPL) You can try demo here: http://warp.izhr.com/walk.php - you will need to register account. I know it will be faster in flash, but I wanted it simply as static pictures. Comments?
  8. UltraEdit32 v12 - Oldie but Goldie ;)
  9. Thanks ;) I am using this "picture" as my own captcha in warp.izhr.com - but little bit modified (numbers are rotating etc...) It is using; user DB modified 3 PHP scripts + 1 additional file.
  10. How much will you pay for mod who is generating random number like this: http://warp.izhr.com/t/rand1/ (refresh link, it will generate different number and color lines each time) Need more details? :)
×
×
  • Create New...