New Downloads

Total New Downloads: Last Week - 0 \ Last 30 Days - 0

Show: 1 Week - 2 Weeks - 30 Days

Total new downloads for last 7 days

· February 08, 2012 (0)
· February 07, 2012 (0)
· February 06, 2012 (0)
· February 05, 2012 (0)
· February 04, 2012 (0)
· February 03, 2012 (0)
· February 02, 2012 (0)

Latest Listings

Xim 1.02 final View Full Details
Submitter: culex
Released:   Thu, 17-Feb-2011
 

Finally Andrax and Culex have decided to release XIM (XOOPS Instant Messenger). The module started as individual messengers, Andrax(XIM) & Culex (Instant Messenger) but as the 2 was working to do almost the same, ended up as a teamwork to add as many features to the project as possible. After some difficulties and a LOT of tweaking, modifying, debugging and testing, we now feel it is ready to share with Xoops Community, officially that is.

Description
XIM is an instant messenger á la facebook/gmail messenger. Originally it was made to look exactely like facebook messenger, but sometimes design takes a different route, besides this is for xoops and not facebook so styling is in small areas different but in all, it works in same way.

Frontend.: It features a small block or a footer bar to show all online users. When clicked on the name the messenger window opens. The messenge box accepts xoops codes and smilies, and will in the chatwindow show your avatar with your messages and the other persons avatar with his/her messages.

You can change message sound or use no sound, as well as change your status (online, away, busy, or offline). If you're busy and you recieve a message the other person will recieve an automatic message back that you're not there or your busy. If you're offline your name will not be shown in the block.

The windows are specially skinned from admin-side. (sticky, White, Black, Alert, Default) and they are fully drag'n droppable.

When clicked on the message-windows name (the name of the person your talking to) you'll be taken to this persons profile.

It has icons in top right corner for minimize, dock and close window. Minimize will reduce the size of XIM window to minimal but still keep in dragged position on the screen. When docked the windows will be show with avatar in the footerbar (bottom of screen). If the message window is docked the avatar will blink when this person writes you, if window is in screen it will shake slightly to catch your attention.

You will from admin settings be able to choose full footerbar (full width of bottom screen) or tiny (well smaller than the width of the screen)

Admin: In admin you can see module info. When a new update is ready (bugfix, critical or normal) you'll automaticly see this message in admin + description of changes and a link to download. You'll be able to see activity statistic (todays most active user, overall most active), Send message to all users. This will allow you to send a message to all users in the site. This message will be shown as message from Admin with a special avatar for system message and the users will not have possibility to reply (like a special message). And finally you'll have a tab where you can clean up old logs from Db + a tab with settings for the chat.

Setting: In settings you can choose "Show footerbar yes/no", "Type of footerbar: tiny/full", and "Skin type of message window"
Version: 1.02
Downloads: 243
File Size: 727.00 KB
Platform: None
Home Page: xoops

Rating:    (0 Votes)

Onair 1.4 for Xoops View Full Details
Submitter: culex
Updated On:   Sat, 11-Dec-2010
 

An updated version of my first script Culex Dj rotator, now named only Onair.

I have cleaned up my code and most are rewritten to match the xoops standards.

This module is originally written to use with radio, to show who is online (picture, start & end, name, title of show & what song is playing) & who is on next with same details.

Use this as a banner rotator, to show your schedule, movies in tv or what ever you want to show on your frontpage on a timed basis.

Also I added the ability to link on to a more detailed description of the event as well as the ability to add dated playlists.
Version: 1.04
Downloads: 1508
File Size: 279.00 KB
Platform: Other

Rating:    (0 Votes)

Indexscan View Full Details
Submitter: culex
Updated On:   Sat, 11-Dec-2010
 

The modules scans your webfolders for missing index.html files.

It skips folders where there are already indexfiles (index.php, index.html, index.html).

If you find folders without you can automaticly create these by pressing "create index files".

