-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
Well you didnt post the link
-
haha just buy mc codes if you want Raven Script. ***EDIT*** You will have to any way
-
Thank you Alain for the speedy acceptance. BTW, I really did the email notifications. So for everyone else the modules have been added/updated so go get them
-
Hey guys I submitted some modules again and here is a break down: So last weekend I submitted a couple and didnt really get a chance to speak about one of them which is for a Top Site voting script. Here is what it does Game owner adds their game to a top site Adds the link they are given into the voting sites table via the admin panel Set a reward to give the player for voting which is done using some of those awesome wizard actions Then the players go and vote for your game Sorry but there is no incentive voting option, at least not yet [*]When the player votes they are redirected to the link you provided in step "2" and they are rewarded what you give them in step "3". Now for a few screen shots: Here is the main view of the content page that shows all the voting sites and the button to go an vote (I know, I know, im not visually creative): [ATTACH=CONFIG]925[/ATTACH] If the player already voted on that site one time within 24 hours they receive this error message. This doesnt run off a cron but a time stamp that will automatically delete all votes that have happened more that 24 hours ago: [ATTACH=CONFIG]926[/ATTACH] And success, they have voted and receive their reward for doing so: [ATTACH=CONFIG]927[/ATTACH] Now on to my next module, I have been working on this one for a while and a special shout out to Alain for his patience and help with this cause there was a couple times I got stuck. But my next one is Clan Wars and I updated my mugging module to accommodate the clan wars to allow for the taking of the stat points. There really is nothing fancy as far as visuals for it but I managed to get a couple screen shots for it cause everyone always asks for them haha. Here is a clans home that just basically shows all your wars that you are in [ATTACH=CONFIG]928[/ATTACH] Here is a clan master page that also shows your current wars but with a button to surrender if your clan is not able to hold their own in a war and this also has where you will go and declare any wars you may want to have to spice some things up and it also has an optional field for a reason if you want to make it known why they made you mad and declared war. [ATTACH=CONFIG]929[/ATTACH] And when one clan surrenders and go back into the clan master area they see this: [ATTACH=CONFIG]930[/ATTACH] And this gives them the option to either accept or reject the surrender. Well that is basically all I can think of right now so if you have any questions feel free to ask and I will do my best to answer.
-
net tuts? You can try them or w3schools
-
You are correct. This is mc codes just modified page names to hide where its roots came from and some modified content. This is the second time I have seen this "script". Once was from a person who stole my entire layout so I ran some tests thanks to seanybob and if it wasnt mc codes how would those work?
-
Well wordpress started out as a blog and "arguably" its evolved into more like a cms. For a musician site I would recommend something along the lines of that since it is actively developed where you can get a shopping cart for digital downloads and plus you can "blog" about upcoming stuff like maybe a club you may be at or whatever have you. Just remember these are my opinions that "I" think would work for what I am envisioning here with little to run with. And if your looking for game stuff, as the name implies you have come to the right place :). Are you using any type of gaming engine, or you looking for one?
-
First of all, Welcome. Im sure there are a bit of people here that can help you out if your a bit more specific with what you actually want to do. Do you plan on running a game as well as a personal site for your tunes? If your looking for stuff for your personal site there are tons of software available that are free for download like blogs for example wordpress, forums like smf. A lot of those require 0 skill set in php or other languages as a lot of them offer plugins you can just download and install
-
Its hard to say really so I think its a matter of preference to be honest cause im not going to say I like one over the other cause as when anything, they all have there pros and cons. Also, dont forget about the open source panther engine that sniko made a week or so ago over on github. He has a post some where around with the link.
-
I feel like im going to have to agree with the majority. Even $500 is a little low for 30 plus players active a day. As for a "custom" engine, good luck if you want it to be worth a damn cause $500 for a one time job isnt worth it to any developer. Mc Codes is $100 for V2 and it has a lot of modules out of any other engine here but quite a few of them are bugged cause of maybe depreciated functions, or the forums bbcode, etc, etc. NWE is $100 but not so many modules cause its a lot newer and not so many developers developing for it but I really like the engine. I cant really say much for the other engines here as I havent really worked with them so sorry about that
-
Dont think its a real webhost, it more or less a joke but it was a good read lol
-
Well in all fairness the looks mean nothing because you are supposed to change the theme, it what you get for free with a full license is pretty good. I also felt the same way about ease of coding until I got the feel for the engine, and ill be the first to admit im not very good but I never created a module from scratch using mc codes but when I finally figured out NWE its actually quite simple. You just gotta give it more than a couple days to get the hang of the engine BTW. Your game is barebones so I wouldnt say good as gold. The only thing you have modified is the main menu but you got that from someone else. Now before you go advertising your game be sure you have content and that content is secured
-
Such an unprofessional webhost but maybe I would pick them just because they are obnoxious haha
-
I think it makes sense if you make something out of it like "i" (as in myself) "r" (as in result) since the devs of mc use $r for pretty much everything else :p But to make my last post a little more clear just incase it didnt really sink in, for example im user id 2 and your user id 1 I can only see the information being passed as an ir var for user id 2 and you cant see what "ir" for user id 2 only user id 1 ir vars
-
The $ir variable is the variable Mc Code uses to pull "your" information from "your" user table. When I say "your" I mean the player that is on the computer playing.
-
Well the first thing you wouldnt do is ask online. Sounds like this guy is a rookie
-
Player Email Verification
KyleMassacre replied to KyleMassacre's topic in Free Modules (Requests or Offers)
I just submitted the module and I am waiting for alain to look through it so hopefully it will be good to go without a lot of needed changes. To be honest im a little worried about the way I did this as I stated before but it does exactly what its intended to do. So when it gets accepted it will be released for free hence the free modules section, so when the time comes I hope you enjoy -
Simple htaccess directives that may assist you.
KyleMassacre replied to runthis's topic in Linux and Webservers
For this example you are using I did some googleing and came across this: # 1 YEAR <filesMatch "\.(ico|pdf|flv)$"> Header set Cache-Control "max-age=29030400, public" </filesMatch> # 1 WEEK <filesMatch "\.(jpg|jpeg|png|gif|swf)$"> Header set Cache-Control "max-age=604800, public" </filesMatch> # 2 DAYS <filesMatch "\.(xml|txt|css|js)$"> Header set Cache-Control "max-age=172800, proxy-revalidate" </filesMatch> # 1 MIN <filesMatch "\.(html|htm|php)$"> Header set Cache-Control "max-age=60, private, proxy-revalidate" </filesMatch> -
Hello MWG, This is just a warning for you all!!! Im sure most of you have seen this guy around, but recently he asked me to make a couple mods for him for his game. So to make a long story short just look out for this guy and think about doing any business with him because his terms are pretty whack in my opinion. He wants all work upfront before he pays anything cause he is "worried" about getting scammed. I figured I was being nice and was going to start work without an initial deposit of funds but once I laid out the terms basically: I'll start work with no money upfront It will take me a few days to compete one of the mods Upon completion I will let him know I will give him my paypal addy to send money as goods/services When I recieve payment I will send him the files I told him that when I was done I will let him know when I am ready to send the files so that way the time between money sent and files sent would be ~2 minutes of each other. And I explained to him that sending it via goods and services we are both backed my paypal in case any issues may arise with the transaction. Thats about it, and thankfully I didnt start work so no parties were scammed in any way but just be warned if he requests anything that it will most likely be a waste of time because he must receive files before payment smh.....
-
It took a month for plug and play mods? You seriously cant say that he created any of those. The only thing on there im not sure is easter egg hunts. "Prowl" is just lucky boxes so that doesnt even count. Things you need: New layout, it looks too much like default mc codes And different modules that people havent seen A story line to keep players entertained and try to get them to play through it ya know? You have a lot of work ahead of you but with the right stuff anything is possible Good luck!
-
Collaborators towards the v3 engine
KyleMassacre replied to ColdBlooded's topic in MCCode v3 Discussion
Is it too soon to ask about some of the basic details of what this engine will have that may be different from V2? Im not asking for a full disclosure but maybe something along the lines of file structure or whatever your willing to share. And a suggestion: dont use that gen url function I hated it from 2.5 lol -
I think I wanna try and dabble in a little something like this where people can buy some location real estate and set up some sort of business for themselves
-
Something like a player can buy there own district or area within a location and maybe for example purchase a casino where others can play or maybe their own shop of some sort?
-
Well it is just In the clans menu I put vault for whatever reason so that can always be changed. Here in the next day or two when I do my upgrade ill change the link if I remember