91
Mikhail
Re: avatar list
  • 2005/6/10 15:10

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

kakis wrote:
yes but the list is empty there ..



200 avatars + .sql:

http://colaborar.softwarelivre.gov.br/download.php/103/avatares-crc-sql-w32-01.zip



92
Mikhail
Re: php nuke modules to xoops
  • 2005/6/7 15:47

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

Gambero wrote:
Hope this helps ...

http://dev.xoops.org/modules/phpwiki/



is dirty, but... is possible to run the phpnuke core like a "xoops module" (like a abstraction layer).



93
Mikhail
Re: [Need help!] Presenting XOOPS at the PHP Spring Conference
  • 2005/5/24 10:06

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

sudhaker wrote:
I got hold of Robo Demo (now called Macromedia Captivate v1.0). Pretty impressive, but perhaps Wink was also good enough for our purpose. I am not sure if get rights to distributing flash-movies made by demo trial version. So, perhaps we should use Wink

Do we have content ready? Site filled with demo-content? If yes, please PM me with the URL.

Cheers,



Another similar free apps: ScreenFlash
http://www.unflash.com/

About: "If you want to build animated, interactive software tutorials in the shortest time, ScreenFlash is your best choice! It is the easiest and most effective tool for demonstrating your software product, adding animations to your application's Help system, or training novices.

ScreenFlash captures the action and sound from any part of Windows desktop and saves it to a Macromedia Flash movie file. You can also edit the movie by adding button, sound, picture and text, which can create an integrated interactive demo"

Free download:
http://www.unflash.com/download/screenflash1.7_setup.exe


Resized Image


[]s,

mikhail!


obs: wink looks better tfor me than screenflash, but... is just my opinion.



94
Mikhail
Re: Multiple Xoops Sites with one Member Database
  • 2005/5/23 15:13

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


IS JUST AN EXPERIMENTAL HACK,
IT IS NOT THE IDEAL WAY TO DO A "XOOPS MULTISITE".

MORE ABOUT IT HERE:
https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=16700&forum=14





database.php
function prefix($tablename='') {
if ( 
$tablename == '' ) {
return 
$this->prefix;
}
elseif ( 
$tablename == 'users' ) {
return 
'same_users';
}
elseif ( 
$tablename == 'groups_users_link' ) {
return 
'same_groups_users_link';
}
elseif ( 
$tablename == 'priv_msgs' ) {
return 
'same_priv_msgs';
}
elseif ( 
$tablename == 'session' ) {
return 
'same_session';
}
else {
return 
$this->prefix .'_'$tablename;
}
}




