Jump to content
MakeWebGames

Absolute Zero

Members
  • Posts

    303
  • Joined

  • Last visited

    Never

Everything posted by Absolute Zero

  1. Re: When is it ok to lie? Thanks for the response, I also agree with what you had said. Now to answer the following:     I don't think anyone can possibly know that question. I for one can't think of a response, as I've spent 30 minutes just thinking about it. I'll edit/post when I can think of one.   Well what kind of relationship may I ask? Eg. Business, friend, family, love, spiritual? Once I know that I think I may be able to answer.   Also depends which kind of relationship. A spiritual relationship with you and your, lets say God, must be one without sin nor lie. Practise what you preach. ---------------------------------- That's my two cents, update me on what kind of relationships you are talking about :-) Fun debating seanybob :-P
  2. Re: In game forums for sale Link doesn't work :( If I saw a preview/screenshot of features and other stuff I would be interested in purchasing :-D
  3. Re: FREE ADVANCED USERSONLINE MOD are you using V2?
  4. Re: Attractive Advertisement Tutorial! Does anyone else have some opinions,questions how there ad went?
  5. Re: When is it ok to lie?   Why don't you lie to people you don't know?
  6. Re: delete shop Agreed UCC. But can anyone test if my conversion works? Or matt2k6 tell me if it works.
  7. Re: [Free] [v1] Jail   Same thing happens to me, also its nearly impossible to break someone out or to break out yourself...but you could just change the equation for that :D
  8. Re: delete shop My first time converting to V2 or even trying, so if it doesn't work someone else help him :-P   function delete_shop_form() { global $ir,$c,$h,$userid; switch ($_GET['step']) { default: echo "<h3>Deleting Shops</h3> Here you can delete a shop. <form action='admin.php?action=delshop&step=2' method='post'> User: ".shop_dropdown($c,'shop')." <input type='submit' value='Delete Shop' /></form>"; break; case 2: $target = $_POST['shop']; $d= $db->query("SELECT shopNAME FROM shops WHERE shopID='$target'") or die(mysql_error()); $itemi=$db_fetch_row($d); print "<h3>Confirm</h3> Delete shop - ".$itemi[0]."? <form action='admin.php?action=delshop&step=3' method='post'> <input type='hidden' name='shopID' value='$target' /> <input type='submit' name='yesorno' value='Yes' /> <input type='submit' name='yesorno' value='No' onclick=\"window.location='admin.php';\" /></form>"; break; case 3: $target = $_POST['shopID']; if($_POST['yesorno']=='No') { die("Shop not deleted. [url='admin.php']>Back to main admin page.[/url]"); } if ($_POST['yesorno'] != ("No" || "Yes")) die('Eh'); $db->query("DELETE FROM shops WHERE shopID='$target'") or die(mysql_error()); echo "Shop Deleted. [url='admin.php']>Back to main admin page.[/url]"; break; } }
  9. Re: BANK cap V2 For future reference remove (int) from the equation :-)
  10. Re: [FREE][CRYSTAL GYM] Please people use [code*][/code*] when wanting to post code, not quotes. - Remove *'s when posting code, and code goes between <php omg code ?> like that.
  11. Re: When is it ok to lie? Let me spice this stuff up! I know seanybob is going to respond and I'm curious to what he will say :-) I believe the following are acceptable lies, explanations go along with them. Lie to Children A lie-to-children is an expression, or more specifically a euphemism, that describes a lie told to make an adult subject, such as sex, acceptable to children. The most common example is "The stork brought you." My thoughts: Telling a child the whole truth about sex wouldn't be to pleasant at a young age for the child would it? Emergency lie Emergency lie is a different kind of white lie, which is employed when the truth may not be told because, for example, harm to a third party would come of it. An example of such an emergency lie would be a neighbour lying to an enraged husband about the whereabouts of his unfaithful wife, because said husband might reasonably be expected to inflict physical violence should he encounter his wife in person. Although the moral integrity of the wife may certainly be put into question, the threat of violence is considered to be the more pressing issue, which could justify the lie in this case depending on the moral axioms employed. My thoughts: telling this lie is alright because you don't want someone dead out of anger. When the husband and wife calm down they can talk over there problems like civil beings, not inflicting physical harm. Story-Telling Lie to make the story more interesting. My thoughts: in other words, exaggerating is the key. Everyones done it and it is a form of lying IMHO. Bluffing Bluffing is an act of deception that is not usually seen as immoral because it takes place in the context of a game where this kind of deception is consented to in advance by the players. For instance, a gambler who deceives other players into thinking he has different cards than he really does, or an athlete who indicates he will move left and then actually dodges right, are not considered to be lying. In these situations, deception is accepted as a tactic and even expected. My Thoughts: telling the truth always will not help you advance faster in a game of poker or other gambling/sports. Trickery/lieing is known to be part of the game, am I correct? Well thats my thoughts, let the debate continue about lying :wink:
  12. Re: Problem with Registration.php! When using that code deception any amount of characters inputed into the field automatically produces the die message, any idea why? Thanks Again Deception, your a big help 8-)
  13. Re: Problem with Registration.php! Thanks Decepti0n worked like a charm 8-) +1 Noob moment but, I probably havent looked hard enough, don't know how to make a minimum to maximum amount of characters for names and password. Example: Names: 3 to 12 Characters Password: 5-12 Characters Thanks for the help in advance -Absolute Zero
  14. "; $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$ip)) { die("Your IP has been banned, there is no way around this.
  15. Re: [TGM] Joinable Organised Crimes [TGM]   So true, A pity that probably 50% of people here wont understand what that means though :| For those people, Click here 8-)
  16. Re: FREE ADVANCED USERSONLINE MOD Just shows the number, no location name.
  17. Re: FREE ADVANCED USERSONLINE MOD :mrgreen: Testing :mrgreen:
  18. Re: FREE ADVANCED USERSONLINE MOD Don't fret about it. Sorry you cant catch sarcasm through text. Anyway, I am trying to add location in place of money. I replaced {$r['money']} with {$r['location']} and {$r['cityname']}. Neither of those display the city in which the user is in. Could that be because it's not fetching where the user is located?
  19. Re: FREE ADVANCED USERSONLINE MOD Relax tiger it was a joke :-D
  20. Re: FREE ADVANCED USERSONLINE MOD Don't think about the women players do you! Do YOU! <th>Attack Him</th> :-D hehe nice mod thanks for fix LostOne ** Only thing I would change is that you change for every player it makes a new table 0_o
  21. Re: Attractive Advertisement Tutorial! Thanks Scarlet! 8-) I will try to post more and more tutorials to help everyone out :-)
  22. Re: Medical - Reduce Hospital Time Works great LostOne! Thanks for the help. 8-)
  23. Re: Attractive Advertisement Tutorial! Thanks Noelle 8-) Does anyone have any problems,questions or fixes to my tutorial? Has anyone used it? I want to see the final outcome some of you can come up with, I did this today:
  24. Hello, everyone! Good Morning/Afternoon/Night! Let's start by me telling a little about myself then I will post the tutorial for all of you. I signed up to CE about a week ago and so far enjoy the community. I would like to help out anyway I can so I will post this. Experience: Adobe Photoshop CS1/CS3, Imageready, some flash cs and dreamweaver. Time: About a 2 & 1/2 of graphic design. Note: Before you start this project keep a design/style in mind. For that pick out the picture/font/brushes before starting. Recommended Sites: Font: www.dafont.com Pictures: www.sxc.hu Brushes: www.deviantart.com Tutorial: In this tutorial I will teach you how to make an attractive advertisement for your text-based game! This is not a copied tutorial and took me quite a bit of time to make! If you use this somewhere else please give me credit by posting: Made by Absolute Zero - www.zero-networks.com. This tutorial will include step by step and pictures along the way! If there are any problems/questions please post here. A +1 would be cool if you thought this was useful/used it. So what are we waiting for, lets get started! ------------------------------------------------------------------------- Step 1: Load up Adobe Photoshop, any version is fine. Click File > New. Copy this then press "Ok": Step 2: On your background layer go to filter > render > clouds. Press CTRL+F until you find the one right for you. Step 3: Create 4+ new layers (CTRL+SHIFT+N) depending how in depth you want your ad to be. Press "D" to reset your foreground; starting from the highest layer on your list ALT+BACKSPACE to fill the layer with black, then the layer under with CTRL+BACKSPACE. Black then White, Black then White. Continue this until you reach the "Background layer" (The one with clouds), do not change this layer in any way!. Your foreground and layers panel should look like this: Step 4: Click on the highest black layer. Press "B" to go to brushes and select your favorite brush, try not to repeat using the same brush, change your color to white when it's a black background and black to when it's a white background. Brush a few times then set the layer to "soft light" in the layers panel. Continue this until you reach the background layer (the one with clouds), do not brush this one!. Step 5: Already looks cool huh? It gets better! If you think it's to dark, click the background layer and go to: Layer > new adjustment layer > brightness/contrast and lighten it up to your desire. You can also go to the clouds layer and CTRL+F until it suits your needs. Next we need some color, layer > new adjustment layer > color balance. Use the following color levels: -45 / 0 / +32 - Midtones - Preserve Luminosity. Step 6: Time to add a cool border. CTRL+SHIFT+N above the highest layer and name it "border". Press "M" to get the rectangular marquee tool. Start from the corner and highlight everything. With it highlighted go to Edit > stroke > 1px black. Now you can customize it by going to Layer > layer style > blending options. Play around with it and make your border look cool, "Outer Glow" is my suggestion. Step 7: Click on the layer under the border and CTRL+SHIFT+N. Select the pencil tool with 2px. Hold shift and make a line vertically at the deep right side. Then hold shift and make a line horizontally near the top (look at picture for reference). Go to layer > layer style > stroke > 1px black. There we go, we got some cool lines on our advertisement now. Step 8: Go to the layer below border and press "U" select the "ellipse tool" and make sure your main color is white. Then use your tool to make a circle from one side to the other like this: Once that's done set the oval layer to an opacity of around 20%, depending on how you like it make it blend so it doesn't seem to obvious. Step 9: Copy a picture or make your own! Click the layer beneath the border and CTRL+V your image in. Resize and cut the edges of the image with the soft eraser so it looks good and place it on the left. Step 10: The last step! Looks great so far, but still missing something...TEXT! Grab your best text, write your game name underneath the horizontal line in a big font. Then write your slogan in VISITOR size 10 font (download at www.dafont.com) with a 1px black stroke around it! And your done! Add extra effects to your liking! I know I will. Examples of my finished products: ------------------------------------------------------------------------- Copyright © Absolute Zero. Only members of Criminal Existence can use this, unless the person has authorization. If used please post at top and bottom: Tutorial Made By: Absolute Zero - www.zero-networks.com. Thanks and I hope you made a wicked advertisement! Any questions/problems should be posted here, thanks. +1 would be cool if you like/used it.
  25. Re: Medical - Reduce Hospital Time .... The topic or board you are looking for appears to be either missing or off limits to you.
×
×
  • Create New...