21
alfred
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 10:13

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


No, this Hack replace only :

/class/database/database.php
/include/userlogin.php
/include/common.php
/include/functions.php

All different are beauty-conditioned changes Only the module site must be installed.

Also possible a complete second and independent XOOPS thereby is to be provided
Furthermore can be used depending upon attitude the modules also together

Sorry for my english

22
wizanda
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 10:15

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


so it works and is stable for a production site?

23
alfred
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 10:23

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Yes and no: -)
It is a RC-version.
The side www.simple-xoops.de runs under this version. Problems are not so far well-known: -)

24
wizanda
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 11:19

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


So is the Hack part contained in the files involed, so it is easy to move on with upgrades?

In other words /* or //this hack here//*/ so it can be used with later version also?

25
alfred
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 15:13

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Yes, the changed parts are with
//SIMPLE-XOOPS START
and
//SIMPLE-XOOPS END characterized.
With updates chop updated

26
wizanda
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 15:32

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Thank you for all the advice...

Another question do both sites need XOOPS simple?

Sound like I may need do, much better if I can link them....

27
alfred
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 20:04

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


I place in the next days the Hack for
XOOPS 2.2.x and 2.2.x to the download

28
fungus
Re: Is shared login and some content on two sites possible?
  • 2006/5/7 21:09

  • fungus

  • Just popping in

  • Posts: 72

  • Since: 2002/10/15


For anyone who might be interested as English is my only fluent language... BabelFish from Altavista translated the readme from German, However I think 1 or 2 things may have been "Lost in Translation" as some things just dont sound right....

-<SNIP>---<SNIP>---<SNIP>---<SNIP>---<SNIP>---<SNIP>--

German

Update XOOPS 2.2.4 zu SIMPLE-XOOPS 0.6

- alle Dateien aus dem Updatepaket in das XOOPS_ROOT
unter Beibehaltung der Ordnerstruktur entpacken
- Anpassung der mainfile.php wie folgt :
ersetzen von XOOPS_URL bei
define('XOOPS_URL', 'http:// ....');
mit XOOPS_RESCUE_URL
- darunter (für Autologin) einfügen :
define('XOOPS_AUTOLOGIN_LIFETIME',604800 ) ; // 1 week default
- darunter (Für SEO-TOOL, falls gewünscht) einfügen
include "simplified.php";
- ersetzen von

if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
require XOOPS_ROOT_PATH."/include/common.php";
}

mit

if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
require XOOPS_ROOT_PATH."/include/common.php";
if (file_exists(XOOPS_ROOT_PATH."/include/autologin.php"))
include XOOPS_ROOT_PATH."/include/autologin.php" ;
}

- Systemmodul aktualisieren
- Modul erweiterte Profile aktualisieren
- Modul Site installieren
- Modul xlanguage installieren

Damit das SEO-TOOL funktioniert mus mod_rewrite auf dem Webspace aktiv
sein. Die demo_htaccess muss nach .htaccess umbenannt werden.
Soll das SEO-TOOL deaktiviert werden, muss entweder die htaccess wieder umbenannt
oder wie folgt editiert werden :
RewriteEngine on ersetzen mit RewriteEngine off


die mainfile.php muss wie folgt editiert werden :
auskommentieren der Zeile include "simplified.php";
Nun ist das SEO-TOOL deaktiviert.

damit sollte das Update abgeschlossen sein.
Über Rückmeldungen im Forum von SIMPLE-XOOPS
(http://www.simple-xoops.de) würde ich mich freuen.

Alfred

English

Update XOOPS 2.2.4 to SIMPLE XOOPS 0.6

- all files from the update package in XOOPS_ROOT
while maintaining the file structure unpack
- adjustment mainfile.php as follows:
replace of XOOPS_URL with
define('XOOPS_URL ', ' HTTP:....');
with XOOPS_RESCUE_URL
- insert among them (for Autologin):
define('XOOPS_AUTOLOGIN_LIFETIME', 604800); //1 week default
- under it (for SEO TOOL, if desired) include
insert "simplified.php";
- replace of

if (!isset($xoopsOption['nocommon ' ]) && XOOPS_ROOT_PATH! = ' ') {
require XOOPS_ROOT_PATH."/include/common.php";
}
with

if (!isset($xoopsOption['nocommon ' ]) && XOOPS_ROOT_PATH! = ' ') {
require XOOPS_ROOT_PATH."/include/common.php";
if (file_exists(XOOPS_ROOT_PATH."/include/autologin.php"))
include XOOPS_ROOT_PATH."/include/autologin.php";
}

- system module update
- module of extended profiles update
- module Site install
- module xlanguage install

Thus the SEO TOOL functioned mash mod_rewrite on the Web space actively
its. Demo_htaccess must be renamed after htaccess.
If the SEO TOOL is to be deactivated, must be renamed either htaccess again
or edited as follows:
REWRITE engines on replace with REWRITE engines off
mainfile.php must be edited as follows:
getting along animals of the line include "simplified.php";
Now the SEO TOOL is deactivated.

thus the update should be final.
About feedbacks in the forum of SIMPLE XOOPS
(http://www.simple xoops.de) I would be pleased.

Alfred

-<SNIP>---<SNIP>---<SNIP>---<SNIP>---<SNIP>---<SNIP>--

Um, i am not sure what you mean? You mean you will try the two?

by dhsoft on 2006/5/8 7:04:45

I place in the next days the Hack for
XOOPS 2.2.x and 2.2.x to the download
Hmmm... Why do I have so many screws left over?

29
alfred
Re: Is shared login and some content on two sites possible?
  • 2006/5/8 14:41

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

fungus wrote:
...
Um, i am not sure what you mean? You mean you will try the two?

by dhsoft on 2006/5/8 7:04:45

I place in the next days the Hack for
XOOPS 2.2.x and 2.2.x to the download




SIMPLE-XOOPS = more Hacks included
MultiSite-Hack = chop around XOOPS with several Domains to operate (is in SIMPLE-XOOPS include)

30
wizanda
Re: Is shared login and some content on two sites possible?
  • 2006/5/8 15:44

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


So are you sticking with the XOOPS core or branching off?

Sorry I have to ask there is that many versions starting and I started my adventures like that with e-xoops and then relised that XOOPS was far better...

So if the anwser is yes and I stick this on my site, so i can link them...... we will see..... still thinking..... don't like 2.0.4 to many holes scares me.

Login

Who's Online

263 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 263


more...

Donat-O-Meter

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

Latest GitHub Commits