Jump to content
MakeWebGames

jds137

Members
  • Posts

    402
  • Joined

  • Last visited

Everything posted by jds137

  1. The file you are trying to access is temporarily unavailable.
  2. Exactly what I needed. Do you have the sql for enfull=0 And thanks. Sorry I missed you on IM the other day
  3. How do you add this. I made my max enegy 100 for non donators. But I want to make my max bar 150 for donators?
  4. I removed it. But if it is a paid mod, where is it for sale, and prove that it works. I spent quite some time recoding this piece of crap.
  5. Its not my cup of tea. But I will say, it needs some kind of limit added. As some people will abuse this, and send 100 emails. lol
  6. I have the same pet mod, Blud was gonna post here. I believe it was said Golden made it. Now it has been revised, and does work. I just have a few bugs. Here's my questions: Was it a paid or unpaid mod? As I don't wanna post things here I cant? If I post it, would anyone be interested in it? Does anyone want to work with me to make it better? Thats it. My IM is here if you wanna discuss it. I know it can be a great addition to games. It is almost like a mini game for MCC
  7. I got this error, and it was on a stock MCC Codes, just added to a site, for testing. No other mods added there.   Warning: preg_replace() [function.preg-replace]: No ending delimiter '/' found in /data/users/jsmigle/trybalworld.com/trybalworld.com/public/bbcode.php on line 42 Message sent. > Back
  8. I know, I need to remember simple things first
  9. Removing that one line of code like you said, gives me a new error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /data/users/jsmigle/mobslife.net/mobslife.net/public/druglab.php:2) in /data/users/jsmigle/mobslife.net/mobslife.net/public/globals.php on line 20
  10. Heres a hint: /*----------------------------------------------------- -- A product of Isomerizer.com -- Copyright held 2007 - 2008 by Isomerizer © -- Buy Max Energy Mod -----------------------------------------------------*/ That was taken off the actual 150 energy bar mod. As for if its still for sale, or not, I am sure it still is.
  11. I also got the error. I even removed, and readded it all. No luck   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 `dID`,`drugTYPE`,`materialPRICE`,`drugCITY` FROM `drugs` WHERE `dID`=
  12. Added, and I see no flash
  13. Looks great, I needed this. How secure are they?
  14. A ghost told my ghost, that you were working on it late in your flat. And soon it would be released.
  15. Ok folks, I must stop the thread hijack in progress, and get back to the original post. So has anyone got any thoughts for improvement on this mod.
  16. sure I would like to see it
  17. Man Blud what ever country your hour is in, remind me never to visit. Ill be so bored. Lol
  18. I tried to fix stuff, and make it work. lol I am still learning, and appreciate the help.
  19. Look above in the post, it adds a link to her website. She also made a decent slots mod as well. I see it in games as well. I miss her, as she was a good coder, and a decent person.
  20. Here is a code I found, when I was looking at my old Mobs Life codes. I don't know who made it, as It was part of the codes in the game when I bought it. I have been trying to make it work, and need a little help. Then after that, it will be a nice free mod for those who want to use it. And I know it was not MCC as I have been converting it to Mcc today. What is happening is when I go to race, it says I dont have enough cash. So I got stumpped there for a sec. That, and a 3 yr old trying to type for me. lol   <?php require_once('globals.php'); Doing('Drag Racing'); include "travellingglobals.php"; if($ir['jail'] or $ir['hospital'] ) { die("This page cannot be accessed while in the hospital or jail."); } if($ir['pagetutorials'] == ON) { echo " <table width=75% border=3 bordercolor=#BDBDBD cellspacing=0 bgcolor=white frame=border rules=none> <tr><td width=75><img src=images/flashing_amykhar.gif> <font color=red>[i][[url="preferences.php>]<font"][i]Turn Off[/i]</font>[/url]][/i]</font></center></td><td><font color= blue size=3>[b]Drag Racing:[/b]</font><font color=#000000 size=2> Here you can try your luck betting who will win in a drag race! </font></td></tr></table> "; } echo"[img=images/drag.jpg] <h3>The Docks</h3>"; if (isset($_POST['submit2'],$_POST['race'],$_POST['color']) && $_POST['race'] >= 0) { if(!empty($color) ) { $race = $_POST['race']; if($race <= $data->money) { $db->query("update users set `money`=`money`-$race where userid='".mysql_real_escape_string($userid)."'",$c); $random = rand(1,9); $randomcolor = array( 1 => 3, 2 => 2, 3 => 1, 4 => 1, 5 => 2, 6 => 3, 7 => 3, 8 => 2, 9 => 1 ); $random_color = $randomcolor[$random]; if($color == $random_color) { $won = round($race*3); $db->query("update users set `money`=`money`+$won WHERE login = '{$data->login}'"); echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt> Congratualations! You choosed the right car. You won 3x your money back!"; echo " </td></tr> </table> "; } elseif($color == 1 && $random_color == 2) { echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>You choosed the Ford Mustang. But it was the GTO... "; echo " </td></tr> </table> "; } elseif($color == 1 && $random_color == 3) { echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>You choosed the Ford Mustang. But it was the 1970 Chevelle SS 396... "; echo " </td></tr> </table> "; } elseif($color == 2 && $random_color == 1) { echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>You choosed the GTO. But it was the Ford Mustang... "; echo " </td></tr> </table> "; } elseif($color == 2 && $random_color == 3) { echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>You choosed the GTO. But it was the 1970 Chevelle SS 396... "; echo " </td></tr> </table> "; } elseif($color == 3 && $random_color == 1) { echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>You choosed the 1970 Chevelle SS 396. But it was the Ford Mustang... "; echo " </td></tr> </table> "; } elseif($color == 3 && $random_color == 2) { echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>You choosed the 1970 Chevelle SS 396. But it was the GTO... "; echo " </td></tr> </table> "; } } else echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>* Invalid amount of money!</td></tr> </table> "; } else echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>You haven't got enough money...</td></tr> </table> "; } else { echo "<table align=center width=100%> <tr><td class=subTitle>[b]Drag Strip Race[/b]</td></tr> <tr><td class=mainTxt>Welcome to the Bloody Harbor Docks. -Here is where we have set up some drag races for you to bet on. -You can choose between a Ford Mustang, a GTO or a 1970 Chevelle SS 396. -Then you place your bet. -You have a 33.33% change to win. -If you win the race you will get 3x the amount you bet! "; ?> <big><FORM METHOD=post ACTION=""> </big>Car:<big> <select name="color"> <option value="1">Ford Mustang</option> <option value="2">GTO</option> <option value="3">1970 Chevelle SS 396</option> </select> </big> Amount: <select name="race"> <option value="0">None</option> <option value="250">$250,-</option> <option value="500">$500,-</option> <option value="750">$750,-</option> <option value="1000">$1,000,-</option> <option value="1500">$1,500,-</option> <option value="2000">$2,000,-</option> <option value="2500">$2,500,-</option> <option value="3000">$3,000,-</option> <option value="5000">$5,000,-</option> <option value="10000">$10,000,-</option> <option value="40000">$40,000,-</option> <option value="50000">$50,000,-</option> </select> <INPUT name="submit2" type="submit" VALUE="Start!"> </FORM> </td></tr> </table> <?PHP } ?>
  21. Thanks for it, and you did not even complain.
  22. Does anyone still have this floating around? I tried finding it here, and was not lucky.
  23. Has anyone tried this? I added it, but am waiting for the email.
  24. Once again the man, the myth, the legend surpasses himself. I think he needs three A+ 's for this, and alot of donations. lol
  25. Laughs at post about whorebuy.php! Cant you see all whorebuy.php is, is the same exact code copied, and pasted into whorebuy.php
×
×
  • Create New...