Blazey Posted February 25, 2007 Share Posted February 25, 2007 Please help Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/ Share on other sites More sharing options...
nloding Posted February 25, 2007 Share Posted February 25, 2007 Uh, what exactly do want to do? Besides copy Neopets ... what features do you want? You gotta be more specific or people will ignore you. Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/#findComment-193774 Share on other sites More sharing options...
Blazey Posted February 25, 2007 Author Share Posted February 25, 2007 like items appear and people try to buy them and haggle and stuff Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/#findComment-193775 Share on other sites More sharing options...
simcoweb Posted February 25, 2007 Share Posted February 25, 2007 I think we need the moderator on this one Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/#findComment-193778 Share on other sites More sharing options...
Blazey Posted February 25, 2007 Author Share Posted February 25, 2007 y? Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/#findComment-193780 Share on other sites More sharing options...
nloding Posted February 25, 2007 Share Posted February 25, 2007 OK, do you know PHP and MySQL and eCommerce principles? If not, go get some books and start there. If you know PHP and MySQL and eCommerce principles, start building something, and when you're stumped, ask here. We're not gonna write the script for you. At least I'm not without getting paid! And "like items appear and people try to buy them and haggle and stuff" is the worst description of what you want to do that I've ever heard. I wanna help ... but you gotta start somewhere on your own first. Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/#findComment-193783 Share on other sites More sharing options...
simcoweb Posted February 25, 2007 Share Posted February 25, 2007 Simply put, this is not a place to ask general questions like: Why is there air? How does a plane fly? When will the sun burn out? What's the meaning of life? You're expected to write your own code and when you get stuck come here with a specific question regarding why the code doesn't work. Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/#findComment-193785 Share on other sites More sharing options...
Snooble Posted February 25, 2007 Share Posted February 25, 2007 you'd start off with a mysql database. Containing a table with the items in it. Then echo them out of an array onto the users page (on loop until no more exist). When the user enters an amount have the price drop or raise by a certain percentage. Or however complicated you wish the mathmatics to be. Then when the user buys the item have it removed from the table and entered into their session variables? (possibly another table). I'd start with a simple design, slowly add a cash/points system and then create the items etc. I've never used neopets before or made a cash/points/sales system. This is just a guesstimation. Take it and re-post when you are stuck. If you do not know php at all, it's quite ambitious. Read up. w3schools.com Snooble Quote Link to comment https://forums.phpfreaks.com/topic/40066-how-do-you-make-item-shops-like-on-neopets/#findComment-193874 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.