Cordemanon - Whitepaper downloads

A new module is now available from Cusix Software:
Cordemanon - a module for downloading whitepapers.

Yet Another Download Module? You may ask, and yes, it is. But it is a bit different from most others.

a) Downloads can be placed outside the web root
b) To download, users must be logged in, downloads are registered intensively
c) Downloads are grouped in customers, related to a XOOPS user, letting users manage their own whitepapers
d) "People, who have downloaded this whitepaper also downloaded these" listing

The module is developed by Cusix Software on behalf of Version2, a new Danish IT media.

Download here
Demo here
Read more... | 2089 bytes more | 12 comments

xcGallery 2.0.3 released

Release Name: xcgallery 2.0.3

Notes:

This is a maintenance release to correct various errors and problems.

The compatibility to PHP5 should be given now nearly totally.

For more information see the changelog:
Read more... | 1224 bytes more | 39 comments

Photo & Profiles Hack for Xoops 2.0.x

Although this may dissapoint many users, I have to inform you that as from November 2006, I will no longer continue to maintain the Photo & profiles hacks for XOOPS.

I will endeavour to try & support existing installations of it, and will continue to offer it for download.

But I will not be making anymore updates to the hack, including core updates when the next versions of XOOPS are released.

My reasoning for discontinuing this hack is mainly due to lack of time and the fact that there are now better options available.

I highly recommend the use of Formulize 2.2 module along with the registration codes hack, created by Freeformsolutions.ca, with both these installed you can easily customise your profile pages whenever you require + a whole lot more..

you can find both modules at dev.xoops.org

A Big thankyou to everyone who has found a use for my hack, I'm pretty sure I will come up with some more great hacks in the future that people will find useful.
Read more... | 4 comments

Xoops Custom Search Engine powered by Google

Hello Xoops friends,

We've created a dedicated search engine(powered by Google Search engine) for Xoops related information and it's hosted by Google.

The homepage of Xoops search engine is

http://www.google.com/coop/cse?cx=004320718276815753479%3Adqwj8p7lq8i

1. What is a Xoops Custom Search Engine?

A Xoops Custom Search Engine is a tailored search experience, built using Google's core search technology, which prioritizes or restricts search results based on Xoops websites and pages that we specify.


2. How does the Xoops Custom Search Engine work?

Simply submit websites or pages you'd like to include in our xoops search engine index. You can choose either to restrict your search results to include only these pages and sites, or simply to give these pages and sites higher priority and ranking in the larger Google index.

3. What are the websites included now?
I've just included what I visit often to keep me updated about xoops. Please free to add your favourited to the index which will give the right information what xoops users would like to see in their search results.

https://xoops.org
http://www.xoopspro.com
http://www.smartfactory.ca
http://www.xoops-tips.com
http://www.xoopsfactory.com
http://www.mywebresource.com
http://www.warpigw2.com

4. How does everyone access the Xoops Search Engine?

There are several ways to access our Xoops Custom Search Engine:

* Use the Google-hosted Xoops Search Engine homepage
http://www.google.com/coop/cse?cx=004320718276815753479%3Adqwj8p7lq8i

* You can place the Xoops Search Engine search box on your own website, where anyone who visits your site can use it. Paste this code in the page where you'd like your search box to appear. The search results will be shown on a Google-hosted page.

<!-- Google CSE Search Box Begins -->
  <
form id="searchbox_004320718276815753479:dqwj8p7lq8i" action="http://www.google.com/cse">
    <
input type="hidden" name="cx" value="004320718276815753479:dqwj8p7lq8i" />
    <
input name="q" type="text" size="40" />
    <
input type="submit" name="sa" value="Search" />
    <
input type="hidden" name="cof" value="FORID:0" />
  </
form>
  <
script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_004320718276815753479%3Adqwj8p7lq8i"></script>
<!-- 
Google CSE Search Box Ends -->

* You can add a Xoops Search Box Gadget to your Google personalized homepage that contains a search box for your search engine. Paste this code in the page where you would like the button to appear:

<a href="http://fusion.google.com/add?moduleurl=http%3A%2F%2Fwww.google.com%2Fcoop/api/004320718276815753479/cse/dqwj8p7lq8i/gadget"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a>

For more information about Google Custom Search Engine, please visit
http://www.google.com/coop/docs/cse/

Please free to add more xoops websites in our Xoops Search Engine. I hope it's useful to some of us :)

Cheers,

Saniamirza.net (Sania Mirza Fans Club)
ausidesi.com (A portal for Indian Australians)
Read more... | 12 comments

Check user emails on registration

A simple hack to add extra security to your site and prevent malicious users from entering false email addresses. This checks with the mail server entered by the user to see if the mail address exists.

1) download the checkmail.zip file from HERE and extract its contents and put them into the class/ directory of your xoops installation

2) backup the /include/functions.php file

3) edit the /include/functions.php file and replace the current function declaration:

function checkEmail($email,$antispam false)

with the following:

