Multisite 1.20 & 1.30 - Quick Install Guide - XOOPSWiki

[size=x-large]Multisite Install Guide[/size]

If you are looking for an install guide cause a few people have been asking for one, I have written one which applies to previous versions and standard versions.

This code will run with the module installed or not, it covers installation with XOOPS 2.3.x, XOOPS 2.4.x as well as Multiple domain hacks for the mainfile.php modifications as well as other changes to the core functions of the module.

Check the Multisite 1.30 Wiki Entry

Resized Image
Read more... | 4 comments

Indexscan 2.03 released

Resized Image 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\". New in 2.03 - Check web files against checkfile with xoops file names and filter with allowed extensions in config. Red colored showing files not equal to the settings allow manuel delete using ajax+jquery to prevent page reload. - Create backup containing only empty folders, index.html files and download as zip. Why use index.html files ? Unless the webmaster disallows casual folder browsing on the web server, most of the contents of each folder can be listed in a browser pointing to that Internet address. This concept is easily demonstrable by typing most any website address into the address bar of an Internet browser and simply adding a forward-slash and this folder name to the address: If the folder of the website navigated to is not protected, a listing of all the files in the folder will be displayed. Any of the files in the resulting display may be right-clicked on and the \'save as\' option taken in order to save that file to a hard drive. In most cases websites will have an images folder, and this folder will not ususually be protected from casual browsing. If so, the entire contents of the images folder will be accessible to the public at large. Depending upon file types, the files in an unprotected web folder may or may not be accessible; .php, .asp, and .aspx files are not accessible although .gif, .jpg, .bmp, .png, and other image files are fully accessible. Additionally, without folder protection in place, a hacker can make use of configuration files as well, such as config.inc and that could be where the websites database connection strings are held! Therefore, the database itself could become compromised. Source:Easy Website Security 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 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'.
These files will be considered 'safe'
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.
The zip contains nothing but the folders and,
index.html files where missing from
your uploaded folder.

The folder name is the name of the folder in your folder2backup folder, for instance 'testing'.
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.
These files could be unwanted tmp, thumbs.db, or info files.
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
plus index files.
"
);
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");
define("_AM_INDEXSCAN_FILESDELETED"" Files were deleted from backup folder again");
define("_AM_INDEXSCAN_FILESCREATED"" Index.html files were created in backupfolder");

Read more... | 8 comments

Travel Site with XOOPS - 2.4.3

Hi XOOPS Community,

I'm happy to announce that my German XOOPS Travel Portal goes online. I have rebuild the site with XOOPS-2.4.3 and the travel blog with xpress.

Resized Image


The Site use the follow XOOPS Modules:

- protector
- mysearch
- simplywiki
- logcounterx
- pico
- altsys
- sitemap
- contact
- xpress

URL-Rewrite:

- XoRewrite Modul

Xoops Version: 2.4.3

Frühbucher

Have a nice day.
Read more... | 3 comments

XoopsPoll 1.3 released

XoopsPoll is the classic XOOPS module for putting polls on your website or in your forum threads. This version is a small update to the 1.2 version of XoopsPoll which increases compatibility and introduces some minor, new features.

Changes include:
- Improved block, showing results after voting
- Allow/prohibit anonymous voting by poll
- Updated/fixed logic for checking if a user has voted
- Full compatibility with PHP5, MySQL5, and XOOPS 2.4.x

Resized Image

Download: Click here

Install: Uninstall your old version of XoopsPoll and make a fresh install of the new version. There has been database changes, so an update won't work.

Credits: Thanks to titiou36 for the MySQL update and burning for the module logo.
Read more... | 29 comments

Xoops Theme Sd-052-Sandy-Lila

I'm happy to present the new FREE XOOPS Theme with the name Sd-052-Sandy-Lila.

Resized Image


Here can you find the XOOPS Theme Demo, here the XOOPS 2.4 Theme Demo and here is the free Download Xoops Theme Sd-052-Sandy-Lila.

Happy XOOPSing an Nice Weekend.
Read more... | 2 comments

PopnupBlog ver3.25 released

The PopnupBlog is multi user Blog module made by http://www.bluemooninc.biz . You can upload easily with user message and attach automatically! (Thumbnail too.) And also you can post via email with attached files!! You can post several times a day.

Highlight:
- User can own several blogs. Admin can set a max blogs.
- User can edit blogs information. Category, Title, Email, etc.
- Support categories. Admin can make categories. User can chose it.
- Support list view mode. With or without contents, Category filter, Page controller.
- Support VOTE mode. You can vote yes or no and see it by ranking chart.
- Supported mailing list. It can set a ML posting address as each blog.
- Trackback and RSS feed.

Download: click here

CAUTION!!! Database table has been changed.
If you update from v2.5x, Login as admin and run XOOPS_URL/modules/popnupblog/admin/sqlupdate.php by browser.
Read more... | 6 comments

ZetaDigme Admin Gui 1.1 is released

