Coder Social home page Coder Social logo

penta0308 / dprkmedia Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 2.15 MB

MotherFucking North korea's fucking kim family should be burning in hell

License: MIT License

PHP 80.23% Batchfile 0.02% Shell 0.07% Smarty 4.71% CSS 0.02% HTML 14.30% TSQL 0.01% XSLT 0.63%

dprkmedia's Introduction

DPRKMEDIA.com Source code

This source code is gained by hacking dprkmedia.com as known as KPM (조선언론정보기지) It is quite astonishing that their source code is written with the .NET Framework, a framework developed by Microsoft. They say the United States is one of the most vicious countries, but they built a website praising the Kim family with a software framework made by the US. LOL.

You can find many fun comments over the entire source code.

Server Registry

Server's Registry

Fun Comments

Source

class MY_Controller extends CI_Controller {
	
	...
	// url을 호출할때 먼저 이 메쏘드가 호출된다.
	public function _remap($method, $params = array())
	{
		if (method_exists($this, $method)) //url에서 추출한 메쏘드가 정확하면
		{
			...
			$this->$method($params); //파라메터와 함께 메쏘드를 추출한다.
		}
		...
	}
	public function render($view, $data = array(), $layout = self::LAYOUT_DEFAULT)
	{
		...
    echo boldSpecStr($display); //존함처리
	}
	...
	//현재 리용안함
	public function validate_form($form_elements_names, $validation_rules, $prefix = '')
	{
    ...
	}
	// 불멸의 령도 등록부경로 얻는다.
	public function GetLeadersTemp() {
		$path = self::PATH_DEFAULT."leaders/temp";
		...
	}
	// 우리의 프로그람 등록부경록얻는다.
	public function GetProgramDir() {
		$dir = self::PATH_DEFAULT."program";
		...
	}
}

Translation

  • // url을 호출할때 먼저 이 메쏘드가 호출된다.
    • When calling url, this method is called first.
  • // url에서 추출한 메쏘드가 정확하면 파라메터와 함께 메쏘드를 추출한다.
    • If the method extracted from url is correct, the method is extracted with parameters.
  • // 존함처리
    • Special treatment for the names from Kim family
  • // 불멸의 령도 등록부경로 얻는다.
    • ????
  • // 우리의 프로그람 등록부경록얻는다.
    • ????

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.