Jump to content
MakeWebGames

YoungGold

Members
  • Posts

    937
  • Joined

  • Last visited

Everything posted by YoungGold

  1. Re: New at cs2 Erm i have no problem with you asking for help i got a problem with where your posting it i mean sorry rude boi beat me up bruv :/
  2. Re: New at cs2 Erm this is to post your GFX Websites not to ask for help.
  3. Re: Advanced Break In [$20] NOTE: Thats why you buy the mod dont realease it out into the game find the bugs yourself And if you cant fix them report to Iso so he can fix it and then give you the fix so then you can be safe to actually release it into the game.
  4. Re: House Break In [$15] LOL
  5. Re: House Break In [$15]   I mean there was no need for it...this just tells me your not mature and your trying to show off to your freinds..and even if your not it still leaves me to believe your imature..People will only take your seriously if you grow up and act your age..You may only be young BUT if your trying to set up small business i.e a game or something along those lines...your not going to get many clients/buyers or donaters if people cant trust you or think your capable and sensible about what your doing..and dont bother making a post or complaining about this one as it's just going to be ignored. And it wont change my opinion of you one bit. Funny thing is how you talk so much when you dont contribute :|. I can be mature enough if i had to but seriusly not cared about showing maturaty here. I show that i am mature infront of my friends, not friends on the computer but friends in real life i wonder if you have any. Basicly you telling me that if a mod i want is out i must buy it because if i make my own basicly im using there's? Sorry but i will not buy a mod off some one that cant code. I will not buy a mod off some one that cant be cared to secure there mods. I will not buy a mod off some one when i can make it. The only reason why i bought this mod was because the person i code for wanted this mod so bad and couldnt wait 2 hours for me to make it so i bought this one. Does it look like i beg you to buy my mods? I dont because i wouldnt buy your mods either. Another thing is why i re coded this mod (i did create it from scratch except the tutorial piece) is because it was poorly coded. if you actualy buy this mod you will see how squashed up the code is. It does not matter how big you can make a mod but how small the lines are, i think iso's mod is basicly 420 lines squashed up and once i made it fit my eyes so i could read it it became 480, My mod is 460 some odd lines. I dont need to set up a small business on the internet ie a game or such i only make games for the fun of it and to keep other gamers happy. Its funny how you say that i wont get donators because they wont trust me but please explain how i have made over $1500+ since killah-city was open. Not to mention i sold the game for $150 because it was the only person that would take the game for $100+ but wont reset. Since the new owner has actualy owned the game she has made $300 profit so basicly $450 so she has gained $300 back from what she bought it for. Killah-city.com was basicly the biggest game ive had and made quite a bit of money a month. I actualy never spent a cent on what killah-city earned i only spent the money on buying unique mods that wont be re contributed to the other people. And i dont care if you wont post back to this younggold as i seriusly do not give 0%. Anyways im out. Haha...now that my freind is funny oh yeh i dont contribute to the community thats why i still hang around here and just poke my nose in everyones business when im offering myself as a graphic designer and doing jobs for people :/ Coding isn't my strong point and i got a while to go before im any good thats why i mainly code for myself and only myself. And hold on i have got freinds and your in no position to say what i do and dont have... never anywhere did i say that you are forcing people to buy your mod. and i never said you wouldn't get donaters and i dont care about what money you have made what games you own. and when did i say that you would care if i didn't reply... But nevermind... And miniman i never doubted that killah or iso weren't good coders there all good in there own ways. But im just going to leave this convo now..unless i get taken up in the convo.
  6. Re: House Break In [$15] This is the thing i dont like...and a reason why i dont buy your mods...just because a certain mod is exploitable you see it as a reason to make your own version which is supposedly more secure and not exploitable...other thing is your so touchy about the comments people make..and you need to grow up about it...you always come up with a stupid remark.   I mean there was no need for it...this just tells me your not mature and your trying to show off to your freinds..and even if your not it still leaves me to believe your imature..People will only take your seriously if you grow up and act your age..You may only be young BUT if your trying to set up small business i.e a game or something along those lines...your not going to get many clients/buyers or donaters if people cant trust you or think your capable and sensible about what your doing..and dont bother making a post or complaining about this one as it's just going to be ignored. And it wont change my opinion of you one bit.
  7. Re: fixed top and bottom i think ive tried absolute top/bottom in CSS before yet it still has a gap along the top... Here is an example of what im looking for: http://www.loonygroup.com/ As you can see there are no gaps on either side or bottom
  8. Re: Mccodes Version 1 Or 2 pick one any one it doesnt really matter there literally both the same with a new and friggin stupid layout...
  9. Hi im working on a new project and i was wondering if any new the code to have a fixed navigation bar running flush along the top of the page and another one running flush with the bottom of the page ive looked on quite a few sites and cant find anything.
  10. Re: IMO a better mailbox than the other FREE ORIGINAL poster: rtg Here i reposted the script to save space...I AM NOT POSTING AS MINE! This mailbox is for V1 as you folks refer to it. It keeps the subject in the line when you are replying to it and also it lets you know if the person has read the mail or not. It also gives you a select function to delete. It has smilies in it as well. In your header.php file add this java script code. <script type="text/javascript"> function selectAll(x) { for(var i=0,l=x.form.length; i<l; i++) if(x.form.type == 'checkbox' && x.form.name != 'sAll') x.form.checked=x.form.checked?false:true } </script>   Mailbox.php file is as follows:   <?php /*----------------------------------------------------- Jockwars Copyright Written By RTG/KOW/MAGIC8. -----------------------------------------------------*/ 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 * FROM users WHERE userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); $lv=date('F j, Y, g:i a',$ir['laston']); $fm=money_formatter($ir['money']); $h->userdata($ir,$lv); $h->menuarea(); if($ir['mailban']) { die("<font color=red><h3>! ERROR</h3> You have been mail banned for {$ir['mailban']} days. [b]Reason: {$ir['mb_reason']}</font>[/b]"); } print "<table width=75% border=2><tr><td>[url='mailbox.php?action=inbox']Inbox[/url]</td> <td>[url='mailbox.php?action=outbox1']Unread Sent Messages[/url]</td><td>[url='mailbox.php?action=outbox']All Sent Messages[/url]</td> <td>[url='mailbox.php?action=compose']Compose Message[/url]</td> <td>[url='mailbox.php?action=delall']Delete All Messages[/url]</td> <td>[url='mailbox.php?action=archive']Archive Messages[/url]</td></tr> </table> "; if(!$_POST['del']) { switch(@$_GET['action']) { case 'inbox': mail_inbox(); break; case 'outbox': mail_outbox(); break; case 'outbox1': mail_outbox1(); break; case 'compose': mail_compose(); break; case 'delete': mail_delete(); break; case 'send': mail_send(); break; case 'delall': mail_delall(); break; case 'delall2': mail_delall2(); break; case 'archive': mail_archive(); break; default: mail_inbox(); break; } } switch($_POST['del']) { case 'seldel': seldel(); break; } function mail_inbox() { global $ir,$c,$userid,$h; print "Only the last 25 messages sent to you are visible. <table width=75% border=2><tr style='background:gray'><form action='mailbox.php' method='post'><input type='checkbox' name='sAll' onclick='selectAll(this)' /> (Select all) <th>From</th><th>Subject/Message</th><th>Mark for Deletion</th></tr>"; $q=mysql_query("SELECT m.*,u.* FROM mail m LEFT JOIN users u ON m.mail_from=u.userid WHERE m.mail_to=$userid ORDER BY mail_time DESC LIMIT 25",$c); while($r=mysql_fetch_array($q)) { $sent=date('F j, Y, g:i:s a',$r['mail_time']); print "<tr><td>"; if($r['userid']) { print "[url='viewuser.php?u={$r[']{$r['username']}[/url] [{$r['userid']}]"; } else { print "SYSTEM"; } $fm=urlencode($r['mail_text']); $codes = array("Smiley", "Wink", "Shocked",":O", ":d","Cheesy", ":s", ":S", "Sad", ":red", ":clown", ":bashful", "angry", ":green", "undecided", ";(", ":]", ":horny", ":cool"); $images = array("<img src=/smilies/smiley1.gif>", "<img src=/smilies/smiley2.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley6.gif>", "<img src=/smilies/smiley7.gif>", "<img src=/smilies/smiley8.gif>", "<img src=/smilies/smiley9.gif>", "<img src=/smilies/smiley10.gif>", "<img src=/smilies/smiley11.gif>", "<img src=/smilies/smiley12.gif>", "<img src=/smilies/smiley13.gif>", "<img src=/smilies/smiley14.gif>", "<img src=/smilies/smiley15.gif>", "<img src=/smilies/smiley16.gif>"); $msg=$r['mail_text']; $r['mail_text'] = str_replace($codes, $images, $msg); $r['mail_text']=StripSlashes($r['mail_text']); print "</td>\n<td>{$r['mail_subject']}</td></tr><tr><td>Sent at: $sent [url='mailbox.php?action=compose&ID={$r[']Reply[/url] [url='mailbox.php?action=delete&ID={$r[']Delete[/url] [url='preport.php?ID={$r[']Report[/url]</td><td>{$r['mail_text']}</td><td><input type='hidden' name='del' value='seldel'><input type='checkbox' name='id[]' value='{$r['mail_id']}'</td></tr>"; } print "</table> <input type='submit' value='Delete Selected'/></form>"; mysql_query("UPDATE mail SET mail_read=1 WHERE mail_to=$userid",$c); } function mail_outbox() { global $ir,$c,$userid,$h; print "Only the last 25 messages you have sent are visible. <table width=75% border=2><tr style='background:gray'><th>To</th><th>Subject/Message</th></tr>"; $q=mysql_query("SELECT m.*,u.* FROM mail m LEFT JOIN users u ON m.mail_to=u.userid WHERE m.mail_from=$userid ORDER BY mail_time DESC LIMIT 25",$c); while($r=mysql_fetch_array($q)) { $bo1=""; $bo2=""; if($r['mail_read']==0) { $bo1="[b]"; $bo2="[/b]"; } $sent=date('F j, Y, g:i:s a',$r['mail_time']); $r['mail_text']=StripSlashes($r['mail_text']); print "<tr><td>[url='viewuser.php?u={$r[']{$r['username']}[/url] [{$r['userid']}]</td><td>$bo1{$r['mail_subject']}$bo2</td></tr><tr><td>Sent at: $sent </td><td>{$r['mail_text']}</td></tr>"; } } function mail_outbox1() { global $ir,$c,$userid,$h; print "Only the last 25 unread messages you have sent are visible. <table width=75% border=2><tr style='background:gray'><th>To</th><th>Subject/Message</th></tr>"; $q=mysql_query("SELECT m.*,u.* FROM mail m LEFT JOIN users u ON m.mail_to=u.userid WHERE m.mail_from=$userid and m.mail_read=0 ORDER BY mail_time DESC LIMIT 25",$c); while($r=mysql_fetch_array($q)) { $sent=date('F j, Y, g:i:s a',$r['mail_time']); $r['mail_text']=StripSlashes($r['mail_text']); print "<tr><td>[url='viewuser.php?u={$r[']{$r['username']}[/url] [{$r['userid']}]</td><td>$bo1{$r['mail_subject']}$bo2</td></tr><tr><td>Sent at: $sent </td><td>{$r['mail_text']}</td></tr>"; } } function mail_compose() { global $ir,$c,$userid,$h; if(@$_GET['subject']=="") @$_GET['subject']="no subject"; else $_GET['subject']="re:{$_GET['subject']}"; $_GET['subject']=str_replace(array("re:re:"),array("re:"),strip_tags($_GET['subject'])); print "<form action='mailbox.php?action=send' method='post'> <table width=75% border=2> <tr> <td>ID to send to:</td> <td><input type='text' name='userid' value='{$_GET['ID']}' /></td></tr><tr> <td>Subject:</td> <td><input type='text' name='subject' value='{$_GET['subject']}'/></td></tr><tr> <td>Message:</td> <td><textarea rows=5 cols=40 name='message'></textarea> [img=/smilies/smiley1.gif] = Smiley [img=/smilies/smiley2.gif] = Wink [img=/smilies/smiley3.gif] = Shocked [img=/smilies/smiley4.gif] = Cheesy [img=/smilies/smiley5.gif] = :s [img=/smilies/smiley6.gif] = Sad [img=/smilies/smiley7.gif] = :red [img=/smilies/smiley8.gif] = :clown [img=/smilies/smiley9.gif] = :bashful [img=/smilies/smiley10.gif] = angry [img=/smilies/smiley11.gif] = :green [img=/smilies/smiley12.gif] = undecided [img=/smilies/smiley13.gif] = ;( [img=/smilies/smiley14.gif] = :] [img=/smilies/smiley15.gif] = :horny</td></tr><tr> <td colspan=2> <input type='submit' value='Send' /></td></tr></table></form>"; if($_GET['ID']) { print " <table width=75% border=2><tr><td colspan=2>[b]Your last 5 mails to/from this person:[/b]</td></tr>"; $q=mysql_query("SELECT m.*,u1.username as sender from mail m left join users u1 on m.mail_from=u1.userid WHERE (m.mail_from=$userid AND m.mail_to={$_GET['ID']}) OR (m.mail_to=$userid AND m.mail_from={$_GET['ID']}) ORDER BY m.mail_time DESC LIMIT 5",$c); while($r=mysql_fetch_array($q)) { $sent=date('F j, Y, g:i:s a',$r['mail_time']); $fm=urlencode($r['mail_text']); $codes = array("Smiley", "Wink", "Shocked",":O", ":d","Cheesy", ":s", ":S", "Sad", ":red", ":clown", ":bashful", "angry", ":green", "undecided", ";(", ":]", ":horny", ":cool"); $images = array("<img src=/smilies/smiley1.gif>", "<img src=/smilies/smiley2.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley6.gif>", "<img src=/smilies/smiley7.gif>", "<img src=/smilies/smiley8.gif>", "<img src=/smilies/smiley9.gif>", "<img src=/smilies/smiley10.gif>", "<img src=/smilies/smiley11.gif>", "<img src=/smilies/smiley12.gif>", "<img src=/smilies/smiley13.gif>", "<img src=/smilies/smiley14.gif>", "<img src=/smilies/smiley15.gif>", "<img src=/smilies/smiley16.gif>"); $msg=$r['mail_text']; $r['mail_text'] = str_replace($codes, $images, $msg); print "<tr><td>$sent</td> <td>[b]{$r['sender']} wrote:[/b] {$r['mail_text']}</td></tr>"; } print "</table>"; } } function mail_send() { global $ir,$c,$userid,$h; $subj=str_replace(array("\n","re:re:"),array(" ","re:"),strip_tags($_POST['subject'])); $msg=str_replace(array("\n"),array(" "),strip_tags($_POST['message'])); $msg=str_replace("'","","{$msg}"); $subj=str_replace("'","","{$subj}"); $codes = array("Smiley", "Wink", "Shocked",":O", ":d","Cheesy", ":s", ":S", "Sad", ":red", ":clown", ":bashful", "angry", ":green", "undecided", ";(", ":]", ":horny", ":cool"); $images = array("<img src=/smilies/smiley1.gif>", "<img src=/smilies/smiley2.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley6.gif>", "<img src=/smilies/smiley7.gif>", "<img src=/smilies/smiley8.gif>", "<img src=/smilies/smiley9.gif>", "<img src=/smilies/smiley10.gif>", "<img src=/smilies/smiley11.gif>", "<img src=/smilies/smiley12.gif>", "<img src=/smilies/smiley13.gif>", "<img src=/smilies/smiley14.gif>", "<img src=/smilies/smiley15.gif>", "<img src=/smilies/smiley16.gif>"); $newmsg = str_replace($codes, $images, $msg); $to= (int) $_POST['userid']; $subj=AddSlashes($subj); $msg=AddSlashes($msg); mysql_query("INSERT INTO mail VALUES ('',0,$userid,$to,unix_timestamp(),'$subj','$msg')",$c) or die(mysql_error()); print "Message sent. [url='mailbox.php']> Back[/url]"; } function mail_delete() { global $ir,$c,$userid,$h; $m=mysql_query("SELECT * FROM mail where mail_to=$userid and mail_id={$_GET['ID']} ",$c); while ($mail=mysql_fetch_array($m)) { $mail['mail_subject']=AddSlashes($mail['mail_subject']); $mail['mail_text']=AddSlashes($mail['mail_text']); mysql_query("INSERT into deletedmail VALUES ({$mail['mail_id']},{$mail['mail_read']},{$mail['mail_from']},{$mail['mail_to']},{$mail['mail_time']},'{$mail['mail_subject']}','{$mail['mail_text']}')",$c) or die(mysql_error()); } mysql_query("DELETE FROM mail WHERE mail_id={$_GET['ID']} AND mail_to=$userid",$c); print "Message deleted. [url='mailbox.php']> Back[/url]"; } function seldel() { global $c,$ir,$userid; if($_POST['id']) { for ($i=0; $i<count($_POST['id']);$i++) { $mailid=$_POST['id'][$i]; $m=mysql_query("SELECT * FROM mail where mail_to=$userid and mail_id=$mailid",$c); $mail=mysql_fetch_array($m); $mail['mail_subject']=AddSlashes($mail['mail_subject']); $mail['mail_text']=AddSlashes($mail['mail_text']); mysql_query("INSERT into deletedmail VALUES ({$mail['mail_id']},{$mail['mail_read']},{$mail['mail_from']},{$mail['mail_to']},{$mail['mail_time']},'{$mail['mail_subject']}','{$mail['mail_text']}')",$c) or die(mysql_error()); mysql_query("DELETE FROM mail WHERE mail_id=$mailid AND mail_to=$userid",$c); } echo"Mail deleted. [url='mailbox.php']Back To Mailbox[/url]"; } } function mail_delall() { global $ir,$c,$userid,$h; print "This will delete all the messages in your inbox. There is [b]NO[/b] undo, so be sure. [url='mailbox.php?action=delall2']> Yes, delete all messages[/url] [url='mailbox.php']> No, go back[/url]"; } function mail_delall2() { global $ir,$c,$userid,$h; $m=mysql_query("SELECT * FROM mail where mail_to=$userid",$c); while ($mail=mysql_fetch_array($m)) { $mail['mail_subject']=AddSlashes($mail['mail_subject']); $mail['mail_text']=AddSlashes($mail['mail_text']); mysql_query("INSERT into deletedmail VALUES ({$mail['mail_id']},{$mail['mail_read']},{$mail['mail_from']},{$mail['mail_to']},{$mail['mail_time']},'{$mail['mail_subject']}','{$mail['mail_text']}')",$c) or die(mysql_error()); } mysql_query("DELETE FROM mail WHERE mail_to=$userid",$c); print "All ".mysql_affected_rows($c)." mails in your inbox were deleted. [url='mailbox.php']> Back[/url]"; } function mail_archive() { global $ir,$c,$userid,$h; print "This tool will download an archive of all your messages. [url='dlarchive.php?a=inbox']> Download Inbox[/url] [url='dlarchive.php?a=outbox']> Download Outbox[/url]"; } $h->endpage(); ?>
  11. Re: Setting up games hmm...and u made these 93 mods intresting what are the mods? what is your game? and are you going to spend $75 from the profits to ensure the mccode game is legal?
  12. Re: Free 2 - Gym Nice work Nyna you got the same sort of concept that i was going to create soon guess i dont have to now lol....much apreciated keep up the good work...
  13. Re: Internet Explorer 8 Coders should be using IE and firefox so they can balance there sites looks and so your website looks good in every browser.
  14. Re: [v2] Family's [$30] Hmm Great mod very intresting...i think i should get into the mod making business again and create some mind blowers :evil: LOl gd mod i havent seen it...but Why say it's finished now this is a type of mod where it can always be advanced and made a hell of alot better..so yeh gd work and keep it up..
  15. Re: How much is your site worth Hmmm i found that totally hilariouse :|...are you that sad..that you need to waste your own time O_O..
  16. Re: Best Security [Made by me]   Not everyone uses cPanel. And i think some cPanels have bruteforce protection, too many incorrect logins in x time = disabled temp.   Well, you didn't really say anything, just claimed this is the best security mod ever, if this cant stop XSS, then well... how can this be the best?   Do you even know what blind injections are?   Then move it to paid section, if you can't request it?   Congratz. i forgot how famous coldblooded is....i mean honestly who cares what he thinks or what he told you to do just because he partly made mccodes.does not make him an almighty god/coder..or guru of wisdom.
  17. Re: Free service Just curious i like what your doing but if this is a free service then why is it in a section to buy things.?!?
  18. Re: V2 cars mod Then what would be the point int tuning or buying the best car.
  19. Re: Best Security [Made by me]   When you left variables completely vulnerable on your "Contact Form" mod...Then claimed you wouldn't bother to secure it as its free? I hate that excuse, "oh its free", "i wont bother coding it too its full potential".   Sure... SQL Injecting isn't just the only way to exploit a game, there are all kinds of injections, blind injections, header injections, XSS, bruteforcing. And then there are other methods other then injections... LOL he has a point here.. iso seeing as killah must be using this hi-tec security why dont you test his game he may/may not have LOL i dont know :P
  20. Re: Suggestions (post them here please for further updates) Hmm...the current layout is unique definately but i suggest a new one... Reasons why: When i play games like this i find them difficult to understand..near the end of the day if i havent got the hang of it i would leave and not come back.. If it's too crowded i forget and loose where things are.. With each link..Edit it so maybe when you click says criminal activity or something it will have a description of the page so users/players can understand what they have to do and if they fail the consiquences.. Im not too sure what else to add...but that was one thing that put me off buying the script..i know it doesnt seem much but usually if i buy a game engine i need to like it and know how to play it before i buy the script and edit it..atm it will be like me editing something for how i understand it buy may be completely different to what the mod does..im not sure :/ Anyway it is just a thought... Thanks for your time.
  21. Re: [V1] Number Plate [$5] Why does it have to be a number...over in the uk it's a mixture of letters and numbers..?!?
  22. Re: hole page opacity. Hmm i tried your script oxi.. i had installed it on the file but on mouseover and mouse out i got nothing. Have you any idea why?
  23. hi...i am creating a login page for a client and recntly told me he wanted a specific background but i have bgcolours and bg images in the table and was wondering if someone new of a whole page opacity for the login page so people could see a light version of the background aswell as the webpage and once hover over the page returns to normal colour so they can see what there doing....does anyone know of a place to get this or has the time to create something like this?.. because im not entirely sure on how to do it.. Help will be greatly apreciated. thankyou very much.
  24. Re: Ideas... hmm...nice to know were speaking to a mature kid...
  25. Re: QUERIES This is not a free modification please post in the correct section.
×
×
  • Create New...