X-Forum 5.75

Resized Image
X-Forum 5.75
Multifielded Forum with Extras, Multisite & Multilingual
Sponsored by PA Fly Fish

X-Forum is a completely extensible forum module for XOOPS, this is the complete stable release of the first version of 5 series, it includes multiple fields specifiable per post on individualized forums much like profile module.

Designed for XOOPS 2.4 and later version, it was written in response to problems with earlier forum titles, that had in some cases installation issues. With a broad range of options. X-Forum is a great solution to your forum requirements, complete with RSS Features and image management. It will utilise a wide range of options and allow your community to discuss issues, raise topic and solution. Complete with .htaccess example and SEO with a medium URL.

It has the ability to aggregate categories and forums to languages as well as domains with multisite 1.40 or X-Language. This means you can have forms and forum which only display on particular domains or under certain languages.

With X-Forum you can have all the convenience of the modular newbb path without the result. Based on CBB with a sound environment that even your grandma can use, I know mine does this is solid stuff coming directly to you under GNU Licenses.

Complete with Easy Path SEO Guide and help in the preference, you can even with some simple SQL Injections transfer your old CBB 2.x or 3.x over to X-Forum with ease. NOTICE!!! The .htaccess has changed since version 4.70!! - this is included in the /docs path of the archive.

We would like to thank PA Fly Fish for developing a bug list and paying for the module to be bug free for the entire community, it take commitment from my end users to make sure these titles are completely bug free. PA Fly Fish have ensured the forum under SEO is completely bug free finally. The .htaccess has changed since 5.72 there should be no more changes after this one.

Refactory Done:
  • No More Art Object - XOOPS 3.0 Compatible *
  • TCPDF - Used for PDF Generation
  • Multisite Support
  • X-Language/Multilingual Mode


Bugs Fixed:
  • No View for Admin of Pending Posts
  • No View for Admin of Deleted Posts
  • PageNav postioning and Post number hightlight
  • .htaccess Bugs (Jumpbox, Main Options, Quick Reply + All Others)
  • WSDO for view forum ctrl+bug
  • WSOD for Block Last topic
  • Extra Fields Missing From Compact Display
  • Old Social Network Adds Removed
  • PDF Output now available


Download Now: xoops2.5_xforum_5.75.zip (6.1 MB)
Demo Now: http://xoops.demo.chronolabs.coop
Read more... | 15 comments

Spiders 2.66 - Final Release

Resized Image
Spiders 2.66
With Anti-Spider Trawling Xortify Banning

Spiders is a robot manager tool, that imports a list of all crawler and scanner robots on the web. It allows you to use XOOPS Permissiveness to control the data that robots list online your site. It will also log the robot in using a post loader and display when the robot is online on you 'Whos Online'.

Do you want your robots like GoogleBot, Yahoo Slurp! and others to log in and identify on your xoops installation? Then spiders is for you!!! The robot text file used is taken from an online resource of Robot data and stores it in your database. Remember to adjust your mainfile.php to include the post loader after the common file is loaded. Robot Manager (Spiders) is a good way to control what your site displays in search engines.

New Features
  • Polls API in SOAP
  • Polls API in cURL
  • Polls API in JSON
  • Modification & Live Area
  • Easy Xortify Signup
  • Improved Preloads
  • SEO Advantage Sharer
  • Upgrade Path Maintained
  • SEO URL Rewrites
  • User Interface


Bugs Fixed
  • wGET Polling
  • CURL Polling
  • Xortify Preferences URI
  • No option of what protocol to use


Spider is only written for XOOPS 2.3 and later.

Download: xoops2.5_spiders_2.66.zip (101Kb)
Mirror: Live Skydriver
Demo: http://xoops.demo.chronolabs.coop/
Read more... | 5 comments

X-cURL 1.50 - Final Release of the API

Resized Image
X-CuRL 1.50
Application Programmable Interface (API) for XOOPS for cURL.

What Can It Do for Me?

You can link with any json compliant system with complete w3c standard wsdl these will be completed in version 4.0 they are more just the abstract data layers of wsdl, they still need a dynamic mime type and other system written into them which the constructs are in place. You can transfer data between any sort tunnel through most of not all firewalls and poll your xoops platform from with another xoops or CMS or even things like .NET, Delphi and many other programming languages.

X-CURL is the quick way for cloud computing API's, you can link your xoops platform with any other computer network with this module, plug-in have complete WSDL compilation code and allow for easy and dynamic deployment.


Bugs Fixed?
  • Empty Variable Return to Plugin.
  • \" input comphensation.
  • StdClass to Array Conversion.


Whats New in this release?
We have tested this version and are using it ourselves for Xortify it has taken awhile to iron out all the bugs but this is a completely working version!! We don't expect any releases after this one!!
.
How do I call this API?
The API is farely simple to use - you have a plugin which is a function on the api which has a filename say xoops_create_user.php which has an XSD in it as well as the function itself which is named after the filename. The API takes JSON Packages of variable and provide JSON response. You will have to check the plugin functions to see them implemented as to what they do and how to use them. But you can also call multiple function in a single call in this version.

