71
Mikhail
Re: [request] PHPNuke modules to XOOPS modules
  • 2005/6/21 19:49

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

davidl2 wrote:
Quote:

Mikhail Miguel wrote:

Quote:

A phpnuke "emulator" or the "PALM" idea you suggested is another idea as well.



So, lets do it?


I wish I had the time or talent ... it would certainly be an interesting project.



I understand, but I believe that the main motivation to enter in a project and participate is the "necessity" to need the result. "I dont know, but I do", like Andy Warhol's Velvet Underground. - "Do it yourself".


[]s,

mikhail


---
[off-topic]
(after an underworld and atari teenage riot section,
NIRVANA. Hum.... so time here, I need stop with XOOPS now and do others things.... maybe a "xoops p2p sotware"....)
[/off-topic]



72
Mikhail
Re: Converting modules
  • 2005/6/21 19:33

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

panigrc wrote:
mikhail can you give me the link because I couldn't find it ?



Sure!

Was commented here:
https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=34209&forum=30
and here:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=37486&start=10


And this is the code (please, look how easy is):

###### PURE SQL, PHP NOT NEEDED

REPLACE INTO
xoops_wiwi
idkeywordtitlebodylastmodifiedu_idvisibleparentpageidpridcontextBlock )

SELECT 
cur_id
cur_titlecur_titlecur_textUNIX_TIMESTAMP(cur_timestamp), cur_user1'underpop'cur_idcur_id''
FROM cur


Obs: "cur" is the name of the main wikipedia table. And this code can be used with phpmyadmin.

I use something like UNIX_TIMESTAMP(thedate) and TIMESTAMP(thedate) to covert some phpnuke tables that use a diferent date format. But a simple code like this solve the "problem".



73
Mikhail
Re: [request] PHPNuke modules to XOOPS modules
  • 2005/6/21 18:51

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

davidl2 wrote:
I think a convertor would be difficult.


maybe not.... to convert wikipedia to wiwimod I do it:

REPLACE INTO
xoops_wiwi
idkeywordtitlebodylastmodifiedu_idvisibleparentpageidpridcontextBlock )

SELECT
cur_id
cur_titlecur_titlecur_textUNIX_TIMESTAMP(cur_timestamp), cur_user1'underpop'cur_idcur_id''
FROM cur


Note: I use something like UNIX_TIMESTAMP(cur_timestamp) to covert the phpnuke users and news, bcause the date format is diferent. But a simple code like this solve the "problem".

Quote:

A tutorial on converting a couple of sample modules may be an idea.


Hum... yes, first a tutorial.

Quote:

A phpnuke "emulator" or the "PALM" idea you suggested is another idea as well.



So, lets do it?



74
Mikhail
Re: Converting modules
  • 2005/6/21 18:23

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


hey! can be easy! searh for my script that convert wikipedia to wiwimod, and take a look in the "logic".



75
Mikhail
Re: [request] PHPNuke modules to XOOPS modules
  • 2005/6/21 18:00

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Other point (that I dont think off-topic): make a "nuke2xoops" conversor. I dont know if is alread exist, but that a lot of people still using phpnuke (and others cms) for not found it.



76
Mikhail
xoops2.iso
  • 2005/6/21 17:02

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


The first release of XOOPS Brasil will be a XOOPS ISO image

Without space to copy the server, i have found this "monsters" to be 7ziped:

[img]http://spa.fotologs.net/?u=xoops&i=2005/06/21/1119370814.jpg&c=f[/img]

http://www.fotologs.net/xoops/



(and.. as prescribed by ISO standard ISO 9660, is a file that represents a one-to-one copy of a specific computer filesystem, most widely used for the compact disc medium. i.e an entire CD or DVD-ROM).



77
Mikhail
Re: [request] PHPNuke modules to XOOPS modules
  • 2005/6/21 15:13

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

davidl2 wrote:
Quote:

Mikhail Miguel wrote:
Why not? -> create a group called "PALM" to work in a "Phpnuke Abstraction Layer Module????



Not a bad idea really... after all, native XOOPS modules are best


Yes, I know! And "security" is another point, so the idea is make a "paliative" solution, not a "real solution", for some users that need a module that XOOPS dont have (as native).

Quote:

- but sometimes other modules exist on phpnuke that we do not have on Xoops.


Yes! And Im writing about phpnuke because I do it to work fast and was easy. But the same can be done with other projects, (maybe mambo?)...



78
Mikhail
Re: [request] PHPNuke modules to XOOPS modules
  • 2005/6/21 13:24

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


the problem with windows file protection was solved, by I cant found the hack. And I dont have time to redo it bcause XOOPS Brasil is still offline. Sorry.

But... Why not? -> create a group called "PALM" to work in a "Phpnuke Abstraction Layer Module????




79
Mikhail
Re: Private msgs without POPUPS
  • 2005/6/21 12:00

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


obs/ps: another extensions are blocking the pm popup, so I will need to open the (urgh) m$ intranet exploder for it.

obs2/pstation2: i never read or send private msgs, but now I need to send one to alert a module 'vul'.

obs3/ps3: I have a screenshot, and I can sent the image to xoops.org using
Resized Image, but I dont know if is "ok" to use this xoops.org feaure. ("ok" = > "appropriate", "adjusted".. sorry, I dont know how to translate the word "apropriado" to english). And encode it base64 like usenet is the last way.



80
Mikhail
Private msgs without POPUPS
  • 2005/6/21 11:53

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Sugestion: private msgs without pop-pops.

Reason: "everybody" hate popups, and some "popups protectors" block the possibility of send PM. Is not commum, but the problem exist. And Im writing bcause I need to remove a Deer Park extension to send a msg.



(another reason is a particular problem: I have made a "xoops browser" using the mozilla activex control, excelent for demostrations... but was impossible for me implement the popup feature. So this software (prometheux) was never released to public, only in underground, to br users... But this last is a particular reason, I know).




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 30 »



Login

Who's Online

190 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 190


more...

Donat-O-Meter

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

Latest GitHub Commits