
HauntedDawg
Members-
Posts
476 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Events
Everything posted by HauntedDawg
-
Oh goodie.. I just found out that the Owner of MCCode's think's he has the right to use people's modification's that are paid mod's illegaly. Your hosting provider will be contacted soon :)
-
[RANT] You missing the Prime concept to "Selling to a market". If you are selling a product. Then this become's a commitment. Some thing's in life can wait 10 minute's for a guy that paid $300 (that time back) to get a response. But no, you infact just went on and ignored the hole concept. People paid your company for a product, and to you, that's your income. Which is a priority in life. Unless you just don't give a damn and like you said, "This doesn't mean that we are always able to do so - sometimes other parts of life get in the way." You have a cellphone, every one does. And you telling me you can not reply to a email within 24 hour's? I think you sir, must learn some business ethics. Your customer's come first. In no way was i implying that it will be able to be hacked, just giving you some motivation to get it done. Another tip. Never ASSUME always triple check, and Ive now learned that the hard way. Oh and on a side note.. If you have angry client's, don't go forth with project's till you've made those client's happy. I understand you want to get V3 done. But i have a question. With the way MCCode's has been seen for the past 4 year's. Whats your prime goal for v3?
-
All you people who have been here for what, 3 year's (Those posted in here). Let's go back to 2006 when C.E started getting popular. Ok, i had 4 friend's purchase mccode's v1. 3 Month's down the line.. no support from MCCode staff what so ever for V1. V2 released and same thing. As Spud previously said. Since you can not even change the logo on your bug tracker system. You have already Failed your attempt, cause you seem not to care to promote your business. Thirdly. V3 has been in production for nearly 4 year's. Back in 2009 was supposedly that in December 2009 V3 was to be released. Did you guy's get lack of motivation, coined some bucks and went to hide again? @BioHazard: Reason why we complain? We complain so that people can see the Complaint's and are warned if they buy MCC, there is no support apart from us provider's on this forum. @Dabomstew: You say you had support on Email with a 24hour response time? I call bullshit. Simple as that. Why? I was once a regular every day poster on this forum since way before v2 came out. And Ive seen and heard people email with no response of up to 2 weeks. Sometime's no response at all.. Cut the bullshit, admit that you guy's screwed up and was looking to make a few coins. Now you guy's have competition. And to be frankly quite honest, I highly doubt you've even considered "Structuring" or "Efficiency". And just so you know. If v3 is released with all these "rumours" of how great it's going to be, and it's hacked within the first day. Everyone will be laughing.. including me. Adios.
-
If your supporting Raven (the illegal distributors of mcc). Then you sir. Have a VERY GOOD hosting service!
-
I'll create you a nice custom drug mod. Abit pricey, but worth it!
-
He made customizable style sheet's i believe.
-
3 Days ago, you claimed to have 23 games, and i quote: http://makewebgames.io/showthread.php/41246-Need-some-info-please?p=270962#post270962 Now you claim to have "67" users. Wait got to quote this too.. Would you mind to show me how you managed to get 44 people hosted in under 3 day's. 44 / 3 on agerage is 2 days 15 new client's and one day 14 new client's.
-
One word - Firebug.
-
Since it's reborn. FF all the way. Get a Macbook Pro. Then test the speeds between Safari, FF, IE and Chrome. I have all browsers installed on my mac due to my job.. So i run.. IE 7, 8, 9 in virtual machine mode. IE 6 NO LONGER SUPPORTED BY MICROSOFT? YAY!!! FF 3.0 - 7 standalone's. FF 10 as my daily. Chrome for testing how my page's are viewed by chrome users. Safari for the same above reason.
-
Vulnerability Test? lol As for a hacker. You won't find one on here. Except if they say they are hacker's. If not, they just going try make a quick buck off you using some SQL Injection's. If your willing to pay. Rather pay for some one to go over your code & test the vulnerabilities. No one know's whats hiding in your code, and it can popup at any given time that some one figure's it out. Here's a hint.. Hall of fame, see it in MCCodes Redux too. Vulnerable. Is all ill say.
-
Personally, if you plan on hosting a game on another host that host's game's without reputation, your asking for your code's to be stolen. Buy a cheap host.. monthly at like $6.99 until you feel you NEED to move. When you see you have over 100 users online at any given time. Thats when you should change. Until then, any professional hosting company can provide you with what you need and they have in mind of couple server's. Unlike just one server, with that come's peace of mind that no one is secretly browsing your script's, and that there might be a 2% chance another RPG game is hosted on that exact server.
-
Ver 2.0.4 Hospital and Jail Always Display 0
HauntedDawg replied to Dodger's topic in Engine Support
I don't think you understand the concept of "Caching". Also, if your game has 1000 active user's, theres no need for a number to be displayed in any case. As you'll always know there WILL be some one in the hospital or jail. To me, having a counter next to the jail or hospital is for small games. -
Ver 2.0.4 Hospital and Jail Always Display 0
HauntedDawg replied to Dodger's topic in Engine Support
Use, query caching. http://devzone.zend.com/171/sql-query-caching/ -
Website link?
-
First of all, doesnt matter where you place the code. Secondly, let's look at the obvious, <script type="text/javascript"> <!-- function myPopup2() { window.open( "http:/description.php?ID={$i['itmid']}'", "myWindow"+item, "status = 1, height = 300, width = 300, resizable = 0" ) } //--> </script> You see the {$i['itmid']}? Ok, let's fix this to be "+item+". Remove the ' also. Then make the function like so: function myPopup2(item) {. Now that that is done. If you can not see this, then your blind. http:/description.php, just type that into your browser and see where your going to. This has to be description.php only. Ok, that's the javascript and hope you can solve it. Here's the php code: echo '</td><td>$'.$i['itmsellprice'].'</td><td>'; echo '$'.($i['itmsellprice'] * $i['inv_qty']); echo '</td><td><img src="itmpics/'.$i['itmpic'].'" style="height: 50px; width: 50;px;">'; echo '</td><td><form><input type="button" onClick="myPopup2('.$i['itmid'].');return false;" value="Info"></form> [<a href="addtoshop.php?ID='.$i['inv_id'].'">Put in Shop</a>] [<a href="itemsend.php?ID='.$i['inv_id'].'">Send</a>] [<a href="itemsell.php?ID='.$i['inv_id'].'">Sell</a>] [<a href="imadd.php?ID='.$i['inv_id'].'">Add To Market</a>]'; and the javascript if you didnt understand <script type="text/javascript"> function myPopup2(item) { window.open('description.php?ID='+item, 'infoItem', 'status = 1, height = 300, width = 300, resizable = 0'); } </script>
-
Year 1920 - Web Programmer for Hire or Partnership
HauntedDawg replied to W3Theory || Peter's topic in Partnerships
Hey peter. How you doing? We can strike a better deal that won't cost us anything. If you can re-design my ConvictsUnleashed http://i287.photobucket.com/albums/ll158/iMarine/character-1.jpg design, I'm willing to put in 1 week of pure development of any requirements you look for. If not, maybe we can do a different deal? Let me know, you have me on Facebook :P Kyle. -
Licensing issues? The link's i provided are directly to modification's i submitted awhile ago. In other term's I'm saying: 'You may use these as you wish'. By the way. Is the engine itself copyrighted yet? If not, then no "licensing issues" would be encountered am i correct?
-
No offense here, but did not read through all the post's, just scoped through them. Making one fix to the hall of fame does not mean now it is completely fixed. Did you perhaps think of browsing on here for actual fixes first? Hall of Fame - [bug] fix Crystals in Hall of Fame http://makewebgames.io/showthread.php/39954-Problem-with-Hall-of-Fame-in-version-2-03 That is not the only issue with the hall of fame. Could simply just use: http://makewebgames.io/showthread.php/30347-mccode-v2-Enhanced-Hall-of-fame-COMPLETED! Another issue.. [bug] fix possible Battle Tent infinite loop Again simply use: http://makewebgames.io/showthread.php/30462-mccode-v2-Battletent-Fix But then again, its a plus to releasing some changes.
-
Where do we place our bids? :P Personally I would not like to post open to public.
-
I like what you have done with the user stat's. Mind providing us a PSD? Would like to turn it into a functional stats bar :P
-
The Crimes EXP that it gives out if i remember correctly grab's the amount of money you want to give them. Post up a formula and i can help.