I won't really be updating this but because so many links still forward here i'll keep this one online. Please check out my new project site that will show my latest updated doings and tutorials.

http://www.e3po.info/

Thanks,
E3pO.

Projects

Windows Desktop made completely from CSS, Javascript, and HTML.

I’ve been wanting to make something like this for quite some time, and yesterday I decided I was going to give it a try. I knew what needed to be done, and how I could to it. All I needed to do was actually do it. The website itself is powered by over 46 individual images and about 370 lines of code. It’s not that much really, but it’s far more images I’ve ever actually spent time working with in Photoshop to get them looking perfect on the site. The site demonstrates several different cool CSS and also JavaScript tricks. My favorite JavaScript I’ve used so far is definitely the drag n drop feature I’ve implemented into the site. It’s pretty fun moving those icons around and screwing around with the half functioning notepad. When I say half functioning, that’s pretty much all it is. I’ve gotten bored of the project and probably won’t work on it anymore.. But it will always be stored away on my server for others to gaze at in amazement.

Feel free to copy any source code you want; it’s pretty messy.

https://www.wmclan.net/desktop/

Sunday, July 4th, 2010Projects, Websites1 Comment

Counter-Strike: Source – gg_e3_hallways4

I’ve been pretty active in a new gaming community called sG. You can visit their website here. After playing on their gun game server I decided I would take a little time and make a map for them. It’s basically some hallways and a big room in the middle. If you would like to download it, there is a download link below the screenshots. Let me know what you think!

Download

Wednesday, June 30th, 2010Maps, Projects1 Comment

E3pOison DDoS (Denial of Service Attack)

A few people have really been starting to piss me off. They keep asking me to make them a program to DDOS website. A few programs have already been made before, but I decided to take it to another level… After hours and hours of searching and reverse engineering and looking through apache code I found a stupid little bug that if you call a request enough times and send a specific header you can actually corrupt the memory in the stack and send a RET to another function.. I didn’t have enough network bandwidth to send enough requests to actually do the dirty work.. so I setup a server farm of over 230 some servers on various networks to test it out. It’s nice to have lots of friends that don’t give a crap what you do on their systems! I created a server side program that did all the housekeeping on all the bots and then created a simple little program to tell the server what to do… Long story short, the end result is just what they asked for. Type in a URL, change what the webpage says.

No, I do not plan on ever releasing the server side code, bot code, or controller. Well.. Maybe… But that’s another day.

Here is a little video of it in action!

Tuesday, June 22nd, 2010Programs, Projects9 Comments

Halomaps Multi Downloader

This project never got released to anybody other then me.. Dennis over at halomaps.org has it out for me so I’d rather not piss him off more then I already have. This was a simple little grease monkey script that read information from the download page and gave you multi links you could download from. It was super useful, but it sure pissed off the owner of the website!

Thursday, June 3rd, 2010Programs, ProjectsNo Comments

Halo 2 Vista Name Changer

This was a prank I tried out on a few servers joining as “Microsoft”. It was hilarious and so much fun to scam people with. It was pretty cool while it lasted, I haven’t played Halo 2 Vista since that day.. Horrible game.

Thursday, June 3rd, 2010Programs, Projects4 Comments

Prime Number Generator

One of my friends from school got challenged by her dad that she couldn’t create a program that generated prime numbers up to a million. She instantly came to me and asked if I could help her out. I started off with a stupid javascript webpage that ended up crashing her browser because it couldn’t handle all the data. I decided to make a threaded C# application that did the exact same thing, along with php, C++, java, and even a python version. A friend of mine showed me a cool way of doing it with python that is only 7 lines long.

for n in range(2, 10): for x in range(2, n): if n % x == 0: print n, 'equals', x, '*', n/x break else: print n, 'is a prime number'

If your interested in the C# version with the source code, feel free to download it below.

Download (x86)
Download C# Source

Thursday, June 3rd, 2010Programs, ProjectsNo Comments

Sapien Window Fix

Have you ever loaded up Sapien and all of your window placements are messed up? Have you tried everything to get them back to normal but just can’t get them the way they used to be? I had this problem too. After a bit of research I figured out that Sapien stores window locations in the registry! If you delete them, it will go back to the default settings! I created a simple little application that does all the work for you, all you need to do is click the big “Click here to fix them!” button.

Download (x86)

Thursday, June 3rd, 2010Programs, ProjectsNo Comments

Darkfall Xbox 360 Modding Tool

Darkfall is a modding application created by Darkfall Modders that is designed to help anyone who is modding on an XDK, Jtag, or retail Xbox 360. My contribution to the project is just about everything to do with the user management system. Everything from logging in, becoming premium, managing users, sending messages to people, it’s all me. It’s all powered by a https connection to my server with different requests such as register, login, verify users, check premium, send messages, etc. I coded E3pOisonSecure.dll along with all the server side code to power it. I’m pretty happy at how it turned out, and I’m still working with the Darkfall team to this day keeping everything running smoothly. New features are being added every few weeks. I plan to port it over so people can also implement it into their applications if they are in need for a super powerful user management system. Below is a screenshot of the Administration Panel powered by my DLL…

Just about anything you would ever need is in that thing.. Registering new users, changing user levels, banning, locking accounts, generating secure hashes, a list of registered users, online users, current messages being sent to specific users, the whole shibang. It’s all there! Features like only being able to login from the computer the account was registered on prevents sharing of usernames and a custom hashing system prevents attempted hacking.

If your interested in what’s going on with Darkfall, check out http://www.se7ensins.com/forums/topic/199293-darkfall-beta/

Thursday, June 3rd, 2010Programs, ProjectsNo Comments

Portfolio For My Girlfriend

Since my girlfriend just happens to be a model, I decided to make her a website. This was testing out my php, mysql, and of course photoshop html and css skills. I’m pretty happy with the results, it came out better then I expected. Though I would love to give you the link, I would rather not publicly release it at this time. Instead you can see some screenshots of it’s beauty in action. I had to blur some identifiable information out for the screenshots, but you get the general idea of what the site is supposed to look like.

Thursday, June 3rd, 2010Projects, WebsitesNo Comments

Halo CE Map: Yoyorast Island V2

By far the most complicated map project I’ve been a part of, Yoyorast Island V2. This map blows any map I’ve ever created far into another dimension. I’m proud to say that I was a lead part for some time in the creation process of Yoyo V2. Hours and hours of fixing and tweaking and tedious trial and error finally paid off. If you haven’t played Yoyorast Island V2, you have no clue what your missing. One of the most well thought out maps I’ve ever seen, and oh so much fun to play. It supports every single game type, and is fun to play on every one. The only thing that is lacking in my opinion is lightmaps.. Sadly it was released before I released my custom lightmap uvw program. Other then that, Yoyov2 is by far the best map ever created for Halo CE.


More Screenshots…

Download

Thursday, June 3rd, 2010Maps, ProjectsNo Comments
    Please donate to help server cost and purchase new games to create great public hacks for!
    Donate for +rep