Portfolio
code

FUD macro exploit… .doc/.xls

March 10, 2017Category : Virut/Trojan

1. Go to github.com/khr0x40sh/MacroShop and download all files. 2. Unzip your archive and open cmd. 3. Go to files directory via cmd and write “python exeinvba.py –exe test.exe –out test.vb” (test.exe is your file executed when macro starts). 4. Open new generated test.vb via notepad and copy all this code. 5. You can use this..

Read more
01.

Protected: Code GetRead.net

February 25, 2017Category : MMO

There is no excerpt because this is a protected post.

Read more
02.

[Windows 10] Điều khiển máy tính từ xa dễ dàng với Quick Assist (thay thế teamviewer)

February 23, 2017Category : IT & Network

​ Windows 10 version 1607 đã được Microsoft tích hợp phần mềm kết nối từ xa có tên gọi là Quick Assist. Ưu điểm phần mềm này là có thể điều khiển máy tính khác mà không cần phải cùng mạng. Phần mềm này gần như thay thế hoàn toàn Remote Desktop Connection trước đây..

Read more
03.

Protected: Read news adiphy.com

February 18, 2017Category : MMO

There is no excerpt because this is a protected post.

Read more
04.

Hướng dẫn đăng ký Payoneer

February 15, 2017Category : MMO

Với sự trợ giúp của thẻ Payoneer thì giờ đây việc nhận thanh toán hoa hồng từ các mạng quảng cáo không còn là vấn đề lớn với các blogger như trước kia nữa. Chỉ mất khoảng 2h là tiền sẽ về đến tài khoản và các bạn có thể rút tiền trực tiếp tại các..

Read more
05.

Protected: SEO Tăng view với G+

December 26, 2016Category : MMO

There is no excerpt because this is a protected post.

Read more
06.

[Paypal] Rút tiền từ Paypal về tài khoản ngân hàng

October 29, 2016Category : MMO

Các giai đoạn rút tiền từ paypal về ngân hàng Bạn đặt lệnh rút tại paypal. Personal = withdraw Business = Transfer money Trang thái Pendding: đội ngũ Paypal kiểm tra tiền sạch hay không (1-2 ngày): nếu có vấn đề thì tài khoản của bạn sẽ bị limit để giải quyết và bạn phải tiến hành gỡ Limit..

Read more
07.

[VPS] Rclone – Backup toàn bộ VPS lên Google Drive – Script sao lưu backup vps

September 28, 2016Category : IT & Network

Rclone là một công cụ đồng bộ hóa dữ liệu tương tự Rsync nhưng lại được tập trung phát triển chức năng kết nối với các dịch vụ lưu trữ đám mây. Ưu điểm của việc sử dụng dịch vụ lưu trữ đám mây đó là tốc độ cao (do có server được đặt trên khắp thế..

Read more
010.

Direct sql quiries in magento

September 1, 2016Category : Code/Web

Database Connections In Magento By default, Magento will automatically connect to it’s database and provide two separate resources which you can use to access data: core_read and core_write. As you can probably guess, core_read is for reading from the database while core_write is for writing to the database. It is important to ensure that you..

Read more
011.

PHP7 mysql lib to mysqli convert

July 2, 2016Category : Code/Web

Đây là thư viện để các bạn không phải sửa từng chút một trong code nữa thêm include hoặc require trong config.php là được <?php namespace { if (!function_exists(‘\mysql_connect’)) { define (‘MYSQL_ASSOC’, 1); define (‘MYSQL_NUM’, 2); define (‘MYSQL_BOTH’, 3); define (‘MYSQL_CLIENT_COMPRESS’, 32); define (‘MYSQL_CLIENT_SSL’, 2048); define (‘MYSQL_CLIENT_INTERACTIVE’, 1024); define (‘MYSQL_CLIENT_IGNORE_SPACE’, 256); function mysql_connect( $hostname =..

Read more
012.

Facebook Messenger Chatbot Setup in PHP

May 5, 2016Category : Code/Web

Here is a step by step guide to make your first chatbot. Widely anticipated, Facebook has announced their messenger platform enabling businesses to build their own chat bots — automated response tools within Messenger which will be able to handle increasingly complex customer queries. Official Facebook Getting started guide https://developers.facebook.com/docs/messenger-platform/quickstart for Messenger Platform https://developers.facebook.com/products/messenger/ only have examples for..

Read more
014.

Add videojs player html5 with javascript

November 18, 2015Category : Code/Web

index.php <div id=”video”><p> Restart or F5 browser to view this content.</p></div> <link href=”<?php echo get_template_directory_uri(); ?>/css/video-js.min.css” rel=”stylesheet”> <script src=”<?php echo get_template_directory_uri(); ?>/js/videojs.min.js”></script> <script src=”<?php echo get_template_directory_uri(); ?>/js/jquery.min.videojs.js”></script> <script type=’text/javascript’> var obj, source; obj = document.createElement(‘video’); $(obj).attr(‘id’, ‘example_video_test’); $(obj).attr(‘class’, ‘video-js vjs-default-skin’); $(obj).attr(‘controls’, ‘ ‘); $(obj).attr(‘poster’, ‘http://todaytv.club/movie_night_image.jpg’); $(obj).attr(‘preload’, ‘auto’); $(obj).attr(‘data-setup’, ‘{“inactivityTimeout”: 0}’); $(obj).attr(‘autoplay’, ‘true’); source = document.createElement(‘source’);..

Read more
015.
© Oliver / All rights reserved.
To top