11
comflash2
Re: XOOPS Newsletter Mailer
  • 2006/5/31 1:46

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


Quote:

tzvook wrote:
@ comflash2

I work with phplist for years and can tell that it'll be too messy to port it, since it's quite messy itself (too much is hardcoded there, not a good separation of functionality from interface ... and so on ...).

Anyway, things are moving with the developement as I understood, and contributers are welcome to join and share .....


Maybe u r right, but they look confident. Just look & see. I'll update any news here.
Act Like Lightning FLASH



12
comflash2
Re: XOOPS Newsletter Mailer
  • 2006/5/30 8:40

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


I know someone in (MALAYSIA) try port phplist to the XOOPS module. Donno the status yet.. since they just started.
Act Like Lightning FLASH



13
comflash2
Re: help in CBB 3.0
  • 2006/2/6 11:56

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


I install CBB 3.0 RC in my website AlumniQber Online using XOOPS 2.2.4,PHP 4.4.1, mySQL 4.0.25-standard and its work nicely except in newbb admin, its return BLANK !. I debug myself and found this line cause the problem (in ./newbb/class/xoopsformloader.php)

if(!@include_once (XOOPS_ROOT_PATH."/Frameworks/xoops22/class/xoopsformloader.php")){
    include_once 
XOOPS_ROOT_PATH."/class/xoopsformloader.php";
}


I solve it by change it to

//if(!@include_once (XOOPS_ROOT_PATH."/Frameworks/xoops22/class/xoopsformloader.php")){
//    include_once XOOPS_ROOT_PATH."/class/xoopsformloader.php";
//}

include_once XOOPS_ROOT_PATH."/class/xoopsformloader.php";


it looks like decission for 2.0.* and 2.2.* auto compatiblity didn't work
Act Like Lightning FLASH



14
comflash2
Re: XM-memberstats ... With worst problem
  • 2006/2/3 7:08

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


I can't duplicate that problem. Try to enable Who's Online blok and see if they have this problem or not. If they didn't have this problem, i can fix it blindly.
Act Like Lightning FLASH



15
comflash2
XM-MEMBERSTATS 2.0e for XOOPS 2.0.x Release
  • 2005/9/26 16:23

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


I just upload new XM-Memberstats 2.0e for XOOPS 2.0.x.

U can download from here in xmmemberstats 2.0e forum:

XOOPS Malaysia

Changes from 2.0d : (Fix By ComFlash2)
- Fix installation problem (Can't proceed) in certain PHP configuration
- "Data installation" popup automatically when installing this module. No need type "./install/index.php" manually anymore.
- Fix problem at xmmemberstats mainpage that display only 1st page in certain PHP configuration
- Fix problems that cause xmmemberstats disappear randomly

Changes from 2.0c : (Fix By ComFlash2)
- Fix installation problem (Database Timeout, Can't Proceed etc)
- Fix bugs when goto next page after searching, it ignore the query and display all
- Fix bugs at sorting
- Add 5400+ new 'ip to country' entries

* Original code developed by SMD

Features:
- Compatible with 2.0.x
- Use Ip-To-Country Database instead of using file in the previous version.
- New flags images including all countries in the world.

How To Install?:
*Uninstall the previous version first, before install the new one.
1. Extract zip file and upload the folder into your modules folder.
2. Install module (admin menu -> system -> modules -> install).
3. That's It! You can set block and module permission as usual.
4. In case u want to update ip-to-country database manually, type:
http://YOUR_DOMAIN/modules/xmmemberstats/install/

Latest Ip-To-Country Database:
File Version: 13 September, 2005

Language Pack:
1. English (SMD)
2. Malay (SMD)
3. France (F5GOV)
4. Brazilian Portuguese (Valker)
5. Japanese (Vargr)
6. Danish (Vargr)
7. TChinese (gary711)

Special thanks to all translators. Question and suggesstion, post in our forum. Thanks!

NOTED !! THIS MODULE ONLY FOR XOOPS 2.0.X !
Act Like Lightning FLASH



16
comflash2
XM-MEMBERSTATS 2.0e RELEASE !!!
  • 2005/9/24 17:49

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


Ok guys... after a few hours struggling with the codes, i think i already solve all of the BIG problems that occur on 2.0c and 2.0d. I just upload new XM-Memberstats 2.0e for XOOPS 2.2.x.

U can download from here in xmmemberstats 2.0e forum:

XOOPS Malaysia

I'll upload 2.0e for XOOPS 2.1.x in next few days.

Changes from 2.0d : (Fix By ComFlash2)
- Fix installation problem (Can't proceed) in certain PHP configuration
- "Data installation" popup automatically when installing this module. No need type "./install/index.php" manually anymore.
- Fix problem at xmmemberstats mainpage that display only 1st page in certain PHP configuration
- Fix problems that cause xmmemberstats disappear randomly

Changes from 2.0c : (Fix By ComFlash2)
- Fix installation problem (Database Timeout, Can't Proceed etc)
- Fix bugs when goto next page after searching, it ignore the query and display all
- Fix bugs at sorting
- Add 5400+ new 'ip to country' entries

* Original code developed by SMD

Features:
- Compatible with 2.2.x
- Use Ip-To-Country Database instead of using file in the previous version.
- New flags images including all countries in the world.

How To Install?:
*Uninstall the previous version first, before install the new one.
1. Extract zip file and upload the folder into your modules folder.
2. Install module (admin menu -> system -> modules -> install).
3. That's It! You can set block and module permission as usual.
4. In case u want to update ip-to-country database manually, type:
http://YOUR_DOMAIN/modules/xmmemberstats/install/

Latest Ip-To-Country Database:
File Version: 13 September, 2005

Language Pack:
1. English (SMD)
2. Malay (SMD)
3. France (F5GOV)
4. Brazilian Portuguese (Valker)
5. Japanese (Vargr)
6. Danish (Vargr)
7. TChinese (gary711)

Special thanks to all translators. Question and suggesstion, post in our forum. Thanks!

NOTED !! THIS MODULE ONLY FOR XOOPS 2.2.X !
Act Like Lightning FLASH



17
comflash2
Re: XM-Memberstats 2.0c block disappears/reappears
  • 2005/9/24 14:38

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


Already fix in 2.0e. Please download fromhttp://www.xoopsmalaysia.org/
Act Like Lightning FLASH



18
comflash2
Re: xm-memberstats module
  • 2005/9/24 14:27

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


Already fix in 2.0e version. Please download athttp://www.xoopsmalaysia.org/
Act Like Lightning FLASH



19
comflash2
Re: myxoops.org hacked!
  • 2005/9/7 15:16

  • comflash2

  • Just popping in

  • Posts: 51

  • Since: 2005/1/1 1


Sorry to say.. No wonder your were hacked. Your newbb vunerable to the cross site scripting (and SQL injection ??) that can allow user to steal cookie-based authentication credentials. its very easy to exploit.. no need REAL HACKERS to do that. its in newbb/viewtopic.php, for "topic-id" and "forum" URI parameters .
Act Like Lightning FLASH




TopTop
« 1 (2)



Login

Who's Online

174 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 174


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