Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. I got a question though if you dont mind helping real quick, im trying to covert a mod over and in just one spot I cant figure out what im doing wrong cause it keeps popping up a critical error. I dont have any of the code on me cause im on my phone but any help is appreciated.
  2. Ithink its pretty simple as well even for a scrub like myself but sometimes I hit a snag and cant figure out dor the life of me what I possibly missed since I dont like to "find and replace" cause sometimes that little feature gets a little trigger happy and replaces stuff with something that it shouldnt so keep that in mind too. For example lets just say you want to convert over preferences for whatever reason you have, are you just going to find and replace preferences.php? Probably shouldnt since you have serveral actions, functions, or cases whatever you want to call them. If you do use find and replace I suggest the slow way. Heres an example to look out for: echo '<a href="preferences.php?action=sigchange">Change Sig</a> Would not be echo '<a href="'.gen_url('preferences',true).'"?action=sigchange>Change Sig</a>'; What it should be is echo '<a href="'.gen_url('preferences',true).'&action=sigchange">Change Sig</a>'; So make sure to change the "?action=action" to a "&action=action" and place that in between the '" at the end or vice versa "' <- kinda looks the same lol but its opposite haha
  3. This guy is a joke lol. One of the best reads on the forum today good job
  4. Well I would imagine you wouldnt cause if you truncate it deletes all data in the table so if there is no data in the table nothing will show up client side
  5. Spot on, thats what I was trying to say lol but I was on my phone and I have a tendancy to ramble on and forget what im trying to say haha
  6. Not a big fan, it kinda confuses me cause if I were to miss a " somewhere I guarantee it would take me like 5 minutes to figure that out cause its alway the obvious that kills me and you of all people should know how I miss stupid crap in something I do haha
  7. Your echo's should be like this: echo "<a href='yourlink.php'>Your Link</a>" And also, your ending you echos after every line and when you do that you need to echo or print again. Ill use your first lines for an example if ($ir['hospital']) { echo '<a href= 'hospital.php'> Hospital ($hc)</a>' '<a href='inventory.php'>Inventory</a>' '; There are a lot of things wrong with this. You halfway ended your echo for the hospital link by not adding a ; then you try to "echo" another link for inventory. So what you can do is remove the ' after the </a>s and before your <a href on the inventory link and change your ' to " inside your links so it looks like this: if ($ir['hospital']) { echo '<a href="hospital.php"> Hospital ($hc)</a> <a href="inventory.php">Inventory</a> '; See what I did here. But my preference is the other way around like this: if ($ir['hospital']) { print " <a href= 'hospital.php'> Hospital ($hc)</a> <a href='inventory.php'>Inventory</a> "; To me that way looks cleaner but to each their own
  8. I saw this for the first time on Tosh.O last week
  9. i would love to see this when its done
  10. IMO, all exploits are MAJOR since 99.9% are used to eff up your game. From what ive heard "most" of them have been "fixed" but there is always a way around it
  11. Is there anyway you can kinda break down what you have done to exsisting files besides restructuring them for the new/different db tables if anything without giving out what youve done in full?
  12. Im sure with anything php related you can bet on that since I dont think there is anything 100% secure. You just gotta watch user input. Im no security expert by any means so dont take my word for it and rule of thumb is and I think everyone here would agree is dont trust your userbase, there is always some schmuck that will try
  13. I think this will be great since I just have the free version. I snooped around to check stuff out but as a mc guy its way different and will take a bit to get used to. But kudos for taking the time since I like this engine but a little scared to use it since its built very nicely from what a rookie like myself can tell
  14. Yes they work but they need to be converted and their is a tutorial for it here somewhere on the boards
  15. Im going to put in my 2 cents. This is why I dont even bother trying to code stuff and try to sell or give for free because all I see about 85% of the time is hardcore bashing. Instead of people trying to help with their services paid of free they just talk crap on what they write and put people down. But yet, majority of the people doing the bashing I have yet to see a snippet of a mod. So atleast there are people here trying to better the community. Back on topic. I have had issues with almost every single mod that I have gotten, most I can fix and some I have to put in a ticket but never once has Cronus failed me on a mod. I would recommend his mods to any MC Code user over most other people here on this forum and unless you can convince me otherwise other than hating then I will stick to his services amongst others too but this is his thread so in closing, VOTE FOR CRONUS ;)
  16. Or maybe the update was not recommended for exsisting games if I remember correctly.
  17. Im on the fence with this one cause it could go either way(for me that is). I use xampp for everything I do to test before I make it live. The one problem I see which is a problem I face is, if users cant upload files to their localhost what makes them think they can upload to a server installer or not? And also setting permissions, my xampp makes me set them to 777 or 775 or I cant access squat but on a live server they need/should to be 644 right? Like I said, this is a problem I face and maybe its just me and something im doing wrong.
  18. I think hes talking about those ips you posted and that if they were hackers and if THEY have skill they can probably tear you up cause just like I stated before I dont think that service protects your scripts I think they only protect you from malicious attacks on your server like ddos and other form of server attacks. I HIGHLY doubt your scripts are full proof cause I dont think there is one site out there that is 100% secure just ask sarah palin and yahoo how secure their multi-million dollar site is since you can google her address book that was put up on wikileaks a few years ago
  19. Ohhh the irony I wish I was on my computer so I can take a screeny of the advertisement up top for a Pure CSS3 Menu lol.
  20. You know, inside your cpanel there is a nifty little tool free of charge besides the cost for you cpanel itself or your server fees that can block ips too. Also inside your header there should be a check for a ipban file of some sort and if an ip is listed there its black listed as well. If those ips are "hackers" what makes you think they were hacking? I have a few files like important staff files that call out for userid arrays just for a little extra security to help me sleep at night knowing if someone does get in somehow and bypass other checks tuen I know they cant do too much harm. I guess what im trying to say is if you shouldnt be spending money on a service thats not really needed cause you have the tools already, and if your not comfy with your coding/security skills just do a one time fee to pay someone to do it once. Besides, im pretty sure that service you pay for just protects your server and doesnt protect your codes and most hackers that you'll come across dont really make tje effort to break in your cpanel but just try to make themselves staff for shits and giggles.
  21. Lol.... I dont know about all that but I try to help when I can. I still have a hell of a lot to learn since im still a scrub. I figure since a lot of people have helped me out(some of them being on this list) I try to return the favor kinda like paying it forward<- cheesy I know but thanks for the kudos buddy, cheers ;) Edit* Back on topic. I agree with a lot of the list, some of these well rounded chaps I have dealt with and none of them let me down like: Arson, Cronus, Dave, and HauntedDawg. These names are in no order but alphabetized ;). I dont see SRB on here but hes given me some insight on some things when ive called upon him for some little things out of the blue and I hope to deal with more of these fellas in the future
  22. Whats going on people? Im looking for a few 3d models for my new project. I dont have a huge budget for it but if the models and the price is right you got business. Im looking for 6 in total but to save on costs I could manage with 3. I have 3 charactor classes (hence the 3 models), male and female(hence the 6). What im looking for: A god like, human like, and demon like. If you are interested post some work in this thread and hopefully this will help you get more clientel as well. If I like some ill hit you up and we can discuss prices in pm but id like to keep everything else in the thread but you are more than happy to put prices of your work in here. Also you are allowed to use watermarks in your images when showing off in here or in pm for your protection. Thanks.
  23. Thats html If you wanted it css it should be a little something like this: [css] Table { border:1px solid red; } [/css] Something like that Take a gander Edit* If you use lucky's post it will only affect that particular table if you use css it will affect all tables unless other wise specified in html
  24. Try:   $tsel = mysql_query("SELECT * FROM `users` WHERE `status`='Alive' ORDER BY `rankpoints` ASC LIMIT 1,10"); while ($top = mysql_fetch_array($tsel)) *disclaimer: Im not too sure what its for so I hope it helps. Also im not sure on what you need ALL the columns from the users table so its always good to call out exactly what you need for example: $tsel = mysql_query("select username, userid, status, blah, blah, etc, etc from `users` WHERE `status`='Alive' order by `rankpoints` ASC LIMIT 1,10");
  25. Sounds a little fishy to me. It sounds like a scam. So let me get this straight. If I (what I mean by "I" is the general public) pay 5k I can help develop a game with you? I can pay at most a couple hundred max and make my own game
×
×
  • Create New...