After Mor.Pho.GEN.e.sis 3.1.2, Xdt Standard 1.0 and Css100_MorPho, the Laboratory XooFoo.org releases a Admin Gui Theme for Xoops.
ZetaDigme is based on Zetagenesis for the design, and Mor.Pho.GEN.e.sis for the skeleton. It is easily editable by novice and has a file xo_parameters.html to enable or disable features included.

Download ZetaDigme Admin Gui

Installation

Unpack the archive and upload all the folders and files directly into the folder 'modules/system/class/gui/' of your site

Information

Note 1: To use the opportunity to show or add blocks in the admin theme, you must save the file "function.block.php" in yourSite/class/smarty/xoops_plugins/
Note 2: You can disable or enable different files (include) by changing values in the file xo_parameters.html

Acknowledgments

  • XOOPS Design Team for its participation in the development and use of this theme template
  • The Afux (Xoops Users French Association) for support in this project.

Credits

Download

ZetaDigme Admin Gui 1.0 is available HERE

Demo

Install the theme on your site, and you will! a screenshot is also viewable at this link

Extras

Join the Group Mor.Pho.GEN.e.sis for Xoops on Facebook! and/or become a Fan! and and get my daily news and tips and those of users on different templates theme for Xoops.

Read more... | 17 comments

TDMAds 1.0 (Commercial Module)

Resized Image
[size=xx-large]TDMAds 1.0[/size]



TDM is glade to present you TDMAds, a new ads and listing module.A completely modular module, each category can have its own custom form.

Module features :

Ads or listings:

- The Location Services with google map to be compatible with all countries.
- The major advantage is to create and personalize ads forms witch is not exisit in any module except TDMDownloads from our friend Mage (^_^).
- Display using ajax.
- 3 kind of payment for the seller: check, paypal or cash.
- A quick contact form with the seller either by PM or Email.
- Possiblity to have from 1 to 6 images, but the system may provide an unlimited number of images.
- Possibility to choose currency.

Resized Image
Read more... | 3928 bytes more | 17 comments

Template Theme Css100 MorPho v1.0 is released

After Mor.Pho.GEN.e.sis 3.1.1 and Xdt Standard 1.0, the Laboratory XooFoo.org releases new version of its Css100 Morpho template theme for Xoops.
Clone Mor.Pho.GEN.e.sis in its functionality, this template theme differs by the absence of tables in its structure (and therefore only "Div"). It allows for issues of quality with minimal knowledge of languages html, css, javascript or php.

Download Css100 MorPho template theme

Installation

Unpack the archive and upload all the folders and files directly into the folder 'themes' of your site

Information

Note 1: To use the opportunity to add blocks in the footer or the home box (under the header), you must save the file "function.block.php" in yourSite / class / smarty / xoops_plugins /
Note 2: To enjoy the possibility of adding an insert content in the header in home page, you must verify or fill the following line in the file xo_homepage.html: <(if! Xoops_isuser & $ & $ smarty . server.PHP_SELF == '/ index.php')>

  • if your site is at the root of the server, put '/ index.php',
  • if '/ foldernamer / index.php'

If you have difficulty finding the path, add "() $ smarty.server.PHP_SELF> first line of this file and the information displayed, then remove the line and comments on issues of security

Note 3: You can disable or enable different files (include) or subject area (columns left and right, high and low blocks) by changing values in the file xo_thm_parameters.html
Note 4: The documentation, in preparation for the template theme Mor.Pho.GEN.e.sis, include a chapter on css100. But by then, many tips have been published on this theme on the Xoops forum (here or Xoops France).

Acknowledgments

  • Snow77 and Technigrafa for the original project,
  • XOOPS Design Team for its participation in the development and use of this theme template
  • The Afux (Xoops Users French Association) for support in this project.

Credits

Download

Css100 MorPho is available HERE

Demo

Install the theme on your site, and you will! a screenshot is also viewable at this link

Extras

Join the Group Mor.Pho.GEN.e.sis for Xoops on Facebook! and/or become a Fan! and and get my daily news and tips and those of users on different templates theme for Xoops.

Read more... | 4 comments

Release of the Template Theme Xdt Standard version 1.0

Xdt (Xoops Theme Design) Standard is a basic template for make Xoops themes.
Compared to the previous version, files lateral and central blocks have been changed, the header has been recoded and style sheets, adding the administration bar footer, so many changes to simplify the design without significant knowledge in html or css.

Download Xdt Standard

Installation

Unpack the archive and upload all the folders and files directly into the folder 'themes' of your site

Information

You can disable or enable the bar administration by changing the values in the file xo_thm_parameters.html, and change the order of positioning blocks in that file.

Acknowledgments

  • XOOPS Design Team for its participation in the development and use of this theme template
  • The Afux (Xoops Users French Association) for support in this project.

Download

Xdt Standard is available HERE

Demo

Install the theme on your site, and you will! a screenshot is also viewable at this link

Extras

Join the Group Mor.Pho.GEN.e.sis for Xoops on Facebook! and/or become a Fan! and receive the daily news and tips for users of the template theme.

Read more... | 7 comments
« 1 ... 118 119 120 (121) 122 123 124 ... 553 »


Login

Who's Online

266 user(s) are online (7 user(s) are browsing XOOPS News)


Members: 0


Guests: 266


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