The module looks through the txt in your index.php, index.html, index.htm, mainfile.php, headers and footers for the words iframe or code indicating encoded javascript etc wich is commonly used in coded javascript inserts.

Should it find some occurencies of these words you can yourself check the source code by clicking the red bar emmerging at the line for the file. Do not check the files just because the module finds these words in your pages. Not all uses of iframe and javascript is equal to damaging code and therefor better to check and if in doubt ask for help about what to do with these files.

Changes

v2.0 friday 27 november 2009 - 13:28 (gmt +1)

- Added searchwords "fromCharCode","%69%66%72%61%6D%65","document.write(unescape(" to search words in iframe scan, to look for encoded javascript includes
- Spiced the scanning up with some highlighting javascript + some jquery for the scan and messages with lazy load
- Excluded the modules/indexscan from the iframe scan. The description and functions contain multible iframe-words and thus always gets caught in the scan.
- french translation and style css corrections // thanks Kris_fr


- new translations definitions in admin.php are

// Added in 1.01
define("_AM_INDEXSCAN_CHECKFORFILES","<tr class='header'><center><h2>Checking files for IFRAME Infection</h2></tr></center><center><small>Not that not all uses of Ifram is injections.<br>Check the code in the files found before you delete.<br><hr></small></center>");
define("_AM_INDEXSCAN_UNABLETOREADFILE","Unable to open file ");
define("_AM_INDEXSCAN_INFECTED","!!Word IFRAME found!!");
define("_AM_INDEXSCAN_CLEAN","OK");
define("_AM_INDEXSCAN_INJECTIONSCAN","Scan for ifram injections");

//added in 2.00
define("_AM_INDEXSCAN_SCANNING4MISS","<br>Looking for missin index files.<br>Please wait.");
define("_AM_INDEXSCAN_CREATINGMISS","<br>Creating missing index files.<br>Please wait.");
define("_AM_INDEXSCAN_SCANNING4IFRAME","<br>Looking for iframes and encoded javascript.<br>Please wait.");

Default english translations have been added in all language files. Feel free to send me in your language so I can change to correct language.

Changes in 2.01 is few but here they are

- Added a checksum to compare against the files left out of the scans. This to make sure the core files have not been changed since original file.

- Freed the folder in 2.0 left out of the scan. If a file give false result in scan due to the presense of the word "iframe", it will now be automaticly check against a md5 checksum.

- Added 2 new language definitions.
- Frensch language definitions added // thanks Kris_fr

//added in 2.02

