March 17th, 2012
Firstly all research and testing I have undertaken has only been to protect myself and the websites I manage.
I strongly urge you to only use any tools described here on systems that you own or control (and you don't mind breaking) otherwise you may/will get into trouble with the authorities.
Also only use the OS on a machine that you are willing to wipe clean after if it turns out there is a root kit or something else nasty.
ONE MORE DISCLAIMER:
I DO NOT RECOMMEND ANYONE TO USE THIS OS AND ALL INFORMATION PROVIDED IS FOR EDUCATION PURPOSES ONLY
WHAT YOU… Read More
Posted in General |
January 21st, 2012
MongoDB (from "humongous") is a scalable, high-performance, open source NoSQL database.
MongoDB is non-relational (no joins) so references ("foreign keys") between documents are generally resolved client-side by additional queries to the server ("linking").
To start you need to Download and install MongoDB
http://www.mongodb.org/display/DOCS/Quickstart
At this point you should be able to run the console/terminal.
After that… Read More
Tags: CodeIgniter, MongoDB, NoSQL
Posted in Database |
January 15th, 2012
Here I will explain how to setup Base Models in CodeIgniter.
This follows on from Part 2 so I recommend that you read this first before continuing.
Full working example of all 3 parts available on GitHub:
https://github.com/glynrob/CodeIgniter-Setup
Read More
Tags: CodeIgniter, PHP
Posted in PHP |
January 15th, 2012
Here I will explain how to setup Base Contollers in CodeIgniter.
This follows on from Part 1 so I recommend that you read this first before continuing.
Full working example of all 3 parts available on GitHub:
https://github.com/glynrob/CodeIgniter-Setup
If you only want the code for Part 2 you can pull Stage… Read More
Tags: CodeIgniter, PHP
Posted in PHP |
January 15th, 2012
Here I will explain how I setup CodeIgniter along with creating Base models and Contollers
in Part 2 and Part 3
Full working example of all 3 parts available on GitHub:
https://github.com/glynrob/CodeIgniter-Setup
If you only want the code for Part 1 you can pull Stage 1 from the repo.
…
Read More
Tags: CodeIgniter, PHP
Posted in PHP |