Engineering Forum

HAPPY ENGINEERS DAY TO ALL ENGINEERS…….. Engineering Forum is the dream of ours to contribute for engineers and engineering discipline and provide the free platform for young and experience engineers to show their passion in the field of engineering. We look to connect world wide engineers, and for the same we look forward for your … Read more

SSL vs VPN

Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide communication security over the Internet.[1] TLS and SSL encrypt the segments of network connections above the Transport Layer, using asymmetric cryptography for privacy and a keyed message authentication code for message reliability. Plain HTTP Data from Server to Client … Read more

Be aware while use online banking

Phishing is a way of attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy entity in an electronic communication. Be aware of fraudulent or fake web sites, untrustworthy websites, phishing (fishing) for personal information with fraudulent emails, Online auction frauds…. Make sure you are browsing proper … Read more

Moodle – How to update timestamp on assignment/submissions.php

Moodle is a Learning Management System (LMS) that provides educators with tools such as resources, forums, quizzes, assignments, learning objects, surveys, polls, data collections, lessons, wikis and projects so that they can construct web-based courses about any topic and then invite students into those courses. Moodle has many management features such as groups, gradebooks, reports, … Read more

How to prevent downloading and leeching media files

How Do I Stop Hotlinking, Bandwidth Theft, Downloading and Leeching media files? You can stop downloading / hotlinking / leeching your site’s files using .htaccess in your Apache root or directory. The Apache mod_rewrite must be enabled for this. The 1st line of the above code begins the rewrite. The 2nd line matches any requests … Read more

Configure Line In with SAM Broadcaster & SHOUTcast Server

Take your radio station online SAM Broadcaster is something of a genius. It’s equipped with the Radio/FM tools professionals use 🙂 SHOUTcast is cross-platform proprietary software for streaming media over the Internet. This software can broadcast to and from media player software, enabling the creation of Internet radio “stations”. SHOUTcast Radio is a related website … Read more

FBTerminal – Tool to access facebook on command lines

FBTerminal is a command line interface (CLI) for facebook designed in PHP using Facebook Application ID, Secret and Access Token. It will work on Windows (CMD.exe), Linux/MAC (Terminal). Right now FBTerminal have limited commands like status update, text post, photo upload etc. FBTerminal will be updated for all basic commands on facebook. You must have … Read more

How to be proactive, not reactive?

Everyone wants to be successful in this era of globalization. This uncontrollable growth of innovation, invention, creation…….Where we stand? Do you think ever? If no……………………… It’s time to prove yourself and do something extraordinarily to get name, fame and satisfaction. According to my view the key qualification that should be exist in every innovator to … Read more

How to Install ANT with Java in Windows

Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java … Read more