Jump to content
MakeWebGames

SilvaTungDevil

Members
  • Posts

    141
  • Joined

  • Last visited

Everything posted by SilvaTungDevil

  1. So are you saying you have the script but not the DB SQL's or you want to create the script and the database table? If it's the first please up your existing piece of scripting for it and we will try to help you out, if the second spell out your idea to us and we will try and recommend you something
  2. PHP - 19/20 Answered question 13 wrong --What is the correct way to open the file "time.txt" as readable? Now going to do the mysql one. Edit mysql - 18/20 :/ Wrong questions: 12. With SQL, how do you select all the records from a table named "Persons" where the "LastName" is alphabetically between (and including) "Hansen" and "Pettersen"? 13. Which SQL statement is used to return only different values?
  3. Very addictive :D Reminds me of the drugwars games of old Game over! Your final score is 435!   Edit: Game over! Your final score is 1085!
  4. Go to line 32 underneath include"globals.php"; and change it too:   include "globals.php"; //status_update("Playing Dice Games"); $maxbet = 250000;   I'm pretty sure you are getting that error because you dont have statuses on peoples profiles. So you can either comment it out if its a future feature you wish to install or remove the line completely
  5. Are you willing to post some more details? Confirmed lisence correct? DO you have a domain name/hosting? are you able to pay for domain name/hosting What skills do you have? Graphics/programming/owning & operating a site? Do you have a budget set up that we would need to match
  6. Thats a very good point rasheed, I only selected it because i used jordans piece. However should he wish to make all the names links to the profiles, then the userid would come in handy other than that it should be removed
  7. expanding on jordan's a bit:   $r = $db->query("SELECT `userid`, `username`, `level` FROM `users`ORDER BY level DESC LIMIT 5"); while ($ir = $db->fetch_row($r) ) { echo ' '.$ir['username'] .' '.$ir['level'].' '; }   That will print out all 5 of your top users
  8. W3Theory || Peter please check PM
  9. Is it possible to have negotiations that would include the domain name?
  10. What exactly do we get for our money? Do we get the .PDF file and your domain name to go with the layout? Do we get the .PDF file and have to change the title ourselves? Do we get the .PDF file and you will change the title for us? Also am I save to assume the login/register will come with the file?
  11. If you wanted a short temporary fix whilst you was reading up on your security. Open up all your staff pages, and inside every function at the top (underneath global $ir, $db; ... ) Put   if($ir['userid'] != 1 || (otherstaffID) || (anotherstaffid)) { echo ' You should not be here '; $h->endpage(); exit; }   Make sure you do that on Every function within the staff panel. And remember its only a temporary as everytime you get new staff you would need to add the ID. Brush up on some security techniques like Jordan suggested.   N.b Yes, I thought about putting it in an array, but was keeping it simple and like I said this is not the final solution.
  12. I'm the same as Sniko, I can't see the preview. Your hyperlink is incorrect.
  13. technically the issue hasn't really been solved at the minute, because all though you yourself are selling the game, you are currently using images that dont belong to you so breaking certain laws. They need to be changed regardless whether you sell or not.
  14. wow they are very good! May i ask; a) Do you produce work for clients or all personal use only? b) If yes to the above question what price range do you charge and do you have any limitations as to what you are capable off?
  15. just because you find it on google doesnt mean it isnt copyright free or in the public domain. Your layout is still illegal, and you need to fire your entire law department, you are held responsible for the content on your site and specifically the images you are using. Until someone changes them you can be sued for libel by the original owner, have the site shut down and lose a lot of money
  16. the actual layout ingame, the mascots, the design etc. were not ravans to give away, they are not yours either. You wasted your money, he didnt own the original copyright to that layout, he stole it from other sources, the work you are using belongs to someone else and as such you are not entitled to use it
  17. So you chose a higer more unrealistic economy which is fair enough. But you still havent answered reports on the fact the layout you are using is illegal and is under copyright so you are leaving the new owners open to a DMCA take down notice at any point. Or is that the reason you are selling? Because you have recieved such a thing?
  18. Hi Eurogangster, Can you comment on the fact that your layout breaches several copyright rules? As i do not believe it is either royalty free or in the public domain From first appearance it does but unless you confirm otherwise, it does look very much like the nulled version of ravan that was able to be brought so that also leads me to questions about wether you own a valid mccodes liscence?
  19. 3) V3? :D But on a more serious note, it's started picking up a little bit more since you have been posting again and regularly. Congrats.
  20. going to agree with a_bertrand there, sure they are royalty free images, but they just aren't going to give you the profesional look you wish for with your website.
  21. A simple search around these forums should present you with several people who offer their services to secure your site for you. In reality i would guess your looking at a further $150 - $200 for this security job alone. Look for users such as : djkanna, crimgame, danny and joshua. These are the first who have come to mind and have all got a proven reputation when it comes to securing mccodes and creating modifications for them. Myself I would be willing to hear a few of your mod ideas and offer your a price. Feel free to send me a PM
  22. Hi there Okay so i'm going to be brutally honest and give you my personal opinion seems as you asked for it. Login page, where to start, the images at the top are all used for other games (not online text based games either) and they are all copyrighted to the owners, so before anything you are in breach of copyright, consider getting some mascots made up, if ever you was to make it big and them images get reported to the correct authorities your in for a large fine. Next your use of tables on the login page for me are not aesthetically pleasing and as such indicates to me that the interior of the game is going to be similar. Register page: For me this is even worse, same copyight infringed images and same pretty awful table design. What i cant decide if it makes matters worse is the fact your table isn't even aligned centrally correctly. Baring in mind these two pages are the first your users will see its not a good look. Oh and NO CAPTCHA on your registration page, it is utterly essential you get one.   Ingame. I took one look and straight away i knew i was to never return. All that black is not a good look, the advert across the top is a big no for me and just the jumble of absolutely everything turns me away.   Brutally honest, but you wont improve if everyone pussy foots about saying its okay but needs work.
  23. Hey its a great start. Just a couple of worries with me as a game owner. From what i can see this is your registration page correct? And yet you are offering adverts on it which i presume will be for other games etc. The register page is the one page out of any I would not want adverts on, If a user is about to sign up and then gets an eye catching advert from another game similar you have instantly introduced them to your rival, I suspect other game owners would love that spot if you was to make it big for the sheer fact they are going to get a lot of your custom. The other thing I believe your register box needs to be a bit further up, its too low down at the minute and I believe it could be a possibility on lower pixel browsers that there may be some scrolling.. Apart from that, you have some nice ideas :)
  24. Sounds a very good idea, but you are at great risk as Dave Macaulay said about making them all generic, what you could do upon making this set of weapons is offer a variety of backgrounds suited for each genre or let the customer choose upon order. Just a thought
×
×
  • Create New...