Git Product home page Git Product logo

reverse_engineering-dcod-mca-cet's Introduction

Reverse Engineering

This repository contains the code of "Reverse Engineering" event under DCOD. Reverse engineering is a competition through which, a developer can test his PHP decoding skills. This PHP code uses some simple (but complex looking) functions.

Installation

Ubuntu

  1. Update your system.
$ sudo apt-get update
  1. Install Apache server
$ sudo apt-get install apache2
  1. Install PHP 5.6
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php5.6
  1. Copy the folder to /var/www/html

  2. Install mysql

$ sudo apt-get install mysql-server
  1. Configure mysql (setting up root password and other settings) by running the following command.
$ mysql_secure_installation
  1. Install phpmyadmin.
$ sudo apt-get install phpmyadmin php-mbstring php-gettext
$ sudo phpenmod mcrypt
$ sudo phpenmod mbstring
  1. Restart apache server.
$ sudo systemctl restart apache2
  1. Goto localhost/phpmyadmin

  2. Create a database named 'reverse-engineering-v2'.

  3. Import the .sql file present in the git repository.

  4. Goto localhost/reverse_engineering-dcod-mca-cet to view the site.

I added only ubuntu's detailed installation because, we used Ubuntu for setting up our server. For installing in other OS, refer this link.

Contributors

  1. Sashwat K
  2. Tarun P Karun

reverse_engineering-dcod-mca-cet's People

Contributors

sashuu69 avatar

Stargazers

Akshay B avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.