include_once(XOOPS_ROOT_PATH."/class/class.xbschmail.inc");
function 
checkEmail($email,$antispam false)
{
    if (!
$email || !preg_match("/^[_a-z0-9-]+(.[_a-z0-9-]+)*@[a-z0-9-]+([.][a-z0-9-]+)+$/i",$email)){
        return 
false;
    }
    global 
$xoopsConfig;
    
$mailname split('@',$xoopsConfig['adminmail']);
    
$emval = new email_validation(5,0,$mailname[0],$mailname[1],0);
    
$test $emval->ValidateEmailBox($email);
    if (!
$test) {
        return 
false;
    }
    if (
$antispam) {
        
$email str_replace("@"" at "$email);
        
$email str_replace("."" dot "$email);
    }
    return 
$email;
}


That's it. Now try to register using a dummy email. It will be refused. It will also check if you allow users to change their email addresses.

This works on Linux servers. The code includes functionality for Windows servers but I haven't tested it on them.
Read more... | 3 comments

Voting October XOOPS Site of the month

Resized Image
Here we are with the voting for the XOOPS Site of the month contest October 2006.

For we decided to make it available only after registration on xoopsfactory, we want to make it a bit more interesting for those who will take some minutes, visit the nominated sites and fill out the voting form.

From all submissions we will determine 2 by coincidence which will get a link from our startpage (which is actually a PR7) to their website (which is in their profile) for four weeks. So remember to keep your profiles up to date.

If there are any ideas to attract more people, your welcome! Sponsors are welcome too with ideas for nominated sites and voters!

Here are the nominated sites for month 2006!


Read more on xoopsfactory!


A list of the nominated sites:

Balochwarna
http://www.balochwarna.org/

Fios Uniao
http://www.fiosuniao.com.br/

GBS Abitur 2008
http://gbs-abi08.de/

INBOX International Official Web Site
http://inboxinternational.com/

LadyRo
http://lady.rotame.gr/

Réseau Gestion Conseil.net
http://gestionconseil.net/

ToplumDusmani.Net
http://www.toplumdusmani.net/

Web Pros Global
http://www.webprosglobal.com/



Have fun and happy XOOPSing!
michael
Read more... | 2 comments

New users guide for installing CBB 3.07

A guide has been written for new users to assist them with
1. The location and download of the three directories required for installation of CBB 3.07
2. The upload of the directories and installation of CBB
3. Screen shots of the editors avilable for use on CBB 3.07
4. A method for setting the default template (Until it is made selectable in administration)

The guide is part of a started 'Users Manual' for CBB and is hosted on xoops.docs. You will find the guide here. New users need to be aware the guide assumes you have some knowledge about managing your site and uploading modules. If you are really new you should also avail yourself of the operations guide from hereand use the FAQ section here at xoops.org.

Current Module Users
Your contribution to the users manuals would be greatly appreciated. You can do this by registering at Xoops.docs and make contributions at module registry here. To contribute to the CBB Manual please use this direct link.
Read more... | 14 comments

Paid Themes from Temasweb.com

These are the new themes at TemasWeb.com
Resized Image Resized Image Resized Image Resized Image
New themes every week...
Comments?

Netquery v4.0 with Spambot Blocker

Netquery Version 4.0
See it HERE
Download it HERE
Discuss it HERE

Version 4.0 of Netquery, the complete PHP/SQL open-source toolkit of network information utilities, introduces a fully integrated spambot blocker based on version 2.06 of Michael Hampton's "Bad Behavior" utility. Its purpose is to deal with problems caused by automated scripts that attempt to read everything on your site, harvest email addresses, and post spam and false referrers, trying to advertise their own links through your web pages. It works to prevent spambots from accessing your site by analyzing their actual HTTP requests and comparing them to known profiles.

Netquery's major features currently include the following:
- access monitoring & log management, Resized Image
- NEW spambot "bad behavior" screening,
- geoip & "top countries" usage mapping,
- multidomain & IP/AS whois lookups,
- autodiscovery for whois TLD server,
- DNS and Dig (ANY, SOA, NS, MX) queries,
- email address format & MX validation,
- port check with services lookup option,
- HTTP HEAD and GET requests,
- ICMP pings (local and/or remote),
- traceroutes (local and/or remote),
- looking glass router interrogation,
- updateable GeoIP & ports data paks,
- user inputs with admin notice & approval,
- multi-instance sideblocks in CMS editions,
- admin selectable CSS stylesheet options,
- full W3C XHTML 1.1 & CSS compliance.

Although the original "Bad Behavior" utility includes some generic capabilities, it was designed primarily as a plugin for the WordPress blogging application. Therefore, its application under other environments lacks some desirable interface and database mangement features. The Netquery v4.0 modular packages are intended to overcome those deficiencies with full Xoops integration. The downloads package includes all required spambot blocker files and add a convenient admin panel interface, just as they do for other Netquery features. From there, the administrator can modify the spam blocker's operational options, can select entries from its blocked spam data table, can perform Whois lookups on selected IP addresses, and can delete any or all of the listed entries.
Read more... | 22 comments

lo8os

This new Xoops site is a graphic design community with emphasis in logo design. Our mission is to inspire and promote the work of new and seasoned designers.

Lo8os Website

For now we have a logo gallery, graphic design resources (if you are a designer you can post a link to your portfolio here), and news.

In the future we plan to have forums, downloads, and business listings.

Join!
Read more... | 4 comments
« 1 ... 274 275 276 (277) 278 279 280 ... 553 »


Login

Donat-O-Meter

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

Archives

News archives