MassMail Close To Complete

Posted by DeltaWolf7 | Posted in Project News | Posted on 14-12-2009

Tags:

0

MassMail is now very close to complete.

In the next few week before chrismas I hope to release a version.

Almost back up to full swing

Posted by DeltaWolf7 | Posted in Site News | Posted on 16-11-2009

Tags: , , ,

0

Everything is nearly back to the way it was before the server dive. All of the public issues should now have been sorted, but please let me know if you find any problems.

Server Issues

Posted by DeltaWolf7 | Posted in Site News | Posted on 14-11-2009

Tags: , ,

0

We are experiencing some server issues, please bare with us.

MassMail 2.0.0.0 Coming Soon

Posted by DeltaWolf7 | Posted in Project News | Posted on 09-11-2009

Tags: , ,

0

Soon I will be releasing MassMail V2. The new version has had a full overhaul. From Html editors, to better recipient handling MassMail V2 has it all.

Here is a taste of things to come.

MassMail V2 Taste

PC: Sims 3 update error: i/o operation failed (attribute modification)

Posted by DeltaWolf7 | Posted in Random Content | Posted on 20-08-2009

Tags: , , , , ,

4

Ok, I have been getting this alot in our workshop. The PC game by EA (Electronic Arts), The Sims 3 does not update and gives the following error on Windows XP, Vista or Windows 7.

Heres how you fix it…

1. Disable your antivirus/firewall (Kaspersky, Avast, Avg, Norton, Mcafee, Etc).
2. Now install that update.

It turns out that the way to old style patch system works that EA though so hard about using for the last 50 years, has problems with almost all security packages due to the way it changes files. Most security packages will detect that action as odd and protect the files being patched. Simply turning off your AV until the patch has completed will let you update your game.

On a side note, please remember to re-enable your protection after.

Code Snippet Bug

Posted by DeltaWolf7 | Posted in Site News | Posted on 18-08-2009

Tags: , , ,

0

I have fixed the small bug in the code snippet plugin that prevented snippets showing correctly.

Resizing a Bitmap image with C#

Posted by DeltaWolf7 | Posted in Site News | Posted on 18-08-2009

Tags: , ,

0

I have written an example that shows how you can resize a Bitmap image using C#

View it here

PS3 GhostBusters: The Video Game

Posted by DeltaWolf7 | Posted in Gaming Reviews | Posted on 16-08-2009

Tags: , , , , , ,

0

Here’s one I think everyone has been waiting for.

The events of the game occur during Thanksgiving 1991, two years after the events in Ghostbusters II. A new recruit to the Ghostbusters operation is brought on board to help test new proton pack equipment; due to the high risk, Dr. Peter Venkmen insists that the recruit be only named as “Rookie” to avoid developing any personal affection. As Ray introduces the Rookie to the rest of the team, a large-scale PKE shockwave ripples through the city and frees Slimer who flees back to the Sedgewick Hotel where he was first caught. The Ghostbusters are able to recapture the ghost along with several others that have recently appeared, but upon leaving the hotel discover that the Stay-Puft Marshmallow Man is ravaging Times Square. As they fight the giant creature, they find he has been following a woman, Dr. Ilyssa Selwyn, a museum curator in charge of the Gozer exhibit, and Drs. Egon Spengler and Ray Stantz suspect a connection between her and the ghost appearances. After destroying Stay-Puft, the Ghostbusters try to deduce Ilyssa’s connection, but are cautioned by Walter Peck, now head of the Paranormal Contract Oversight Committee (P-COC), and Mayor Jaques Mulligan about causing too much damage to the city.

The game delivers high impact fun, with an easy to pickup control interface similar to other first person shooters.

The experiance is a fun one, however the game is not very long but does leave it open at the end for another game or maybe a movie.

Multiplay is not without it charm, although the match making interface is a little less professional, the multiplay experiance is a good one. One thing I will say that sucks though, is the lack of PlayStation Network support, but this I mean the multiplay part of the game can’t access your friends list, which means you have to add each person to your in game friend list manually.

Ghostbusters-Game

Basic Encryption/Decryption Example C#

Posted by DeltaWolf7 | Posted in Project News | Posted on 22-07-2009

Tags: , ,

0

I have just added a new code snippet to the site, one that deals with simple encryption/decryption of strings.

View here

String Encrypter

Posted by DeltaWolf7 | Posted in Project News | Posted on 22-07-2009

Tags: , , ,

0

Here is a simple method for encrypting and decrypting strings.

This example can be used to encrypt database connection strings and other important information.

Download here