Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. @Peter I understand what you're saying, but I cannot release any details on the clothing until contracts and agreements have been completed.   @Cronus The twitter page was recently created, and content will be published via Twitter soon, once everything has been completed, and work is more in progress ;) Also, the site is for formal wear, so T-Shirts are not going to be included.   @Zu We are going to do a mixture of both, supplier and tailored, which I should have made more direct in my original post. Thanks for the link to Brook Taverner, I'll be sure to check them out! :)   @Djkanna Thank you for the kind words! I'll be sure to notify you once the store has some products available!
  2. sniko

    Input

    How about putting it in some tags, or use a suitable link rel?
  3. Nothing that we can disclose at the moment, but once all the contracts and agreements have been filed, examples will be shown promptly! We are also trying to build hype and make the initial release a lot more exciting by keeping them from public eye.
  4.   Del Patori Del Patori is an upcoming formal wear company and we are looking for publicity to help boost the hype. We are currently in contact with a few suppliers to build our products from very good quality materials and to brand the products. Currently, the company is undergoing a hunt to find the best supplier who will make our products out of the best possible materials and sizing to give our customers the best experience with formal wear, ever. Del Patori is going to start by offering quality formal shirts, in various sizes and styles. We will then start to get contracts with more companies to offer a wide range of formal wear and accessories, such as branded cigars and briefcases. Once the male range is somewhat completed, we will strike contracts with more suppliers to perfect and release the woman range of formal wear and accessories. The management of Del Patori is run in a partnership scheme, and therefore decisions will be thought out thoroughly and perfected before we implement it onto the company. We plan to have our first stock very soon, so stay connected through either, Facebook, Twitter or our official website. We would love the community to spread the word of this formal wear company as best as they could, by doing either of the following; Liking our Facebook page Following us on Twitter and re-tweeting us Bookmarking our website Telling your friends / colleagues   All awareness of the company that is spread by this community is very appreciated from everyone in the company!
  5. So, as some of you may know from IRC, I am a beats by dre guy ;) A few days ago, I walked into HMV, and bought Mixr's. They are pure awesome, wrapped in little bunnies and puppy eyes. The bass is awesome on them, and the sound quality, immense. So, what headphones do you have?
  6. Wow! I love this one; http://fc04.deviantart.net/fs71/f/2012/046/6/6/664a4c78174be8def96520ef4f2a5a1b-d4ptlps.png Truly, great work!
  7. @lucky3809 Thank you! We will be doing some updates soon @Maniak It is very hard to get rid of that McCodes feel, but we've tried to make the mechanics of the game very different and unique.
  8. It'll be cool if you could [i haven't looked at the code, only the screenshot] that you would use IQ somehow, as it takes some intelligence to hack, especially into a bank account ;) Also, good little modification!
  9. Register to Blood of Eternity
  10. sniko

    out come error

    @Djkanna Understood, thanks! :)
  11. sniko

    out come error

    @modernmafia I'll write something that's more pleasing to the eyes for you, regarding arrays and the key indexing problem you're having. <?php /* * View outcome; http://codepad.org/0rxosNoK */ // Initiate array // Add elements (key => value) $cars = array(0 => "Car1", 1 => "Car2", 2 => "Car3", 3 => "Car4", 4 => "Car5", 6 => "Car6"); print_r( $cars ); ?>   As you see, it's easier to index the elements, using numbers, referred to as keys. As for the random selection, why not do something like; /* * View outcome; http://codepad.org/27qAS5EW */ <?php // Initiate array // Add elements (key => value) $cars = array(0 => "Car1", 1 => "Car2", 2 => "Car3", 3 => "Car4", 4 => "Car5", 6 => "Car6"); // Get random element from the array $won = array_rand( $cars, 2 ); // Output it echo $cars[$won[0]]; ?>   @Djkanna I believe this to be not entirely true, as if you look at the above code, I could have started the key at 1, not 0.
  12. May wish to optimize that query, or use the pre-defined $ir ?
  13. Good to hear, well, read :)
  14. Hi Seker, I believe I can help you, if I understand what you're wanting help with. You're not wanting to use a form, but post-like information to a page/request that will process the data, and return it in a form of information to the user, when purchasing a pet, correct? If this is the case, look into switch() and use a form, but use css to style it so it doesn't look like a form, or generate and store a query string (_GET) in a variable and use that to your advantage. Following on, ensure you've secured the variables - things that can change, pet id, quantity, etc etc - by sanitizing and filtering. Good luck and I hope all goes well :) - sniko
  15.   Meaning, the person who wins the auction has to purchase the image to even use the template?
  16. I have a question, before you get shouted at, or accused. Are you allowed to use the image of the city in the header area? (Awesome template by the way!)
  17. Is this a case of mis-communication or defiant behavior? The reason I ask is that you've failed to mention the time period of how long this has been going on for? Maybe you have but;
  18. Now that McCodes have released a newer free version; Link to free version. I'm thinking of programming a few systems for it, and releasing them for free via McCodes.com. Now, my question is what free systems would you like to be seen available for McCodes FREE? Please leave a detailed description in your reply, including; Any staff functions Brief summary of the system What the system will do Some detailed graphical aids (Optional) Please format this section as well, with correct grammar.   Also, if the system requires any graphics, you will have to supply them, ensuring that we are allowed to use them, and are free to use for the activities. You'll get credit for the idea that you publish I am free to choose which ones I publish, or not. I look forward to reading any responses. -sniko Submitted Suggestions * Auto Crediting IPN system (KyleMassacre) * Forums (The Coder) * Hide and Seek (The Coder)
  19. I believe Dave Macaulay did a video on this.  
  20. I believe Dave Macaulay did a video on this.  
  21. Code in question; // This will execute anyway // Resulting in the amount gained to equal $gain $gain = 0; for ($i = 0; $i < $_POST['amnt']; $i++) { $gain += mt_rand(1, 50) / rand(800, 1000) * rand(800, 1000) * (($will + 20) / 150); $ir['will']-=rand(1,3); } // This will execute if their stat // is below 50,000,000 //Therefore, overwriting $gain if( $ir[$stat] < 50000000 ) { $gain+=(0.0020*$ir[$stat])+(0.0030*$ir['will']); $ir['will']-=rand(1,3); }   (See comments in code above) ;)
  22. I've worked for 5$ a lot before in the past, primarily thinking of the future, as I was building my customer base, reputation and experience. I'm like Dave, now, under my circumstances now.
  23. I quite like the look and feel of it. It 'draws' you into a dark and tense mobster scene quite well. Overall, awesome job, and for free, who can complain?!
×
×
  • Create New...