Simple Login System: Auto Logout after 15 Minutes of Inactivity

Submitted by ronard on
Hi, In this tutorial will teach you on how to auto logout the system if there is no activity on the page within 15 minutes. This will protect the account of the user who forgot to logout. The script attached is just a simple and easy to learn. Just unzip the downloaded zip and in the "db" folder having a "tutorials" folder and just copy it and then paste in this path (xampp/mysql/data/). And then

Forum Tutorial - User Levels #3 - Admin Privileges, Banning Users & Logging Out

Submitted by Yorkiebar on
Introduction: This tutorial is the third and final episode to the User Levels section of my Forum Creation Tutorial series. In this part, we are going to be adding banning functionality and giving the admins their privileges. Admin Privileges: This part is essentially the same as the moderator privileges part found the previous tutorial.

Binary To Text Conversion in VB.NET

Submitted by donbermoy on
Last day, I had created a tutorial on Text to Binary Conversion. But today, we will have a lecture on how to convert a binary into a text. Here in this tutorial, we will create our own program to create a text to binary conversion. :) So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Save Data To Text File Using PHP

Submitted by argie on
This tutorial will teach you on how to save data on text file using php. The feature of this tutorial is it will allow you to save information without using any database. It also provide a confirmation message that you have successfully save the data in the text file. To understand more this tutorial follow the steps bellow.

Creating Our Form

The code bellow will display the form and the confirmation message generate by our php server.

Get Links and the Number of Links of a Website

Submitted by donbermoy on
In this article, we will create a program that get the links and the number of links of a website. With a link, users can navigate to another page, window, or Help topic; display a definition; initiate a command; or choose an option. A link is text or a graphic that indicates that it can be clicked, typically by being displayed using the visited or unvisited link system colors, examples are hyperlinks. 1.

File Searcher in VB.NET

Submitted by donbermoy on
Hi! Today, we will have a tutorial on how to create a file searcher program that can access to search files to your computer and display the lists of corresponding file in the ComboBox. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Microsoft is Officially Going Down

Submitted by blinkremz1 on
Microsoft is officially going down as confirmed by the Fortune's annual ranking of the World's Most Admired Companies for 2014 bringing the former top spot contender on the 24th place. Apple continues to dominate on the list conquering the other giant companies including Google and its main rival, Microsoft. Microsoft has now brief into commercialization. In fact, Satya Nadella, the new CEO has

Forum Tutorial - User Levels #1 - Setting Up & Altering Register Functions

Submitted by Yorkiebar on
Introduction: This tutorial will be continuing my creating a forum in PHP/MySQLi/HTML tutorial series. I have received a request to implement user levels to the system, so this tutorial will be setting up the things we need, and adjusting the register script to avoid errors. The Theory: Each user will have an access level, each of which have different permissions.