Just say you where going to call the example function it would look as a URL something like this, You can use a $_GET or a $_POST depending on the data size.
Quote:

yoursite.com/modules/xjson/?xoops_create_user={...JSON VARIABLES...}

If you where going to call multiple functions the url call would look like this with a $_GET.
Quote:

yoursite.com/modules/xjson/?xoops_create_user={...JSON VARIABLES...}&secondary_function={...JSON VARIABLES...}&third_function={...JSON VARIABLES...}


To Download it Click here xoops2.5_xcurl_1.50.zip or goto the Mirror
Demo: http://xoops.demo.chronolabs.coop
Comments?

X-JSON 1.50 - Final Release

Resized Image
X-JSON 1.50
Application Programmable Interface (API) for XOOPS for wGet.

What Can It Do for Me?

You can link with any json compliant system with complete w3c standard wsdl these will be completed in version 4.0 they are more just the abstract data layers of wsdl, they still need a dynamic mime type and other system written into them which the constructs are in place. You can transfer data between any sort tunnel through most of not all firewalls and poll your xoops platform from with another xoops or CMS or even things like .NET, Delphi and many other programming languages.

X-JSON is the quick way for cloud computing API's, you can link your xoops platform with any other computer network with this module, plug-in have complete WSDL compilation code and allow for easy and dynamic deployment.


Bugs Fixed?
  • Empty Variable Return to Plugin.
  • \" input comphensation.
  • StdClass to Array Conversion.


Whats New in this release?
We have tested this version and are using it ourselves for Xortify it has taken awhile to iron out all the bugs but this is a completely working version!! We don't expect any releases after this one!!
.
How do I call this API?
The API is farely simple to use - you have a plugin which is a function on the api which has a filename say xoops_create_user.php which has an XSD in it as well as the function itself which is named after the filename. The API takes JSON Packages of variable and provide JSON response. You will have to check the plugin functions to see them implemented as to what they do and how to use them. But you can also call multiple function in a single call in this version.

Just say you where going to call the example function it would look as a URL something like this, You can use a $_GET or a $_POST depending on the data size.
Quote:

yoursite.com/modules/xjson/?xoops_create_user={...JSON VARIABLES...}

If you where going to call multiple functions the url call would look like this with a $_GET.
Quote:

yoursite.com/modules/xjson/?xoops_create_user={...JSON VARIABLES...}&secondary_function={...JSON VARIABLES...}&third_function={...JSON VARIABLES...}


To Download it Click here xoops2.5_xjson_1.50.zip or goto the Mirror
Demo: http://xoops.demo.chronolabs.coop
Comments?

Xortify 2.30 - Last Release (Cloud Protection)

Resized Image
Xortify 2.30 - Fortify your XOOPS.
Cloud Computing for Protector & XOOPS.

Xortify is a network security drone that uses Web 2.0 techniques to link between your XOOPS installs and other via a XML Cloud. This will prevent security intrusions to your xoops with accurate deceptive notation of the intruder and prevent any farmed attacks. It is an accessory and required Protector to be installed an running to be part of the hookup. Otherwise it will run without protector just make sure you deselect protector as a provider.

It will display a template if you are banned and is an accessory to protector or any other firewall technology. The site itself is driven from http://www.xortify.com .. Cloud computing is web 2.0/3.0 stuff it used a SOAP XML exchange backend to work, this will eventually be included in xoops as a support class, that is SOAP protocol.

A cloud computing process is one which staggers multiple networks sometime and mainly unknown to the webmaster into a network or cloud of data. In this example it is IP and Netaddy names to control access lists.

This will prevent predators from exposing your network to lag and other attacks from link farming, often this means many xoops are attacked in occasions which is all the time caught by protector, this way if an attack is in process across a large spectrum of links, your site will down itself to your sourced attack even if it is discovered on a completely unaffiliated site that is link farmed to yours or on a XOOPS User list.

Xortify is a cloud solution to protectors Bad IPs, if someone attempts to hack your site and becomes a bad IP it will then send the IP to the Ban Cloud on Xortify.com and its paired cloud Xortify.chronolabs.coop. It will also poll the server to make sure it has the latest ban list so your website will be aware of malusers before they attack through farming IP from services like Google or bing.

We have finally ironed out all bugs!!! and this should run on any PHP5 and ealier system, this is designed for pre 2.4 XOOPS just fillow the installation if you have an earlier version of XOOPS, even if you don't run protector, you can run Xortify to provide protection from the banned users, which have breeched protectors policies on other peoples XOOPS Installations.

We don't expect to be doing any more work on this project as it is finished as far as we can tell!


Whats New in this feature
  • Uses Blade Service
  • Cron Job for testing Paired Cloud
  • Language for Ban Customisable


Bugs Fixed
  • JSON Polling
  • cURL Polling
  • Xortify Preferences
  • Choice of protocol
  • WSOD when Username and Password is entered!


Download: xoops2.5_xortify_2.30.zip - 110Kb
Demo: http://xoops.demo.chronolabs.coop
Comments?

WOX (World of XOOPS) Newsletter # 41 (February 2011)

WOX - World Of Xoops

