Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. Dayo

    My new Project

    for 2-4k you could get a good mccodes game but it will be like 1000s out there already, if you do use an engine dont use mccodes think about it yea there is free mods but think of how many games use that mod and imagin your the user going from one game to another seeing the same old thing ... that is why i left playing games
  2. if you have a large number of users it will anoy them imagin 'you got hit by a claymore ' on every page
  3. Dayo

    My new Project

    Tbh for 2-4k you could get a custom engine made that would be truly unique an before buying an engine you have to think will it suite your game Ie my game shadow realm ... There was no engine out there suitable for the needs of the game.
  4. Dayo

    My new Project

    i usuly charge $400+ for a unique game BUT it uses my site framework (the basics of the site are made) all you pay for is the modules being made $10-20 ea but i dont market the game
  5. The site will be geting a new template within the next week plus a few more mods added along with some new features
  6. try being me A) I regularly take my nephew on the local park, Learning him too play football (>_< I hate football but ya..) not much here lol ... B) I have recently started too start develop things (A few new mods and such) I have 17 unfinished mods in my archives i need to finish and publish C) I am now working full time at a profession that is 100% new too me I work 9h a day plus upto 6h overtime a day then come and do some web dev after D) I have mod position on here (Granted I don't have to do alot however I have to check ALL post's) not much here either lol E) I am working part time as Web Master for a upcoming firm im working when i can for CG Studios F) I have two nephews who I like too spend time with i have 2 brothers and two sisters .... enough said G) We are moving rooms around atm so im reduced to my laptop and iphone H) Im learning to drive I) usual famly issues i could probly go on to ZZZ) :P
  7. PM sent
  8. 1. Your strength ist defined 2. Your reREFER isn't defined Make sure in the query it has $ir[('strength' || 'userid')]
  9. HD i start by the main holder, title, nav (left/top), text area, bottom + copyright
  10. i wuld advise transfering from sessions to cookies as this would stop the above errors and stop peiople opening your game in 5 browsers all on diffrent accounts and farming
  11. it would be easier for you to learn with tables first (not the best overall) then work your way to divs and when coding the template work from the top downwards (seen so many epic fails of people randomly adding this here and taht there :P) and to be honest it would be alot easier for you to learn online rather then team viewer cos if most people are like me i would get impaitient and basicly code it for you and you wouldent learn a thing ... but if you need any help to fix bugs just email me them
  12. yes i use DW but i code all my html/css myself ... dont use any pre defined styles DW is realy useful for learning CSS and HTML would advise it to anyone ... btw i dont only use dw i use other programmes too
  13. nope sorry i think i deleted my whole content on my FTP a while ago and started fresh
  14. agreed, 90% of the support are from noobs but McCodes does nothing to stop them ... example: "NO PHP. MYSQL KNOLADGE REQUIRED" - im thinking some people could sue on grounds of the trade description act If you are even entertaining buying mccodes ypou NEED NEED NEED to know atleast the basics of PHP. They could possably advertise v3 like that IF it is secure. I havent used the mccodes support nor ever will so i cant comment on that but "MCcodes representatives and members of the community can help you with issues with your game in this unofficial support forum." - And whom are the representatives? BTW i know sueing under the trade description act is a bit to far but it is just an example of why i think dbas and cb are only doing this to line there pockets with a few $$$ ...
  15. Since Feb 8th there has been 6 pages of requested support and if im right not one has a reply friom CB/Dabs yet .... has anyone seen CB or dabs as i havent in ages! IMHO this forum is slowly dieing what is a shame i learned alot here
  16. [mccode v1.x] Free Template designs .. these are nice themes
  17. Dayo

    Template

    i may lok into this for a few projects, ill make a few free modules for people to use :thumbup:
  18. woops my bad just saw the title yea text-align:center would be what you want then you may have to define something like table { text-align:left; } - probley wont work, just got up for work :sleeping:
  19. or use <div align="center"></div> it will center the tables mccodes uses aswell (not only the text outside/inside the table)
  20. http://makewebgames.io/board871-requests/ .... there was a few made by WRX (if i remember corect) that would be good, if not use the search and look for login.php :thumbup:
  21. yea but 90% of people who have mccodes are not old enough :P ^^
  22. Dayo

    PHP Load Times

    Hiya as some of you may know im making my own RPG engine (Not for distribution) but for my network, i have started making the framework atm my page load time is 0.0130-0.0200 seconds i have never looked into the loading times so not sure if this is good or not (BTW this is loading several files each with a few hunderd lines of coding). Loaded on this page Global handler (handles the classes) DB Class User Class CSS/JS generator class Game Logs Template Class + triggers (ie errors, warnings etc...) What would you say is an ideal load time for a full working RPG script?
  23. Thats it, if you just point people on the right direction you dont have to do much why spend 10 mins flaming when you can spend 5 mins helping ... ;)
  24. @on topic i wont code this for you BUT i will explain a way to do it you will need to add one more DB field in the inventory eg `locker` Open up the inventory.php edit the sql that looks for the users items and in the where clause add AND `locker`='' Then add a link to add to your locker Make a function to update the `locker` field to TRUE Make a new file that looks for all the users items and add this to the where clause `locker`='TRUE' now you are done, you will find it alot more rewarding if you atleast try! i tell you what if you atempt this i will help you fix any errors/help you code some parts of it! @danny [expander]Seriously danny you are starting to get on my nerves now (something no one has done in a very long time) all you seam to do is flame at someone because it makes you feel big about yourself, grow up otherwise you will get nowhere in life ... in 5 years time i can see you still sitting here flaming newbs as i garantee you will not get a job while you talk to people like something you trood in on the street! Didnt your mother bring you up with atleast a little bit of respect. this is all im saying on this as i am geting wound up and anoyed BTW i put this in an expander as it is not on topic. if you want to reply to this click hereDONT POST HERE! [/expander]
  25. http://nbbc.sourceforge.net/ this is one of the best bbcode engines i know of, take a look, btw it is realy easy to intergrate :thumbup:
×
×
  • Create New...