Quantcast
Channel: Learn programming and networking
Browsing all 59 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Mini web based chatting application in PHP - NO database required!

I've been getting couple of requests about a chat application that doesn't require database to work.Here it is, you may ask what're the requirements and setup to make it work? Well.. None! All you do...

View Article



Image may be NSFW.
Clik here to view.

Learn TCP/IP basics in 5 minutes!

First things first alright. Yes I mentioned two strange acronyms in my title, which you know nothing about! But you will, in 5 minutes starting from now you will know everything that you didn't! So...

View Article

Image may be NSFW.
Clik here to view.

Run PHP from command line. It's just like executing Javascript code from...

Apparently learning Javascript through console seems like a pretty decent way to get basic stuff down, and goo new is, it can be done in for PHP too! What you'll need:- XAMPP Installer. It's just...

View Article

Image may be NSFW.
Clik here to view.

[Auto] Random Proxy, Referal and Useragent visitor

After the release of Proxy visitor 1.0 I've been getting quite a bit of requests from people to add random useragent and referal userbar. In this new script I've added both along with user friendly txt...

View Article

Image may be NSFW.
Clik here to view.

Complete Registration, Login, Password recovery and changing system

Useful scripts for everyday use!This is a small bundle of script I've developed, it's made for small projects. It comes with complete registration, login, password recovery and password changing...

View Article


Custom error response in event of 404 page not found !

If you're new to website development please check my HTTP the very basics first.There are times when user tries to visit a page on your website that doesn't exist. When this happens Apache server...

View Article

Detect HTTP request type in PHP using $_SERVER array variable

$_SERVER is an array containing data such as HTTP headers, paths, and script locations. Basically server and execution environment information. This information is generated by your web server.So if...

View Article

Mini traffic exchange script no database or PHP required!

I wrote this traffic exchange script.Here's how it works.You as the owner would add all exchangers website in the links array. When done, just upload the script to your server and tell people to leave...

View Article


Image may be NSFW.
Clik here to view.

Javascript to mass follow users on twitter!

Well as we all know, social media's become one of the thing your site cannot live without. In this quick post I'll show you guys how to mass follow twitter users.Here's how it's done.1. Open a well...

View Article


Image may be NSFW.
Clik here to view.

Free e-commerce website | Paypal Payment Options

Completely free of charge ecommerce script | No no hidden costs | Under GNU/GPL license.This is a small e-commerce website that allows you to sell up-to 4 products. It comes with Admin Panel where...

View Article

Image may be NSFW.
Clik here to view.

What's a Proxy server and how it works for absolute beginners

Figured I'd write a little article on this since there's so many people that seem to be working with proxies without really knowing what it really is and how it works.-First things first, for those who...

View Article

How to verify data integrity using MD5 cryptographic algorithm

What is MD5 you ask? MD5 stands for message digest 5. It's an algorithm used to create data digest to verify it's integrity. Just like every human being has unique fingerprint, every file that goes...

View Article

Can you really learn programming on your own?

The short answer is, yes. Now the long answer..when most people talk about programming they have this complex algorithm, thousands of lines of code, weird looking flocharts in mind, and more often than...

View Article


Sending POST requests with AJAX for absolute beginners

First things frst, what is AJAX?AJAX is a client side script that communicates with server without the need to refresh the web page - in other words it works asynchronously.Why'd I need AJAX...

View Article

Image may be NSFW.
Clik here to view.

PHP Script | Store all $_SERVER variable data into database and retrieve

This script will stores all the data that resides in $_SERVER variable into one field in databse which can be retrived as a regular arrayHow to use: To use this object instantiate the Server class and...

View Article


Image may be NSFW.
Clik here to view.

PHP snippet | Format POST Array

I wrote this little functions to dumb your POST array data into a nice little table. Post associate array can be a little confusing for someone who is just starting out, if ya wanna check your...

View Article

Image may be NSFW.
Clik here to view.

How not to get your website hacked

The two most common type of attacks are:SQL injectionXSSSQL Injection(Senario):Hacker can get access to premium section of the websiteCan drop DatabaseCan echo all the data on screenCan obviously steal...

View Article


What is online stock trading and how to choose the best company

There are times when there is a lot of uncertainty when it comes to financials. One option that many people consider is to invest their money. For beginners, stock trading can be a very confusing and...

View Article

Basic Linear Search Algorithm for web scraping and many other stuff

Basic Automation AlgorithmThere's plenty of techniques used in bots automation, they use different tricks and technique but the most common one is called Linear search. It's also quite useful in web...

View Article

Image may be NSFW.
Clik here to view.

Collect & Validate User Emails for marketing

A simple lightweight script that allows you to collect user emails by simply locking any content that user may be after. Simply post a preview of content on the front page and link it to locked page...

View Article
Browsing all 59 articles
Browse latest View live




Latest Images