Welcome to the February 2011 issue of WOX (World of XOOPS) Newsletter - this time a little bit late - sorry for that! (see here previous versions

And as always, as the first thing in each newsletter we wanted to express our gratitude to all of you who have donated moneyey to XOOPS Foundation! We truly appreciate your trust and support!  This month Ian Underwood remains the biggest supporter and donor - thank you Ian! If anybody else would like to donate - please don't be shy!

Work on Xoops Engine, our "next generation" XOOPS architecture, continues!

Xoops Engine, as the new brand name for this new architecture, supports open and extensible engines with its multi-engine design. As for now there are three engines available:

- Xoops: the official engine with new architecture utilizing Zend Framework as the primary library and Smarty 3.0 as the default view templating engine, as well as some third-party libraries like jQuery. Demo will be hosted on http://www.xoopsengine.org;
- Lite: a lite version of the 'Xoops' Engine with no MySQL required, aimed for high performance scenarios;
- Legacy: for backward compatibility to support legacy XOOPS modules and templates.

Some selected features that were most requested by the community are now part of Xoops Engine:

* Built-in cache mechanism for high performance
* Clear MVC with AOP and event hook
* Extensible URL rewrite for better SEO
* App/module clone w/o code change

Highlights of the last month:

          All Winners will receive a free book of their choice from O'Reilly
 

Summary

Read more... | 43995 bytes more | 9 comments

Share and Bookmark your News in Facebook

Hi, this is my little contribution in order to share or Bookmark your News in facebook.
1. You need the module news version 1.63
2. Add the 3 files below on the news module
/images/facebook.gif
/lenguage/english/main.php
/lenguage/spanish/main.php
/templates/news_article.html

3. Download the 3 files from my site here
Download from here

4. I tested the bookmark icon in Spanish and English, and it working ok

5. You can see the lither facebook icon in English
see facebook icon click here

6. You can see the lither facebook icon here in Spanish
See the facebook icon in Spanish here

Regards,
David Yanez
Read more... | 3 comments

Adslight 1.11

Resized Image
Adslight 1.11
Advertising Shop & Sales Cart with XPayment

Adslight is a module that allow your clients of your website to list advertisements for items for sale, exchange or barter. It has an XPayment implementation that allows for people to both pay for items in the category it is assigned to or advertisements themselves charged on a day by day fee to the expiry date.

Complete with permissioning system and multiple language translation this is continued work by XOOPS France to continue this product to support the functionality of the new platforms available. You can charge itemised categories a day to expiry fee based on currency and function of the module with XPayment (See XPayment 1.22).

New Features:
  • Payment for Advertisments
  • Payment for Items
  • Categories base permission on sales and costage


Bug Fixes:
  • Description Doesn't Save
  • No Image Upload After Payment
  • No Image Upload Without Payment


Download: [url=http://sourceforge.net/projects/chronolabs/files/XOOPS/Modules/adslight/xoops2.5_adslight_1.11.zip/download[/url] - 848Kb
Read more... | 23 comments

TechMS Theme for XOOPS (commercial item)

TechMS CMS Theme "TechMS" is a 2 columns fixed width theme for XOOPS It is one of the most detail rich themes I ever released on XOOPS and it is the new standard of future themes I'll release from now on. HERE you can view the theme installed on XOOPS 2.5 "TechMS" is dedicated to online stores based on XOOPS or technology related blogs. It features a static slider visible only on system pages, integrated user navigation, 5 different colour schemes (not active in demo) and of course is social network ready and allows easy share of links over Facebook, Twitter and My Space to name just a few. HERE you can read all about it Thank you
Comments?

Webcams 1.15

Resized Image
Webcams 1.15
Webcam chat rooms with free, group and private chat!
Sponsored by iStreaming.com

This was a module I formed over a few days it is a remake of the busines example from eSensual Networks which is in the process of rebadging to iStreaming Networks. Webcams allows you to have multisessioned chat rooms with assistence of application software and the hardware data farm provided by iStreaming Networks. You can have free, group and private timed rooms with costage of individual basis. Complete with user pivoting and management of the userbase, this module takes full implementation of the iStreaming API and facilities.

Currently there is payment options with this module, it is freely distrubuted and you can get test accounts from the company providing the server bandwidth and hardware. We have developed this in conjunction with David from iStreaming which means he has also requested an xPayment option as well which will be looked into over the next number of months.

Resized Image


iStreaming offer a managed backend service for websites that want to provide for their members a high quality broadcast style video chat. Free and pay per minute rooms are supported.

iStreaming service attaches to your existing website via a customizable video chat Player we provide. You can use Flash H264 video and Speex/MP3/HE-AAC audio or Windows Media video and audio.

All billing for your members is done on your website using your merchant account. Our secure gateway API allows you to update, create, and query member information in our database.

Download xoops2.5_webcams_1.15.zip - 385Kb
Read more... | 2 comments
« 1 ... 63 64 65 (66) 67 68 69 ... 553 »


Login

Who's Online

357 user(s) are online (6 user(s) are browsing XOOPS News)


Members: 0


Guests: 357


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits

Archives

News archives