to use the same files with diferent sites/subdomains, just replace the mainfile.php for:
<?php
if (!(isset($subdominio))) {
$subdominio $HTTP_HOST;
$subdominio str_replace("www.","",$subdominio); 
$subdominio str_replace(".com","",$subdominio); 
$subdominio str_replace(".net","",$subdominio); 
$subdominio str_replace(".org","",$subdominio);


if (!(empty(
$subdominio))) {
include(
$subdominio."mainfile.php");
}
?>





Quote:

jcoulter wrote:
Here's something I'd like to be able to do, so any advice would be appreciated. I have my doubts it can be done, but worth asking about anyway.

I want to have different installations of XOOPS on a domain, with each being in its own subdomain. Each installation would have totally independent contents EXCEPT members. I would like to have one central site where the user logs in and from there is automatically logged in to the subdomains.

EXAMPLE:

Each of the below would have a different, independent, installation of Xoops.

(A) www.mydomain.com - member login found here.

(B) store.mydomain.com - online storefront. member groups might include "Retailers", "Distributors", "Other".

(C) private.mydomain.com - private are for users of registered products. Member groups might include "Moderators", "Registered Users".

(D) freestuff.mydomain.com - another area where free downloads and discussion can take place.

So, a sample user might be "Joe Smith". Joe would be a member of the "Other" store member group and maybe a "Moderator" in the private area. Joe would log into XOOPS from domain (A) but would not need to log in to any of the subdomains.

Can something like this be done?

Thanks!



95
Mikhail
opensource firefox extension to help php applications translators
  • 2005/5/9 11:33

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


source:
http://phplangeditor.mozdev.org/index.html


Phplangeditor is a tool made to help php applications translators.

A lot of PHP applications are translated using one or many files of lang vars

<?php
$langHello = "Hello";
$langWorld = "World";
...
?>

It's not really easy for a translator to work in such a file. You have to open it in a text editor text navigate from string to string to replace it.

phplangeditor has been made to make this job easier.

Resized Image



96
Mikhail
Re: Predator Joined Mambo!
  • 2005/5/8 18:56

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

And the XOOPS Brasil have 21.028 members now, 2005/05/07,
and need more integration with www.xoops.org (my opinion).


Quote:

and this is what's going to happen.. mikhail you will hear soon if not before regarding a liason team if you have not already been informed. it's being discussed at this moment and an action plan is being put into place. you want interaction, ALL the XOOPS local support sites will sonn get interaction..

please don't reply here tho, i don't want to turn this topic into another discussion..

[/quote]

please, give me more detais in private! mikhail@underpop.com
Im completely OUT of the xoops.org directions...

[]s,

mikhail



97
Mikhail
Re: Predator Joined Mambo!
  • 2005/5/7 19:29

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


things like mambo and zope/plone is sux supreme in my opinion. XOOPS rulez, is the best for me, better than any other. typo3 is rox too, but completely different of xoops....



98
Mikhail
Re: Predator Joined Mambo!
  • 2005/5/7 19:13

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

Herko Coomans wrote:


We have 30.000 members (as of today), people coming and going all the time. Nobody is forced to leave, but that doesn't mean we have to agree with everyone all the time, right?




And the XOOPS Brasil have 21.028 members now, 2005/05/07,
and need more integration with www.xoops.org (my opinion).



99
Mikhail
Re: Predator Joined Mambo!
  • 2005/5/7 18:37

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

alitan wrote:
I just saw Predator post on Forum.mamboserver.com .
Seems that he is now a Mambo developer!
Of course it was nice to see him among XOOPS Developers before.I hope he succeed there as he was successful here before.

For more information checkout this link:
http://forum.mamboserver.com/showpost.php?p=205520&postcount=105

P.S ---> What is happening , Some developers are leaving XOOPS and joining other CMS. (Catzwolf, Predator, Japanese support site).


so many options... communication problems, motivation problems, money problems, feedbacks problems (e eu quis dizer "retroalimentação")

better ask to Master, sure... but I feel that something is wrong... mainly the communication between the diverses communities...

Now *particularly*: today my posts was deleted by a order by a webhosting owner, that was put to concur with first XOOPS Brasil, and was created a union with another 8 webhosting services against the first opensource project. And all unnecessary, without reasons,... only because a big lobby was made.


OBS: I think to work with typo3 *too*, making a brazilian community after the "XOOPS Brasil Reloaded".



100
Mikhail
Re: Brainxtorms... and directionx.
  • 2005/5/6 15:30

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

Damaster wrote:
1. Maybe keep “XoopServer”


Xoops Server or XoopServer?

Quote:

2. Sites : Blog, Corporation, E-Learning, Gallery, Etc.


No problem about the content, but... is not possible include (share) more content about XOOPS, like SmartyFAQ?


Herkooo??? What do you think about it?!?!?



Quote:

3. An easy and light solution!? It seems a good idea the “partnership” one. Maybe the Public Relation Team could help here too.



I understand... and will be done after the "XOOPS Brasil reloaded"


Quote:

Damaster wrote:
I got the Stanley Kubrick collection for Christmas


Again: now the x*?erver can speak with the users, via Windows Speak API... But the red light is still needed [pt]penso que seria uma forma impactante de interação com os utilizadores... pensei também que tal luz poderia variar de cor e intensidade de acordo com possíveis problemas no servidor, or something, Essa opção é nativa do WindowsXP, mas funciona no Win98 desde que alguns arquivos estejam instalados[/pt]



[]s!


mikhail




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 30 »



Login

Who's Online

212 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 212


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