Jump to content
MakeWebGames

Mystical

Members
  • Posts

    266
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mystical

  1. Not to be rude but that is one seriously ugly template. You should have Peter make you one. He is really good at it. ;)
  2. Yes Peter, all the mods are for v.2
  3. I have tried that several times Dominion but when I do it like you suggested this is what happens:http://i56.tinypic.com/r85wug.png Absolutely nothing seems to work.
  4. I bought a template from Peter a while back. Nice template however, It keeps doing this http://i52.tinypic.com/jf7o61.png whenever the word die and sometimes when exit is used in a mod. Example : else { $weaponcheck1=mysql_query("SELECT COUNT(*) as amt FROM `inventory` WHERE `inv_userid`={$ir['userid']} and `inv_itemid`=$number",$c) or die(mysql_error()); $weaponcheck=mysql_fetch_array($weaponcheck1); if($weaponcheck['amt']<1) { die("You need to obtain a RR Gun to challenge others"); } print "<h3>Russian Roulette</h3>"; print "You can challenge someone to a game of RR below.<br />"; print "Each player puts in an amount of determined money and the winner gets all of it.<br />"; print "<form action='russianroulette.php?action=send' method='post'>"; print "User Id: <input type='text' name='userid'><br />"; print "Money: <input type='text' name='amount'><br />"; print "<input type='submit' value='Submit'></form>"; Cant post the whole file as it is a paid mod.   I have tried many suggestions to fix it but none seem to work. Is there something I could add to globals to fix the problem with all mods I install?
  5. You've already played 'Deal or No Deal' today, come back tomorrow!
  6. I bet the demo is nice Alan.... Too bad we cant check it out because we kind of need the login and pass to enter the demo? Nice to meet you.
  7. Already sent the exact same message to paypal from the owners that you received! You will NOT get a refund ! I already tried that with paypal for redux and the response I got after a week or so of waiting for paypal to make a decision on my claim was : "We are sorry but a refund will not be issued." "The item you purchased is not tangible and therefore is not covered by paypal's buyers protection." So Mike you have lost all your money and will not get it back. Just thought you may want to know. Paypal does not get involved at all with any intangible goods what so ever. If you cant hold it in your hands it is not covered by paypals policy. So in closing.... MCCodes will never get one red cent from me for anything and I will not be saying any nice things about them on the 20 or so forums I am a member of. Anyone asks me if they should buy MCodes my response will be: Don't do it. The product is full of bugs and is owned by a couple of outright crooks who could care less about the product they sell and seriously lack the skill to put out a good game engine that works. More than one way to get your money back huh? Customer satisfaction means a lot in business and it is a lesson these clowns will learn in time. So sorry Mike but you are wasting your time.
  8. It is from REDUX. Tweaked a little. I figured I might as well get something for the 40 bucks I wasted on REDUX. a_bertrand made a nice template. I'm using v2.03.
  9. I think you misunderstood. Nothing shows at all. Nothing. No time no level no money no name no nothing.....
  10. Just finished up my login page for my western game and would like some opinions. http://i56.tinypic.com/27wu9vp.png
  11. Nice! Make me one lol!
  12. This does not work either. Doesn't show anything.
  13. Replace: $q = $db->query("SELECT `userid` FROM `users` WHERE `user_level` IN(2,3,5) ORDER BY `userid` ASC"); With $q=$db->query("SELECT * FROM users WHERE user_level IN(2,3,5) ORDER BY userid ASC"); Works.
  14. That would be great for a person like you who is great at coding but for some of us that bought this engine because we are not and it states on the main website that this is an out of the box game. Now to me out of the box game means just that. Out of the box game must mean something totally different to the people who sell this engine. I for one bought this engine because I thought I could just put it on a server and it would work. Stupid me for taking someone at there word. I bought REDUX because I figured that they had fixed it because of all the wonderful things they said about it in the posts that preceded the release of REDUX. Again, stupid me for taking someones word. Now no matter how you slice it Paul, if you know coding or not...why the hell should you have to take the time to fix something that you paid for? It should work 100 percent when you buy it. It is as simple as that.
  15.   This is what is there: echo " <form action='staff_gangs.php?action=grecord' method='get'> <h4>Gang Record</h4> Enter a gang ID to view the record of: <input type='text' name='gang' value='1' /><br /> Reason for viewing: <input type='text' name='reason' value='' /><br /> <input type='submit' value='Go' /> </form>
  16. This one is in staff_gangs.php when you Enter a gang ID to view the record of you get this message. Error: This script requires an action. I cant post the file because the forum software says it is too many characters. Also I found a couple errors in function admin_gang_credit in case someone else is having trouble crediting the gang crystals:   function admin_gang_credit() { global $db,$ir, $userid,$c,$h; if ( !in_array($ir['user_level'],array(2,3)) ) { echo 'You cannot access this area.<br />> <a href="index.php">Go Back</a>'; die($h->endpage()); } $gang = ( isset($_POST['gang'])&&is_numeric($_POST['gang']) )?abs(intval($_POST['gang'])):''; $money = ( isset($_POST['money'])&&is_numeric($_POST['money']) )?abs(intval($_POST['money'])):0; $crystals = ( isset($_POST['crystal'])&&is_numeric($_POST['crystal']) )?abs(intval($_POST['crystal'])):0;   You need to change this line: $crystals = ( isset($_POST['crystal'])&&is_numeric($_POST['crystal']) )?abs(intval($_POST['crystal'])):0; To this: $crystals = ( isset($_POST['crystals'])&&is_numeric($_POST['crystals']) )?abs(intval($_POST['crystals'])):0; I am learning little by little.
  17. I second that! Then while your at it get rid of all the bugs in v2.03. Should keep you busy for a while.
  18. Oh, I do. If you do a google search on false advertising you will come up with exact same lines as I posted. The rest of the message from my attorney I will not post as I was instructed not to. I am not a child, I am 50 years old and very familiar with the way things work in the real world. Thanks for the tip.
  19. I already have escalated it to a claim. I also have threatened them with a lawsuit which I will follow through with if my 40.00 is not returned. Private parties, such as consumers or competitors, can file a complaint for false advertising under the Lanham Act. To establish a violation under the Lanham Act, consumers and competitors must prove the following: (1) the advertiser made false statements of fact about its product; (2) the false advertisements actually deceived or had the capacity to deceive a substantial segment of the target population; (3) the deception was material; (4) the falsely advertised product was sold in interstate commerce; and (5) the party bringing the lawsuit (plaintiff) was injured as a result of the deception. Injury is construed as a likelihood of injury, rather than actual injury. The above is what my attorney informed me of this morning. MCCodes is guilty on all counts. Prove me otherwise. I have taken over 300 screenshots of complaints about this engine and forwarded them to my attorney and paypal. I simply want MCCodes to quit making excuses and fix an engine they repeatedly keep saying is fixed when clearly it isn't. I am not trying to be an ass just a consumer who has had enough.
  20. Mike: I saw in another post that you were just tired of fixing the bugs in 2.5 and were inclined to ask for a refund? Do yourself a favor and don't ask. I filed a paypal claim to get back my $40.00 and got this in a message from them through paypal. We refuse to give you a refund on the MCCode engine Redux (v2.5) license and product. The product does work. There were few bugs discovered by clients 1-2 weeks after the release, which has been fixed. I bought this engine because I thought it was an "out of the box" engine that I could just upload to my server and start a game. Must be my definition of "out of the box" differs from from the people who made this script. Seeing that I am finding tons of errors in the old version (2.03) that they just released before this one I highly doubt that 2.5 will ever be fixed and work right "out of the box". There is a lot to be said for customer satisfaction when selling anything. You don't walk into a car dealership and purchase a new car just to find out you need to take it to a mechanic. How many new cars do you think you would sell after people realize they just don't run? I for one will never purchase any code from MCCodes again. A lesson for MCCodes in customer satisfaction. "There were few bugs discovered by clients 1-2 weeks after the release, which has been fixed." O.K.
  21. Thanks a million illusions! Works like a charm. I looked at that file for 3 hours trying to compare the 2 files and could not find it. Thanks again.
  22. Trying to change the name of a house in v2.03 in staff panel you get this error.... QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query was SELECT `hID` FROM `houses` WHERE `hID` = How do I fix this? I put in the old staff_houses.php file from the old version v2.0.2c and it works so it must be something in v2.0.3 Here is the file that does not work from v2.0.3   <?php include_once "sglobals.php"; if ( $ir['user_level'] != 2 ) { echo 'You cannot access this area.<br />> <a href="staff.php">Go Back</a>'; die($h->endpage()); } //This contains shop stuffs switch($_GET['action']) { case "addhouse": addhouse(); break; case "edithouse": edithouse(); break; case "delhouse": delhouse(); break; default: echo "Error: This script requires an action."; break; } function addhouse() { global $db, $ir, $c, $h, $userid; $price = ( isset($_POST['price'])&&is_numeric($_POST['price']) )?abs(intval($_POST['price'])):''; $will = ( isset($_POST['will'])&&is_numeric($_POST['will']) )?abs(intval($_POST['will'])):''; $name = ( isset($_POST['name'])&&preg_match("/^[a-z0-9_]+([\\s]{1}[a-z0-9_]|[a-z0-9_])+$/i", $_POST['name']) )?strip_tags($db->escape($_POST['name'])):''; if ( $price && $will && $name ) { $q = $db->query("SELECT `hID` FROM `houses` WHERE `hWILL` = {$will}"); if ( $db->num_rows($q) ) { echo 'Sorry, you cannot have two houses with the same maximum will.<br />> <a href="staff_houses.php?action=addhouse">Go Back</a>'; die($h->endpage()); } $db->query("INSERT INTO `houses` VALUES(NULL, '$name', '$price', '$will')"); stafflog_add('Created House '.$name); echo 'House '.$name.' added to the game.<br />> <a href="staff.php">Go Back</a>'; die($h->endpage()); } else { echo " <h3>Add House</h3> <hr /> <form action='staff_houses.php?action=addhouse' method='post'> Name: <input type='text' name='name' /><br /> Price: <input type='text' name='price' /><br /> Max Will: <input type='text' name='will' /><br /> <input type='submit' value='Add House' /> </form> "; } } function edithouse() { global $db, $ir, $c, $h, $userid; switch ( $_POST['step'] ) { case "2": $price = ( isset($_POST['price'])&&is_numeric($_POST['price']) )?abs(intval($_POST['price'])):''; $will = ( isset($_POST['will'])&&is_numeric($_POST['will']) )?abs(intval($_POST['will'])):''; $_POST['id'] = ( isset($_POST['id'])&&is_numeric($_POST['id']) )?abs(intval($_POST['id'])):''; $q = $db->query("SELECT `hID` FROM `houses` WHERE `hWILL` = {$will} AND `hID` != {$_POST['id']}"); if ( $db->num_rows($q) ) { echo 'Sorry, you cannot have two houses with the same maximum will.<br />> <a href="staff_houses.php?action=edithouse">Go Back</a>'; die($h->endpage()); } $cnt_h = $db->query('SELECT `hID` FROM `houses` WHERE `hID` = '.$_POST['ID']); if ( $db->num_rows($cnt_h) == 0 ) { echo 'Invalid house.<br />> <a href="staff_houses.php?action=edithouse">Go Back</a>'; die($h->endpage()); } $name = ( isset($_POST['name'])&&preg_match("/^[a-z0-9_]+([\\s]{1}[a-z0-9_]|[a-z0-9_])+$/i", $_POST['name']) )?strip_tags($db->escape($_POST['name'])):''; $q = $db->query("SELECT `hWILL` FROM `houses` WHERE `hID` = {$_POST['id']}"); $old = $db->fetch_row($q); if ( $old['hWILL'] == 100 && $old['hWILL'] != $will ) { echo 'Sorry, this house\'s will bar cannot be edited.<br />> <a href="staff_houses.php?action=edithouse">Go Back</a>'; die($h->endpage()); } $db->query("UPDATE `houses` SET `hWILL` = $will, `hPRICE` = $price, `hNAME` = '$name' WHERE `hID` = {$_POST['id']}"); $db->query("UPDATE `users` SET `maxwill` = $will WHERE `maxwill` = {$old['hWILL']}"); $db->query("UPDATE `users` SET `will` = `maxwill` WHERE `will` > `maxwill`"); stafflog_add('Edited house '.$name); echo 'House '.$name.' was edited successfully.<br />> <a href="staff_houses.php?action=edithouse">Go Back</a>'; die($h->endpage()); break; case "1": $_POST['house'] = ( isset($_POST['house'])&&is_numeric($_POST['house']) )?abs(intval($_POST['house'])):''; $q = $db->query("SELECT `hWILL`,`hPRICE`,`hNAME` FROM `houses` WHERE `hID` = {$_POST['house']}"); if ( $db->num_rows($q) == 0 ) { echo 'Invalid house.<br />> <a href="staff_houses.php?action=edithouse">Go Back</a>'; die($h->endpage()); } $old = $db->fetch_row($q); echo " <h3>Editing a House</h3> <hr /> <form action='staff_houses.php?action=edithouse' method='post'> <input type='hidden' name='step' value='2' /> <input type='hidden' name='id' value='{$_POST['house']}' /> Name: <input type='text' name='name' value='{$old['hNAME']}' /> Price: <input type='text' name='price' value='{$old['hPRICE']}' /> <br /> Max Will: <input type='text' name='will' value='{$old['hWILL']}' /> <br /> <input type='submit' value='Edit House' /> </form> "; break; default: echo " <h3>Editing a House</h3> <hr /> <form action='staff_houses.php?action=edithouse' method='post'> <input type='hidden' name='step' value='1' /> House: ".house_dropdown($c, "house")." <br /> <input type='submit' value='Edit House' /> </form> "; break; } } function delhouse() { global $db,$ir,$c,$h,$userid; $_POST['house'] = ( isset($_POST['house'])&&is_numeric($_POST['house']) )?abs(intval($_POST['house'])):''; if ( $_POST['house'] ) { $q = $db->query("SELECT `hWILL`,`hPRICE`,`hID`,`hNAME` FROM `houses` WHERE `hID` = {$_POST['house']}"); if ( $db->num_rows($q) == 0 ) { echo 'Invalid house.<br />> <a href="staff_houses.php?action=edithouse">Go Back</a>'; die($h->endpage()); } $old = $db->fetch_row($q); if ( $old['hWILL'] == 100 ) { echo 'This house cannot be deleted.<br />> <a href="staff_houses.php?action=delhouse">Go Back</a>'; die($h->endpage()); } $q2 = $db->query("SELECT `userid` FROM `users` WHERE `maxwill` = {$old['hWILL']}"); $ids = array(); while ( $r = $db->fetch_row($q2) ) { $ids[] = $r['userid']; } if ( count($ids) ) { $db->query("UPDATE `users` SET `money` = `money` +{$old['hPRICE']}, `maxwill` = 100 WHERE `userid` IN(".implode(', ', $ids).")"); } $db->query("UPDATE `users` SET `will` = `maxwill` WHERE `will` > `maxwill`"); $db->query("DELETE FROM `houses` WHERE `hID` = {$old['hID']}"); stafflog_add('Deleted house '.$old['hNAME']); echo 'House '.$old['hNAME'].' deleted.<br />> <a href="staff_houses.php?action=delhouse">Go Back</a>'; die($h->endpage()); } else { echo " <h3>Delete House</h3><hr /> Deleting a house is permanent - be sure. Any users that are currently on the house you delete will be returned to the first house, and their money will be refunded. <form action='staff_houses.php?action=delhouse' method='post'> House: ".house_dropdown($c, "house")." <br /> <input type='submit' value='Delete House' /> </form> "; } } $h->endpage(); ?>
  23. After I got to studying the top banner I got to thinking you were right secret_life. Didn't blend all that well. I think this attempt is much better. Has a nice grity look and it blends much better. http://i51.tinypic.com/idxds1.png Thanks for the kind words everyone. O.k. so does it look better this way or the old way? sniko.... Ill try doing it properly as I have a bunch of good ideas. Getting them done is another story. I'm working on it little by little. Taking my time to make it nice.
  24. I decided to scrap my mafia game because I have seen a million of them and frankly they bore me. I decided instead to go with a western themed game. I would like you opinions on the look of the site so far. Peter W3Theory made the template and did an awesome job. The top image is my own and I reworked the wanted poster a little. Curt helped me with getting the template header so it worked. I will be adding a few things here and there.... Still fixing some of the bugs that come with mccodes...got most of them worked out. Many thanks to Peter and Curt. So let me know what you think so far. Any input would be great. Thanks. Here is the image... http://i52.tinypic.com/o5cg0h.jpg
  25. Hard to read the text. Had to put on my glasses and then the text is still too small. Colors don't mesh. Not very interesting. I give it a 3 compared to other games I have seen.
×
×
  • Create New...