Jump to content
MakeWebGames

mdshare

Members
  • Posts

    2,018
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mdshare

  1. Re: Task: the 10! minigame Looks like this will be fun Some of our members joined chat to talk about this task I've seen so far 4 PHP methods to generate the sequence 1 javascript method 1 c method A member is possibly busy with a python method The second step to determine a winner, I've not seen anything yet. The snippets I've seen it's not for me to post or make them public I leave that to the members that created them to post it in this thread. md
  2. Re: Task: the 10! minigame   yep correct, 3,628,800 different sequences yet that number looks big but that doesn't say your source code will be 3 mill lines a sequence can be generated in 1 line with php
  3. this evening we (nyna, templar, bluedevil and I) had a nice chat session at IRC. Basicly about math. So we came up to give a task to CE members related to n! Task Make a shuffle mini game with 10! Player section: Note instead of the number 10 we replace it with 0 to make it visually better Player sees a sequence of 1,2,3,4,5,6,7,8,9,0 option [shuffle] if [shuffle] is clicked a new sequence is given example: 1st is 1234567890 next shuffle is 4021356789 Player clicks submit, accept or whatever ---- Each day a winner is picked that a. is closest to the script generated shuffle 24h ago b. who has the exact same sequence of numbers Now for a. the closest to the script generated sequence 2 options 1. the 'levenstein distance' 2. the 'numerical value' The script itself will generate each day 1 sequence and store it to use 24h later to pick a winner Programming language Whatever you like, is it php, php+mysql, c++ or even visual basic up to you in what you want to write it You can team up with another CE member to try this lil task out Lets start and see what we all come up with, will be nice to see the different methods used
  4. Re: FACEBOOK GAME DEVELOPMENT I've looked also into it bur well shoved aside as there is plenty of other stuff to do first ....
  5. Re: [Request]Business Mod If I'm not mistaken Floydian has made this mod or is still busy on this modification.
  6. Re: FACEBOOK GAME DEVELOPMENT sounds interesting
  7. Re: [mccode] Login   it's pulled from basic settings in your staff panel mate... i do have to repeat myself again since some people have been changing my name and stuff on this and the register... BY USING THIS YOU ARE AGREEING TO KEEP MY NAME AND WEBSITE ON THE CODING AND SHOWING TO THE PUBLIC VIA THE GUI. The addon to the CE rules with the lock on editing after 1h protects also the authors of free mods. In case of a dispute they can always fall back to the topic at CE where their mod is located (with a date/time stamp with no future modifications date/time on it). Even if posted on a different site by 'dunno who' a live link eg the url of this topic has to be added as the copyright notice.
  8. Re: can someone convert this to v2   forever simple as it is just start with the primary basic requirement which is * Learn to read and understand a html script , if you can do that you are already a step further reading and understanding is not oh table well that's a table with some text in and you can give it a border it's understanding what the usage actually is and what all possible attributes are and what they do. I'm sure a ton doesn't even now what cellpading and cellspacing is not even thinking on how the majority would explain the rules attribute. Off course there are easy ones that doesn't need brains like event attributes as these are self explaining. Now html will also help you understanding mysql better as weird as it sounds The table structure in html is basicly a database setup, table, columns, rows but that structure can be found everywhere most fail with mysql as they just doesn't know the basic structure of a database.
  9. Re: Race. Help! didn't botherd to read the script but do you even connect to your db ? you know those simple lines with mysql_connect and mysql_select_db and using 'or die(mysql_error())' at the end of your mysql_query() call will give you way more info on what is going wrong
  10. Re: Installation.php slow reaction from my side but posts removed
  11. Re: The Standards of CE Mod! In all honesty I like free modifications, even if badly written. You don't need much brains to rewrite some of them to something better or just using the concept of the free mod.
  12. ok after looking at hundreds of posts with the forum change I've noticed people just lack imagination for a main page. It's after all basic html/css syntax that is needed to create something decent. Or is the basic html/css syntax a issue ??? example took like 1h (still holds around 29 errors but so be it) structure isn't perfect also but understandable with not to much nested div's <html> <head> <body> <div id="container"> <div id="logo"> <div id="banner"> <div id="nav"> <div id="content"> <div id="footer"> </div> </body> </html> This post is not to discuss the screenshot but to discuss main pages as a whole, why people lack knowledge to create one. I hear 100 times a day 'I know html' so prove it ... md
  13. mdshare

    Example

    A common game project post could be as following List of melee weapons   +----+---------------------+------------+------+-------+ | ID | Name |Description | Cost | Image | +----+---------------------+------------+------+-------+ | 1 | sword | | | | | 2 | | | | | | 3 | | | | | | 4 | | | | | | 5 | | | | | | 6 | | | | | +----+---------------------+------------+------+-------+   As attachment eg a .csv or .xml file
  14. Global Board Rules - This forum is only for discussion of MC/DBSCode - for other discussion visit other forums on CE. - Inappropriate or off-topic topics will be locked, moved or deleted on a per-topic basis. CE has in no way any affiliation with mccode - we can not give support to persons that bought a license of mc/dbscode. - any support given by CE members is on a volunteer base or paid service by the member itself. - we can not be hold liable for transactions between members using CE services (pm, forum, ...) CE stance about pirated copies - we find that using non licensed versions of mc/dbscode is unethical, posts can be deleted on request by the copyright holder. - we will protect CE members if one of their mods is posted for free on CE, the offender will be banned and legal advice can be given to the modwriter. - again we can only know if the posted mod is stolen if the author contacts us. CE stance about members regarding mc/dbscode - Any member admitting to abusing mc/dbscode exploits in other peoples games will get perm banned.
  15. Free mccode plugin rules - Specific for this board added rules to the Global Board Rules You have to start your topic with a prefix. Topics not following this simple rule will be moved to a read only archive board. Use the correct tag for your module: lite v1 v2 Thats right, This category is for posting of NEW FREE GAME MODIFICATIONS that you originally authored. Acceptable Posts: New free modifications that you created , that you would like to share with the CE/MWG community If you extensively alter someone else's free game modification, You've got permission from the original mod author to paste the altered code, and you give the original author credit for the mod. Non-acceptable Posts: Posting of paid mods (That you did not author). Posts begging for someone else to build you a mod. Use the https://makewebgames.io/game-engines-and-modifications/mccode-dbscode-game-engine/board800-wishes-for-new-plugins/ board Posts asking for code help, unless it directly involves a modification already in this category.. in which case post in that topic, do not make a new topic Anything that does not have to do with posting of a game modification Failure to comply with these posting guidelines for this category, may result in: Disabled Post Moved Post Deleted Post Suspended Posting privileges
  16. You have to start your topic with a prefix. Topics not following this simple rule will be moved to a read only archive board. Prefixes to use in your subject:   [mccode] subject [price] [mccode v1] subject [price] [mccode v2] subject [price] [Neab] subject [price] [Horizons] subject [price] [Mafia] subject [price] [Other] subject [price]   Re-directing users to a different site is forbidden, we have the advertising folder for that purpose.
  17. Re: The Standards of CE Mod! Who says that's a CE job position ? Some people will have the power to approve modifications but they will be not shown as Mod Approve Manager or whatever, hidden function
  18. Re: The Standards of CE Mod! MrGi, Blue and many others are right anyway to please everyone... The change is minimal. Those that think they are above others can try to post their free mods at the moderated section. The post/modification will not be visable untill approved. Same counts for any reply in that folder. I have a feeling that folder will stay for a very long time empty.... md
  19. Re: The Standards of CE Mod!   My list would be   Luke Floydian Nyna   :s And radio-active, a rating system just doesn't work as it has shown in the past.
  20. Re: The Standards of CE Mod! There will be some changes made over the next days but no offence.... Who to allow to post only on a quality/moderated mod section as far as I know 3 maybe 4 people deliver quality scripts/modifications.
  21. Re: install.php Looks like you want a game without even knowing the basics of MySQL The minimum MySQL syntax to know: CREATE Command - is used to create a database/table. SELECT Command - is used to retrieve data from the database. DELETE Command - is used to delete data from the database. INSERT Command - is used to insert data into a database. UPDATE Command - is used to update the data in a table. DROP Command - is used to delete or drop the database/table. Syntax for Query Commands CREATE Command The Create command is used to create a table by specifying the tablename, fieldnames and constraints as shown below: Syntax:   $createSQL=("CREATE TABLE tblName");   Example:   $createSQL=("CREATE TABLE tblstudent(fldstudid int(10) NOTNULL AUTO_INCREMENT PRIMARY KEY,fldstudName VARCHAR(250) NOTNULL,fldstudentmark int(4) DEFAULT '0' ");   SELECT Command The Select command is used to select the records from a table using its field names. To select all the fields in a table, '*' is used in the command. The result is assigned to a variable name as shown below: Syntax:   $selectSQL=("SELECT field_names FROM tablename");   Example:   $selectSQL=("SELECT * FROM tblstudent");   DELETE Command The Delete command is used to delete the records from a table using conditions as shown below: Syntax:   $deleteSQL=("DELETE * FROM tablename WHERE condition");   Example:   $deleteSQL=("DELETE * FROM tblstudent WHERE fldstudid=2");   INSERT Command The Insert command is used to insert records into a table. The values are assigned to the field names as shown below: Syntax:   $insertSQL=("INSERT INTO tblname(fieldname1,fieldname2..) VALUES(value1,value2,...) ");   Example:   $insertSQL=("INSERT INTO Tblstudent(fldstudName,fldstudmark)VALUES(Baskar,75) ");   UPDATE Command The Update command is used to update the field values using conditions. This is done using 'SET' and the fieldnames to assign new values to them. Syntax:   $updateSQL=("UPDATE Tblname SET (fieldname1=value1,fieldname2=value2,...) WHERE fldstudid=IdNumber");   Example:   $updateSQL=("UPDATE Tblstudent SET (fldstudName=siva,fldstudmark=100) WHERE fldstudid=2");   DROP Command The Drop command is used to delete all the records in a table using the table name as shown below: Syntax:   $dropSQL=("DROP tblName");   Example:   $dropSQL=("DROP tblstudent");
  22. Re: BRAND NEW EXPLORE [v2] Tested now this is a client side map (usemap, executed by the browser) what about a server side map
  23. Re: BRAND NEW EXPLORE [v2] Tested   anyway, easy to make http://www.coffeecup.com/image-mapper/ is a example how to make a similar script trouble with that simple program... watch he tutorial http://www.coffeecup.com/image-mapper/help/tutorials/
  24. Re: BRAND NEW EXPLORE [v2] Tested [me=mdshare]thinks there are licensing issues as you use the simpsons[/me] better come up with a town image you made by yourself
  25. Re: Hello My name is Mafia He should apologize also to all mod writers especially to isomizerer, selling iso's mods is theft.
×
×
  • Create New...