Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. No problem. If you have any issues feel free to contact me via PM.
  2. No problem! Good luck, it's not massively complicated just read up on if statements if you're unsure. if($user['user_level'] == 2) { // Show Admin Username } else if($user['user_level'] == 3) { // Show another username } else....... The way the system currently functions it would be surprisingly difficult. Really need to rebuild the system.
  3. I really badly need to fix the store. Something is wrong with all the directory paths. I'll send it over email to your PayPal address. Sorry for the inconvenience. Edit: Sent them over!
  4. It runs all usernames through a function called username() on line 28 of chat_ajax.php. If you add in your if statement checks into this function and then wrap the username in a span with the appropriate colour defined in either a class or (if you're feeling lazy) in a style tag. You'll need to remember to change the query to select the username and user_level for your checks.
  5. Dave

    Clean game layout

    I still need to properly tidy up the right sidebars, really not liking their structure currently!
  6. Dave

    meh

    Strange posting this in "introductions". But same here, good old Fridays!
  7. $10.00 is an exceptionally good rate for such a talented developer! I'm sure many of those in the community will jump on this offer.
  8. I remember this site from years ago. Good luck with the sale.
  9. You could do it all in one file with all the various different processes separated out... but it's generally easier to separate these things and keep the logic apart.
  10. If you're wanting to integrate donations into your McCodes game I supply a donation system which could be helpful. http://davemacaulay.com/product/ajax-donation-system/ Depending on your needs there are a number of different services provided by PayPal to take payments. I'd suggest briefly looking over the options here: https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/howto_overview Your best bet with game donations is probably the "Express Checkout" option. (https://developer.paypal.com/webapps/developer/docs/classic/express-checkout/integration-guide/ECGettingStarted/) as serend has already posted there are a number of samples provided by PayPal which you can adapt for your needs,
  11. I think it could be great to show some visuals of the game as you've stated that there are three themes for the site. Along with showing how everything is structured. Also good choice of modifications! ;)
  12. If you use false information then you may not be able to prove your ownership of the domain, always a wise idea to put your correct details when you're buying something. Shouldn't need to protect your information unless you've got something to hide anyhow.
  13. Considering it was posted 2 years ago I would contact Peter directly.
  14. In theory yes. Why not test it and report back?
  15. Sure it's easy $('.classname').each(function() { $(this).addClass('test'); });
  16. Should probably point out this isn't for McCodes and appears to be custom code.
  17. You'll struggle getting hold of him. Last Activity: 03-02-2013 02:37 PM
  18. Seems like it's still available from the McCodes store.
  19. WebSockets would be the ideal way to go ahead but some ISP's can't even handle them as of yet. http://wiki.f-list.net/index.php/Websockets#ISPs_that_block_websockets
  20. Dave

    A second eye.

    I could be interested in reviewing your code. Feel free to drop me a PM with more details.
  21. I understand you're annoyed but this is a bit off topic. You're welcome to open a collaboration experience or contact Arson directly.
  22. You could certainly do this. I shall consider mobile support in the long awaited update to my system.
  23. Depends on how intergrated you wanted the system to be with the features of the game. It's more the fact that you'd have to modify so many files and not be able to supply it as a clean packaged module. If you're doing it for one site it's very simple to do, just I dislike editing 'core' code (which all of McCodes is technically as it doesn't really have any plugin/module system).
  24. I think your design here would greatly benefit from being on a grid structure. It'll also make it a lot easier to snap into a responsive template. I personally like http://960.gs/
  25. A mobile? without Javascript support? What sort of mobiles are your players on? The chat will try and sit at the bottom right of the viewable area so maybe rather annoying on a smartphone.
×
×
  • Create New...