Dengan Server Search Results

How To: Minecraft Tutorial - Instant Repeater

Have you ever wanted to make redstone go as far as the eye can see? Well now you can with a design that I use to make redstone go 100000000 blocks without any delay! I showed this to many of the players on the server, and they all seemed to love it! Come check it out at www.youtube.com/user/SilentCircuitry or watch below.

Hacking Reconnaissance: Finding Vulnerabilities in Your Target Using Nmap

Remember that scene in The Matrix when Trinity uses a realistic Nmap port scan, followed by an actual SSH exploit (long since patched) to break into a power company? Well, believe it or not, but that scene is not far fetched at all. If you want to exploit vulnerabilities and root boxes, you'll need to learn how to perform the necessary reconnaissance first. In fact, you will spend far more time researching your target then you will exploiting it. In this article, I am going to show you the fi...

News: A Great Cliff Palace is Underway

Something is forming on the cliffs west of Shmattown...User Zedicus is working on his cliff side home filled with Escher-like stair cases and bridges. There are some great examples of architectural themes in here, as well as a great use of nature as he as build into the and around the stone and grass. We'll likely have more examples of great architecture from Zedicus as progress moves along on the server.

Goodnight Byte: HackThisSite Walkthrough, Part 4 - Legal Hacker Training

Cheers to another completed Community Byte project! Things went well regarding timeliness and being friendly to the other coders and students. If you've got ideas for our next mission, or an idea for a tutorial, submit them to me. Friday, our mission was to take out HackThisSite, basic mission 5. This mission focused on JavaScript, again. This time there is a little bit more security in place.

Goodnight Byte: HackThisSite Walkthrough, Part 2 - Legal Hacker Training

Welcome to the closing of the second HackThisSite and programming Community Byte. First and foremost, I would like to ask that people start showing up on time to the Community Bytes. If you need help converting your time zone to PST, go to Time Zone Converter. When users do not show up on time, we have to go backwards and catch everybody up. This wastes time and will also make other users' experience less enjoyable when they have to watch and listen to the same thing 100 times. Punctuality as...

Minecraft: My Uncle, the Serial Killer

Do you ever really know someone? I mean really really? Super really? Sometimes we can talk and be with people normally for years and then bam: five people dead, house on fire, dog missing. All the while people shake their heads and regret that if they had just put the little clues together all of this could have been averted.

How To: Play Minecraft Beta and Spawn Chickens by Tossing Eggs

These days, when people say "gaming", you think of Xbox 360 and PlayStation 3. Even the Wii. How could you not, with games like Black Ops, Gran Turismo 5 and Wii Sports in every retail store known to man? But if you're the type of gamer who sits in front of the computer screen playing MMORPG, MMORTS and sandbox games, then gaming has an entirely different meaning. If you don't know what those mean, then you've probably never heard of games like World of WarCraft, StarCraft II and more importa...

How To: Create a Web forms UI in Visual Web Developer

Interested in creating your own dynamic, web-based applications using Microsoft Visual Web Developer? In this lesson, you will explore the various ASP.NET 2.0 server controls available in Visual Web Developer. In addition, you will begin to get familiar with the windows in VWD. For more, as well as tips on becoming a more effective user of Visual Web Developer, take a look. Create a Web forms UI in Visual Web Developer.

How To: Use SQL database tables in Visual Web Developer

Interested in creating your own dynamic, web-based applications using Microsoft Visual Web Developer? In this installment from the Absolute Beginner's Series of video SQL tutorials, SQL Server beginners will learn about tables and definitions of data types, properties, keys, etc. in this second video. Find out how table rows, columns, and fields interrelate and whether columns can be empty. For more information, as well as tips for being a more effective user of Microsoft Visual Web Developer...

How To: Use the File Upload control in Visual Web Developer

Interested in creating your own dynamic, web-based applications using Visual Web Developer 2005 Express? In this installment from the Absolute Beginner's Series of Visual Web Developer C#/ASP.NET video tutorials, you will learn how to use the File Upload control on your web page to allow users to upload files to your web server. . This lesson will be particularly helpful to programmers to those with experience using both Visual Basic and simple HTML syntax. For more information, as well as ti...

How To: Things to Do on WonderHowTo (04/11 - 04/17)

WonderHowTo is a how-to website made up of niche communities called Worlds, with topics ranging from Minecraft to science experiments to Scrabble and everything in-between. Check in every Wednesday evening for a roundup of user-run activities and how-to projects from the most popular communities. Users can join and participate in any World they're interested in, as well as start their own community.

How To: The Essential Newbie's Guide to SQL Injections and Manipulating Data in a MySQL Database

No doubt you've seen some of the hack logs being released. One part that stands out over and over again is the heavy database usage. It used to be early on that virus and hackers would destroy data, usually just for lulz. However, with the explosive commercial growth of the Internet, the real target is turning into data theft. You should learn how this happens so you can protect yourself accordingly. Let's take a look at what makes this possible and dare I say, easy.

News: Minecraft World's Weekly Workshop: Building Hidden Passageways Like Never Before

Welcome to Minecraft World! Check out our advanced tutorials and come play on our free server. Have you grown tired of the standard "Mojang Doors" that are vastly overused? Are you interested in learning an alternative piston door method? Well, this week's Saturday workshop will show you a unique and inspiring way to hide your hidden treasures! This workshop will be centered around creating a hidden passageway using pistons in a way you've never seen before.

How To: Make a Gmail Notifier in Python

In this article, I'll show you how to make a simple Gmail notifier. Python can do various things in terms of notifications; sending commands to an Arduino unit, playing sounds, opening windows, etc. The code below simply plays some music, but the possibilities of notification methods are endless. If you aren't familiar with python, there are many sites with tutorials like this one, or this one.