Jump to content
MakeWebGames

Voice4Vision

Members
  • Posts

    41
  • Joined

  • Last visited

Voice4Vision's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Have some fun with your users Actually looking at the code, if I am correct this is suppose to be a maze in which you need to closely follow the correct path without touching the sides of the walls. If you touch the side of the walls, you will have to start over. You pass through the maze, for 4-5 levels and you are awakened with a thrilling challenge that tests the heart rate at its fastest pace!!! :wink: Now bare with me though, I have not tried this specific code!!! Nice find Strats!!! How has the response been?
  2. Re: [V2] Chat If you did not make this, could you please post a link to the author, as well as include copyright notices for the author's sake. Thank you, Voice4Vision
  3. Re: Monorail Problem Send me both the file and sql for the monorail and I will fix it up for you.
  4. Re: Main Menu Problem hmmm....Are you getting any error messages? Or unexpected links that you could possibly inform us all?
  5. Re: Name bug Strats Use this   function do_name_change() { global $db,$ir,$c,$userid,$h; // Edited by zero-affect if($_POST['newname'] == "" || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " || $_POST['newname'] == " " && $_POST['newname'] == " ") { $_POST['newname'] = trim($_POST['newname']); $i = mysql_query("SELECT * FROM users WHERE username='{$_POST['username']}'") or die(mysql_error()); if(mysql_num_rows($i)) {echo 'Username already in use!';$h->endpage(); exit; } print "You did not enter a new name. [url='preferences.php?action=name_change']> Back[/url]"; } else { $_POST['newname'] = trim($_POST['newname']); $_POST['newname']=str_replace(array("<", ">", "\\\'"), array("<", ">", "'"), $_POST['newname']); $_POST['newname']=str_replace(array("{", "}", "\\\'"), array("<", ">", "'"), $_POST['newname']); $_POST['newname']=str_replace(array("eval", "alert", "\\\'"), array(".", ".", "."), $_POST['newname']); $checkun=$db->num_rows($db->query("SELECT * FROM users WHERE username='{$_POST['newname']}' AND userid!=$userid")); if($checkun) { echo "Username is already in use."; $h->endpage(); exit; } $checkln=$db->num_rows($db->query("SELECT * FROM users WHERE login_name='{$_POST['newname']}' AND userid!=$userid")); if($checkln) { echo "Username is already in use."; $h->endpage(); exit; } $db->query("UPDATE users SET username='{$_POST['newname']}' WHERE userid=$userid"); print "Username changed!"; } }
  6. Re: Edit Item type - Delete Item type I am glad I could help. But I am also glad you discovered you had the problem...because there's no telling how long it would be before I would have discovered mine. My site is no where near being complete, and with me working on one file at a time to completion with mods and custom modifications, it gets rather challenging with what's done and what's not.
  7. Re: Edit Item type - Delete Item type Here you go Strats. http://criminalexistence.com/ceforums/i ... ic=23095.0 Oddly enough, I noticed yesterday mine was no longer working. Lo' and behold, it turns out that the edits were missing, I also added this a while ago, and fully tested. Either way, I think what I might have done was uploaded an older backup when I was messing around with it for something else. Good Luck! :wink:
  8. Re: I Need PHP Work - Hire ME I can vouch that Sim does a great job, quickly and cheaply. He also ensures that he understands your expectations very well.
  9. Re: Looking to hire a Programmer. This request is now closed. Thank you everyone!
  10. Looking to hire a programmer to modify a standalone script to fully and properly work with MC. This script is a combination of Ajax, JavaScript, HTML, and PHP. The script contains Registration and Members. I would like to have this script viewable on ALL pages and functioning properly throughout my site. It will need to be much like the mainmenu listed on every page, but instead this will be on the opposite side. Project appears to be simple, as I myself have ported standalones over to other CMS's before. However I am having difficulty working with Ajax and JavaScript. Please contact me via Private Message here seeking further details, so that we can begin the discussion of how much this will likely cost. Thank you, Voice4Vision
  11. Re: [MC Codes V2] Advanced Player Reports   Precisely, Haunted Dawg, Thank you! Karlos, as for it working on your end, does not mean it is going to work on everyone elses. Hence the whole purpose of everyone reporting all issues. This highly likely due to my viewuser.php file, as it is a complete rewrite.
  12. Re: [MC Codes V2] Advanced Player Reports Firstly with your last edit of adding the link to user profiles, it does not populate the id field with the proper id #. Secondly, would it be possible to add the ability all of the banning options as well as fedjail? Thirdly, it would also be awesome to be able to add text referencing the actions taken. So admin can explain what was determined and the final result. Other than that, love this mod, it is absolutely a great addition. Thank you, Voice4Vision
  13. Re: [v2] SMS Messaging System Rep and Downloaders? lmao. I did not post this for Rep and Downloaders. I posted it out of kindness. As for screenshots? I thought I would only post screenshots for the blind, but obliviously you did not see them. Hey Zero, yea I have been into web design since 1997 but it was nuke that showed me the way to a whole new world, I think I have been with nuke since the very beginning of php. Someday when time permits, I will sit down and learn how to program.
  14. Re: [Guide]MC Economy   Absolutely agreed. Hunger affects have to impact alot, as it forces a new dimension on the game. However, having a hunger bar, may in fact diminish it's purpose, as in real life, hunger just happens. As for the Tax system it would be alot easier to create than a hungry mod. But regardless, the MC economy simply still comes down the cost versus income, it doesn't need to become complicated. I could allow my members to make a dollar a day, that would without a doubt leave the economy short of money. And require alot of days worked before they can even attempt to buy anything. The challenge is finding the balance.
  15. Re: Automatic Merit System Awarder [any version] $20.00 Unique! Please explain in better detail what these merits do to the game. What is its purpose? Benefit? What other mods does this tie into? I would like to understand how this would change my game, and the affects it will have.
×
×
  • Create New...