Real Email Verification

Component type

module

Maintenance status

Development status

Component created

Component changed

Real Email Verification allows you to varify email address on real time. It checks email id existance in mail server.

So currently module is under active development and the complete explaination and features will be listed when module will publish.

Under Construction

This module is using 3rd party API (SureVerify).

Decoupled User Authentication - Old

Component type

module

Maintenance status

Development status

Component created

Component changed

This module aims to provide a simple API for storing information about User's who visit your site whether they register or not. By extended the base user entity the module allows you to store users that do not have a name and password.

Google Authorship

Component type

module

Maintenance status

Development status

Downloads

5873

Component created

Component changed

No longer supported per the announcement that Google will no longer be showing authorship in their search results. Blog post here.

A simple module which adds Google Authorship information to node pages. It does this by changing the submitted by link to the node author to their Google+ profile or adding a link to the HTML head. This associates the content with the user and will generally result in the user's profile picture being displayed in Google's search results, hopefully leading to higher click-through rates.

Sample search result.

vnstat

Component type

module

Maintenance status

Development status

Component created

Component changed

A small module that displays vnstat data on a server, if available, in a JSON format. Exposes the json output of the PHP vnstat Frontend by Bjorge Dijkstra in a Drupal way. This might be more convenient than trying to write your own custom module to scrape the data from control panel pages or an API (if you're lucky) but want to be able to bill customers for usage in an automated fashion.

After configuring your API key, you just make requests to vnstat/monthly to get the monthly bandwidth recorded by vnstat so far.

RabbitMQ Logs

Component type

module

Maintenance status

Development status

Downloads

372

Component created

Component changed

The module has a purpose to offload the request from the writings watchdogs directly into MySQL (Database logging core module). Instead of this the module will send the message to the RabbitMQ server and other process (consumer) will store the message into database.
You can start the consumer on different machine for example which gives you scalability.
With other words the functionality expand the Database Logging module to support asynchronous requests.

The project depends on following modules: