Jump to content
MakeWebGames

AlabamaHit

Members
  • Posts

    1,308
  • Joined

  • Last visited

Everything posted by AlabamaHit

  1. Agree 100%
  2. Yeah, they are a lot slower.. But seems he is on free host..So not much choice.
  3. Thanks Danny696 :)
  4. Thanks, I got the hard part done. I just have to add to it now. @DigialGerm, I'm not working blind. I know what I'm doing, lol. Reason I'm not in a hurry, is beacuase I don't have to be..(no need). The coding "framework" is done. I just have to add to it. I was simply stating that it is not as easy as some would think. I have no idea what that is supposed to mean....   I would not call mccodes a wheel.. If you take a pile of crap and form it into a sculpture....It is still crap lol. (Just the way I fell). Plus, it wouldn't be my own.   About the watermarks... I was asking about them to slow down people. The template/layout I'm using is a 'free' one.(But paid like $10 to be able to remove their info :thumbsup: ). So, it is possible that someone is using it, already. I Just don't want to invite people to use it before I get the change to if they aren't... I know a demo of the game would do the same.   Thanks again for feedback. :)
  5. removed....didn't work
  6. Just move all that info above where you put the mainmenu1 include. Then it will be above it :)
  7. @sniko, There was no offense taken at all. :)
  8. What all are you trying to get secured...? If your trying to get the whole script secured...That really isn't enough money. If your only trying to get a few things done. Shoot me a PM. Not everyone here knows me. But the ones that do/have seen my coding, know I'm pretty ok at it...   That is funny I always see those names, and never mine, lol..... MTG knows me...(I actually helped him out alot when he first started.)
  9. I've been working on my own source for sometime now. It is a crap load of work to make everything fit together, And I don't mean the looks, the code lol.. Anyone that has/is making their own from nothing knows what I mean. So far I just have the basic layout, Nothing is really in it...Yet of course.. I just thought since everyone else is putting what they are working on out there, that I would to..... I will add screen shots if someone can let me know how to add watermarks...But the layout is very basic..Nothing fancy. Like said before code is from scratch... It is index page..(What that is call completely left my mind right now.. lol) Example: http://www.SITE.com/index.php?page=home I have no idea when will be done... I will have it online for demo...(don't know when, don't have money for hosting right now.)
  10. Nice work. But my opinion your header will just confuse them more, lol. Youhave other mods in there. To all having trouble...Just add the include of mainmenu1 above the fed jail.. and remove the manmenu include.. It really isn't that hard... I just think everyone is over complicating it..
  11. It's obviously nothing.... I'm sure they just forgot to remove it.
  12. Just wanted to post and say thanks for adding free mod. Was also going to let you know little advice. You can make the v1 and v2 into 1 file. At top just use this.   if(file_exist(globals.php)) { include_once('globals.php'); } else { session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); }   This should work for both v1 and v2. So this one would be something like this.   <?php if(file_exist(globals.php)) { include_once('globals.php'); } else { session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); } $question=($_POST['question']); $ask=" <form action=askghost.php method=POST>Question: <input type=text name=question> <input type=submit value=Ask></form>"; print "<h3>I know you</h3> Welcome to the the ghost home. Here you can type in a question about anything and the ghost will reveal the answer to you. "; if ($question=="") { print $ask; $h->endpage(); exit; } else { if ($question=="$question") { switch(mt_rand(1,50)) { case 1; echo'No'; break; case 2; echo'Yes'; break; case 3; echo'I cant answer that'; break; case 4; echo'Very unlikely'; break; case 5; echo'That is not correct'; break; case 6; echo'The stars say no'; break; case 7; echo'Definitely not'; break; case 8; echo'That is correct'; break; case 9; echo'Why say that'; break; case 10; echo'I do not understand'; break; case 11; echo'Of course'; break; case 12; echo'Is that so?'; break; case 13; echo'Right....'; break; case 14; echo'That is 100% true'; break; case 15; echo'Dont ask me that'; break; case 16; echo'Wouldnt you like to know'; break; case 17; echo'The stars seem to be saying thats true'; break; case 18; echo'No way!'; break; case 19; echo'That depends really'; break; case 20; echo'Never'; break; case 21; echo'I will not answer that'; break; case 22; echo'Im not harsh'; break; case 23; echo'That is not up to me to decide'; break; case 24; echo'Get a life'; break; case 25; echo'Why ask'; break; case 26; echo'Say Yes'; break; case 27; echo'Say No'; break; case 28; echo'What!'; break; case 29; echo'You did what'; break; case 30; echo'Your asking to many questions'; break; case 31; echo'You keep asking yourseld that'; break; case 32; echo'That is not up to me to decide'; break; case 33; echo'Are you sure'; break; case 34; echo'Go home'; break; case 35; echo'I dont like you'; break; case 36; echo'You kidding. Right?'; break; case 37; echo'I refuse to answer'; break; case 38; echo'Yup'; break; case 39; echo'No way at all!'; break; case 40; echo'I dont want to answer you that question!'; break; case 41; echo'To Right'; break; case 42; echo'Up to you'; break; case 43; echo'100% NOT True'; break; case 44; echo'You like bacon'; break; case 45; echo'Lol you crack me up'; break; case 46; echo'What you looking at'; break; case 47; echo'What the hell'; break; case 48; echo'What did you just say'; break; case 49; echo'I dont know'; break; case 50; echo'Im not a robot'; break; } } print "<hr />[b]$question[/b] "; print " "; print " [b]"; print "<table width=174 height=156 border=0 cellpadding=0 cellspacing=0> <tr><td background='bga.png'><center>$pic</td></tr></table> ";//Background Pic print "$ask"; $h->endpage(); exit; } $h->endpage(); ?>
  13. Every download he has posted I think i found like 5....has ads. I honestly think he is just trying to get free ad views...
  14. upload to the site. No one likes the numerious ads, pop ups. waiting. etc...(when there is an option to add here and not wait at all lol)
  15. I just uploaded it to the site so no one has to wait on the timer to check it out...It is attached.
  16. I don't think it improves speed any...I don't know how to test speeds or I would. But I would say that these 2 querys would be the same. $db->query("UPDATE `blah` SET `blah` = `blah` + '1' WHERE `blah` = '1'"); $db->query("UPDATE blah SET blah = blah + 1 WHERE blah = 1"); Only time I quote is on a string personally, I never do on a number. $do = sprintf("UPDATE blah SET blah = '%s' WHERE blah = 1",mysql_real_escape_string($blah)); $db->query($do);   I can't remeber for sure...But if I remeber right, quoting a number is actually a bad thing... But don't hold me to that. I'm not 100% on that.
  17. CJ, It is free. So I agree. No need for complaints..... IT IS FREE Stop complaining...Yeah security matters. BUT. Your game security is solely up to guess who........... YOU... Never put a file on your game/server, until you go over it. IF you do....Your an idiot, and you deserve to be hacked if you do....Seriously. Why would you just upload a file from anywhere, without going over it.... Come on guys.. Though.... CJ. If you didn't secure it. Next time to "Save the stupid nOObs" <-- Notice I said stupid noobs not "Noobs" there is a difference. (Just a nOOb would still look at the file before uploding it. Only a stupid one would just upload a file witout going over it.). Dang lost track, sorrry... CJ what I'm saying is if you didn't put any effort into security, Just post that next time when you post the mod. Basically just say 'hey guys, I didn't secure this..so....you do it'. Again, I'm against bashing anyone for producing anything free....It is free. I/them/you/anyone don't have to use it....So no need to complain, lol.. I just hope this post don't start a fight. It is not ment to...Though I know some will take it the wrong way.
  18. Shouldn't the sql had came with it?
  19. Thanks :). And glad that worked for you.
  20. echo $tp;   Check out this website :) might help With some of the smaller stuff like this anyways.
  21. From the original mccodes file all you have to do is this.. Change   list($_POST['war']) = $db->fetch_row($q);   To   $_POST['war'] = $db->fetch_single($q);
  22. The original post didn't work becuase you used A single Quote ' on the beginning. then a double quote " on the end. Then the very last ' is not needed. That is why it failed at begining.
  23. No offense. but you obviously didn't read that image. That image is form the site. It says clear as day... "You will have to register, however, if you wish to bring a lawsuit for infringments of a U.S work." See, if it is 'not' registered, you can't (in the USA that is.) Not sure other countries. But it pretty obvious...there in black and white, no register, no sueing (well, your 99.9% going to lose). I'm not going to talk about this anymore, I just posted that so everyone else would see it...That is from the copyright site...So, to me, any arguements saying you can sue without registering is just an opinon or someone wanting to argue, lol. Why? Cause like said before, it is there in black and white.. Again, not attacking you or trying to start a fight. Just stating facts. :D
  24. If not registered, the copyright is pointless basically.
×
×
  • Create New...