221
culex
Re: Deprecated functions in php 5.30
  • 2010/3/25 16:35

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Yeah maybe you're right Peekay, just was unsure where to post it and I figured here would be an ok place to start :)



222
culex
Re: Advice a Counter please..
  • 2010/3/25 16:30

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have been using piwik wich is openSource and very often updated.

Demo here

Only downside of this is you have to install outside XOOPS (idea for a module port maybe?), but works very nice and gives a nice ajaxed view of statisticks



223
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/25 15:36

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have just tested a fresh install in XOOPS 2.4.4 with AMS 3.00 as startup module (DHTML with xcode + plain text editors as basic) and all looks ok even in the submit page.

How any other editors treat the xim I dont know with AMS, but from my own page culex.dk I see the news with koivi editor doesnt look ok. But this is a problem even with the module removed, so looks like this is an editor issue and not a xim issue, or what ?



224
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/21 14:01

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@mazarin Yes I believe so.

Add the module to protector "Modules out of DoS/Crawler checker" as someone has tested. This works fine.

Also I have just change 2 files in blocks. blocks.php and b_instantmessenger.php where I have changed include -> requre_once as this line sometimes gives back a cannot redelclare() error especially in submitpages.

The submit page in news works also with the chat, but in my site looks still very funny, but I think this is more a news bug than a chat bug.

SVN is updated with the blockfiles I mentioned before



225
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/20 18:01

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@ipwgc Nice work there no, the link you have was my first attempt with a messenger. Also someone made with same base and we joined forces to work on only one instead.

someone is making the last work on a 3rd style (footer like yours) and it should be ready to release as official version.

At the moment you can check out the svn trunk here

Just rename 'trunk' to xim



226
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/20 15:50

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Looks like someone is putting the last work to placing the chat in footerbar (facebook style)

@btesec Nicely spottet. Also if you use protector, remember to put xim in the setting "Modules out of DoS/Crawler checker". someone have testet and this is the reason with white pages. Protector thinks the persistent htmlrequsts from the chat is an dos attack :)

If you use jquery in themes or include the XOOPS default framework jquery remember to use an updated version.

Current stable jquery version is 1.4.2
Xoops version is.: 1.3.2

Dont know if this is a big deal but it might help ;)



227
culex
Re: WF-Links or any Links Module??
  • 2010/3/20 15:43

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Hey nice work with wf links. :)

I have added danish translation to SVN

Only one item noticed. Modinfo line 44 includes 'include/config.php' this file doesnt exist in the zip.

Aparently this contain some defines that may/may not be includede elsewhere in the newer version. I have commented it in my own version and it seem to work just fine anyway

modino.php line 44
//include_once 'include/config.php';



228
culex
Re: CrawlProtect
  • 2010/3/15 12:31

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I think these features are all covered by protector, and some in the 2.4.5 maintaince .-)



229
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/15 0:05

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Just had a check in IE and FF in submit pages, and the module definitely does not like 'em.

In IE however I recieve multible errors concearning php 5.30 I do not get in FF.

I have placed a thread here with fixes to depreceated functions in php 5.30.

Still even after fixes my submit pages looks rather funny with the chat. Browsing back to any other pages and chat is perfect.

Could be something to do with forms + xoopseditors javascript in submit.php pages.

Anyone else any idea as to blank pages, any other errors etc ??



230
culex
Deprecated functions in php 5.30
  • 2010/3/14 23:57

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Just had a few errors in IE concearning koivi editor. Probably also others will have these.

‘Function eregi() is deprecated’ in PHP 5.3.0? in class/xoopseditor/koivi/include/functions.inc.php line 93 - 109

Just change (example line 97)
if(eregi("opera",$_SERVER['HTTP_USER_AGENT']))


using preg_match with the ‘i’ modifier to
if(preg_match("/^opera/i",$_SERVER['HTTP_USER_AGENT']))


A list of deprecated functions in php 5.30 here with alternative functions




TopTop
« 1 ... 20 21 22 (23) 24 25 26 ... 49 »



Login

Who's Online

156 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 156


more...

Donat-O-Meter

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

Latest GitHub Commits