Hostip

Component type

module

Maintenance status

Development status

Downloads

5345

Component created

Component changed

Queries the http://www.hostip.info/ api to get the country / state information based on the user's ip or specific ip passed to it.

By default, it shows the Country/State information on the user profile page. You can show / hide this information thorugh the setting from Admin->Configuration->Hostip Settings page.

It saves the Country/State information in session variable, hostip_data, to improve the performance. This way call will be made once for a given user.

Python Services API

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is out of date, and hasn't kept up with progress in the Services module. Seeking co-maintainers or other contributions.

A set of classes and and tests that Python developers can use as a basis for integration with the Services module.

Currently, features are fairly slim, but more will be added over the coming weeks. Contributions more than welcome!

Loopfuse Integration

Component type

module

Development status

Downloads

1368

Component created

Component changed

Using this module, organizations of any size can integrate their Drupal website with LoopFuse OneView to automate marketing processes. LoopFuse is an open source solution that enables enterprises to automate web activity tracking, lead qualification and lead scoring activities. Acquia funded the development of the initial version of the module as part of their effort to connect their corporate Drupal web site with the LoopFuse OneView application. LoopFuse has taken over the project for version 6.x and, as such, the modules do differ in scope and dependency.

DataSync

Component type

module

Maintenance status

Development status

Downloads

6606

Component created

Component changed

The DataSync module was written to schedule and execute jobs and import data in a much more scalable and reliable way than with cron.php and hook_cron. It allows you to schedule and run module-definable types of jobs on multiple servers in a centralized way. It uses database transactions in order to ensure that no data is corrupted while running multiple jobs at the same time. DataSync keeps track of the status of jobs and what phase they are in, so that if a job fails it can intelligently decide how to proceed.

Feedjit

Component type

module

Downloads

2541

Component created

Component changed

A module for integrating with realtime traffic statistics as provided by http://feedjit.com/. Currently this provides a realtime map (or list) of the geographic location of visitors to your site, information about popular pages, and a "related content" block.

PHP Web-Stat integration

Component type

module

Maintenance status

Development status

Downloads

2743

Component created

Component changed

This Module is abandoned. If you need this functionality, create a new block on your site, place it into the footer of your page and add the required code directly into it with the "Full HTML" filter!

Small module to inject the statistics fetcher for the PHP WebStat tool. This module just injects the statistics fetcher code, it does not do any inclusion of the statistic tool/view itself.

Travelgrove Meta Search Integration

Component type

module

Maintenance status

Development status

Downloads

2163

Component created

Component changed

This integration allows for users to utilize Travelgrove’s search engine for travel, that scrapes the travel vendors, for cheap airfares, cruises, hotels, travel deals, and more. The system is geo-targeted, where users from Europe, Asia, United States, see results specific to their IP. Prices are scraped from over 100 travel sites, including all the major merchants, such as Orbitz, Priceline, Travelocity, Cheaptickets, etc.

Facebook-style Statuses (Microblog)

Component type

module

Maintenance status

Development status

Downloads

74567

Component created

Component changed

Provides streams of status updates like Twitter or Facebook's "wall" feature: each user/node/group/taxonomy term/whatever can have a "stream" or microblog where users can express their thoughts to the community. @mentions and #hashtags are supported, as well as comments on status updates, viewing conversations between users, the ability to "like"/"reply" to/RT a message, automatic updates without page refreshing, and integration with over 25 modules.

Facebook-style Statuses is moving to the Statuses namespace for Drupal 7+.

FusionCharts

Component type

module

Maintenance status

Development status

Downloads

14672

Component created

Component changed

This module connects Drupal with the FusionCharts Free and FusionCharts v3 (commercial) package. FusionCharts is a flash charting and graphing component that can be used to render data-driven & animated charts for your web applications and presentations.

This module provides both a user interface for creating charts as well as as an API for developers to integrate with other modules.

What's included in this module:

  • A content type with an graphical user interface for creating charts
  • A CCK field
  • An API that to create charts using SQL queries
  • An API that to create charts using an array of data
  • An API that allows for drill-down viewing of data (you can click on the bars to fetch new data)
  • Examples of how this module can be integrated with other parts of Drupal