AutoStumbler ver

  AutoStumbler
  Category : Php Tutorials-tips Security  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

There is a new community tool called StumbleUpon which makes web browsing seem like channel surfing with a television. This little piece of HTML tricks StumbleUpon into automatically voting a page up. You need to have StumbleUpon installed for this to work.
This is meant as a demonstration of a vulnerability which affects several community sites, not only StumbleUpon.

 

more Tag: stumbleupon,

Also see ...


Protect Your Website From Leach Programs 1)    Protect Your Website From Leach Programs
 This tutorial lets you know how to protect the contents of your website from being copied by the leach programs. It will be an ideal tool for webmasters, since their work will be protected. The source code for this is available on the website which may be used by anyone who is bothered about the security of their website contents....

Protecting PHP Scripts with HTTP Authorization 2)    Protecting PHP Scripts with HTTP Authorization
 This is a tutorial with which you will be taught to protect the PHP scripts on your website with the HTTP authorization. It also discusses about the method of using PHP to verify a username and password pair sent by the user. The source code is provided on the website for your use. You can use it on your website to protect the contents of your website....

Security 101 - Client Side - Security Conscious 3)    Security 101 - Client Side - Security Conscious
 This is a tutorial class with which you will be able to protect the PHP codes on your website from being copied by unauthorised persons. It discusses in detail how the codes and data for forms, user submissions, members area and your database can be protected from hackers. Each method is explained elaborately and demonstrated with examples so that they could be understood by anyone very quickly and easily....

.htaccess Password Protection 4)    .htaccess Password Protection
 This tutorial guides you to protect your files by assigning password. From this tutorial you can provide security to your files without using MySQL database. The security is provided by splitting the code into three "if else" functions. You can also make users redirect to their page if you want. This tutorial gives you an idea of using header and footer. This is very useful article for the webmasters and also the freshers....

Encryption Tutorial 5)    Encryption Tutorial
 This is an article to study about basic and most common web based encryption, they are Asymmetric key-based algorithms- this uses one key to encrypt and another to decrypt, Symmetric key-based algorithms - chunked data is encrypted and Hashing, or creating a digital summary of a string or file- to store passwords on a system. This tutorial is very useful for everyone to keep their special information safe in the database and restrict access....

Security and Sessions in PHP 6)    Security and Sessions in PHP
 You want to secure your pages on www from the intruders?, this is a tutorial made for you. This tutorial describes how to provide security with session using PHP. The security can be assessed by creating a data structure, constructing a login page, make an include file and then you can provide security to your files. From this article you will have a fool-proof and simple method to protect your files....

How to detect and log malicious activity on your website 7)    How to detect and log malicious activity on your website
 This tutorial is about detecting the malicious activities on your website. This can be identified by creating a logging system. The malicious activities can be detected by two forms, one is manually and the other is by analyzing the users input. This tutorial describes four level of events. This tutorial is useful for the administrators and the webmasters to detect the malicious activities on their websites....

Protect areas of your web site with using PHP sessions login script 8)    Protect areas of your web site with using PHP sessions login script
 This is an essential tutorial for every webmaster which helps them to find the solution for protecting certain website area from hackers with the help of PHP session login program. This tutorial allows the users to provide login section on their websites on which the visitors have to use their username and password for further operation. For quick reference example has been given and for running test program sample source file is also given....

Franciscocharrua's Secure Sockets Layer 9)    Franciscocharrua's Secure Sockets Layer
 Franciscocharrua's Secure Sockets Layer is an aritcle by which you can learn about SSL and its usage in securing the web services. In this article the author has also provided his valuable tips and guide lines in implementing SSL on webservers. You can gain knowledge on SSL, how to generate an SSL certificate, how to install them on your apache server etc., This is an useful article for all webmasters who needs to protect their online applications....

J.A.G. (Just Another Guestbook) 1)    J.A.G. (Just Another Guestbook)
 This is a php software and a simple guestbook in which you are provided with a nice design and a layout. Features like smilies, bad word filter, supports BBcode, email notification, webmaster comments, IP logging and banning, email and homepage fields, admin functionality, fast, stable and secure code, interface customizable through CSS files, webbased administration including setting readonly or lockdown and multiple stylesheets are included to add and select a different style....

PHP and MySQL examples 2)    PHP and MySQL examples
 The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned....

Link Database 3)    Link Database
 Link Database is a script written in PHP with which you can create a link directory right on your website. It will display all the links in an order which are stored in a text file. The directory is provided with three links with which the user can submit links into your database, the other to show the links and a password protected deleting links. The script is also easy to customize. An online demo is also available in the website which shows you a sample directory created using this scrip...

Total Calender 4)    Total Calender
 TotalCalender is a PHP based programme. This script is used for scheduling systems. It allows the users to add events into this system and displayed to view. It has an option which allows the visitor to add their events who have accounts. MySQL database is used to store data. Special features of this software are, customizable setup, search functions, easy to use administration area, ability to have your events annually, monthly,weekly and daily, easy to edit, delete etc., mailing functions...

Database connection in a class of its own 5)    Database connection in a class of its own
 The usage of databases in larger web-based applications is essential. By using basic object-orientated techniques we can minimize the fuss of connecting and interacting with a database. We can also reuse this code in other applications: a huge benefit of `OO` programming....

Installing Apache PHP MySQL 6)    Installing Apache PHP MySQL
 This tutorial expliains how to install the trio, Apache - PHP - MySQL, on Windows. Also covers modifying Apache and PHP configuration file so the two can work together....

Renaming Files within a Directory 7)    Renaming Files within a Directory
 Using the common File I/O functions of Php such as opendir, is-dir, readir and rename, this script lists files while extracting unwanted ones and rename them....

Uploading files to Amazon S3 with REST API 8)    Uploading files to Amazon S3 with REST API
 An example of command line non-interactive PHP script which creates bucket and uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required....

PHP Keyword Scraper 9)    PHP Keyword Scraper
 A simple function, to collect related keywords for each keyword provided. Easy to use and implement....