- Added the option in config to change the base of the starting point for the scans. To avoid users - having xoops_data, xoops_lib outside of the root, not having all folders scanned.
- Added a function to get the $xoopsModuleConfig (root) where global $xoopsModuleConfig not working in admin.
- New language defines are.:
//Added in 2.02
define("_MI_INDEXSCAN_ROOTORSUB","Root or sub folder installation");
define("_MI_INDEXSCAN_ROOTORSUB_DESC","Write here from where you want to start scanning
'../../../' if your web is like 'www.myspace.com/mainfile,php';
'../../../../' if it is like www.websted.dk/htdocs/mainfile.com";);

Changes in 2.03

- Added possibility to check files in webfolders against xoops check file and filter from Config. Filter separates extensions of files presumed to be ok.
- Files found in check files marked red are presumed not to be part of Xoops, and can be deleted by the 'delete icon' using ajax + jquery avoid reloading the page.
- Added the PclZip.Class to create zip file on the fly for users not having php > 5.20.
- Scan to create back up from the folders residing in the admin/folder2backup. The scan creates a copy of the empty folders, existing index.html, index.php, index.htm files, delete all other files, creates new indexfiles, and create link to download as zip. Handy when working with developing and want to create a zip with nothing but index files.
I tested with htdoc from Xoops 2.4.4 in a Wamp, creation time is aprox. 2 minutes. Not tested in real server yet, but time must be considerble.
- New language defines are

modinfo.php

//Added in 2.03

define ("_MI_INDEXSCAN_ILLEGALFILETYPES", "Skip file types.");
define("_MI_INDEXSCAN_ILLEGALFILETYPES_DESC","Add files you wish to skip while 'checking files'.<br/>These files will be considered 'safe'<br/>if they also are listed in the file 'admin/filecheck.txt'.");
define("_MI_INDEXSCAN_FROMBACKUP", "Create file zip");
define ("_MI_INDEXSCAN_FROMBACKUP_DESC", "Creates a zip archieve with same folder structure from the folder you ftp to folder2backup.<br/>The zip contains nothing but the folders and,<br/>index.html files where missing from<br/>your uploaded folder.<br/><br/>The folder name is the name of the folder in your folder2backup folder, for instance 'testing'.<br/>You can delete 'testing' this folder is only for example.");



admin.php
// Added in 2.03

define ("_AM_INDEXSCAN_CHECKILLEGALFILES","Check files");
define ("_AM_INDEXSCAN_SCANNING4ILLEGALFILES", "Scanning web files");
define("_AM_INDEXSCAN_MAYBEOK", "Looks to be ok");
define ("_AM_INDEXSCAN_NOTINXOOPSINSTALL", "Not Xoops file");
define ("_AM_INDEXSCAN_FINISDILLEGAL", " files found that are not Xoops files. Total files scanned: ");
define ("_AM_INDEXSCAN_ILLEGAL_DESC", "The file found Not to be Xoops files, are checked against checkfile.txt in admin folder, and agains files in config defined as allowed file types.<br/>These files could be unwanted tmp, thumbs.db, or info files.<br/>If you you dont need these files add them to automaticly delete in config and they will be deleted when you run this scan next time.");
define ("_AM_INDEXSCAN_REALLYDELETE", "Are you sure ?, delete file.: ");
define("_AM_INDEXSCAN_CREATEZIP", "Create zip file for download");
define("_AM_INDEXSCAN_CREATINGZIP", "Creating backup with empty folders<br/>plus index files.<br/>");
define("_AM_INDEXSCAN_BACKEDUPDELETEDFROMBACKUP", "Deleted files in folder from backup except index.html files");
define("_AM_INDEXSCAN_BACKEDUP2", "Backed up folder.: ");
define("_AM_INDEXSCAN_DOWNLOADZIP", "Download index files zip");
define("_AM_INDEXSCAN_CREATINGZIPFORDOWNLOAD", "Creating zip file for download");
define("_AM_INDEXSCAN_CREATEDINDEXINBACKUP", "Created index file in backup folder");
define("_AM_INDEXSCAN_CLEANUPDONE", "Cleaning up...Done!");
define("_AM_INDEXSCAN_FILESARECOPIED", " Files were copied to backup folder");
Version: 2.03
Downloads: 1476
File Size: 208.00 KB
Platform: Other
Home Page: culex.dk

Rating:    (1 Vote)

Dir RDS plugin 1.0 (Direttore Plugin) View Full Details
Submitter: culex
Released:   Thu, 04-Jun-2009
 

Small plugin that works basicly as the Now Playing plugin, this just working for DireTTore.

The plugin in your tray and every time DireTTore starts new song, jingle, id or commercial it ftps the artist - title to a small txt-file on your website, and you can use to display this info on your website.
Version: 1.0
Downloads: 670
File Size: 553.00 KB
Platform: Windows

Rating:    (0 Votes)

Now Playing View Full Details
Submitter: culex
Released:   Thu, 04-Jun-2009
 

Author's Comment:

Options for HTML-template and Passive FTP have been added.

Now Playing plug-in sends information about currently playing track or last played tracks.

Information can be sent via - HTTP Post- FTP- Local saveThe information consists of Id3-tag of the music file.

You can control what information is sent, how often information is updated and how long a track is played before data are sent.

- Lauri Nevala
Version: 1.0
Downloads: 691
File Size: 403.00 KB
Platform: Windows

Rating:    (0 Votes)