Free PHP ShoutBox Script V 20 - php Form

Author Topic: Free PHP ShoutBox Script V 20  (Read 17696 times)

Offline janos

  • VIP
  • ****
  • Posts: 29
  • Karma: +2/-0
    • View Profile
Re: Free PHP ShoutBox Script V 20
« Reply #75 on: January 29, 2012, 09:53:47 AM »


Thanks for the free shoutbox guys.

Is it possible to have the posters IP address listed next to their name in dell.php ?

Thanks

Sorry, but that's not possible in this version.. :(

Offline shiinto

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Free PHP ShoutBox Script V 20
« Reply #76 on: January 31, 2012, 08:43:42 AM »
admin page works but gives me a

Code: [Select]
Deprecated: Function split() is deprecated in /home/www/xxxxxx/html/shoutbox/menage/functions.php on line 10 - error message at all pages above the settings-navigation.

Offline janos

  • VIP
  • ****
  • Posts: 29
  • Karma: +2/-0
    • View Profile
Re: Free PHP ShoutBox Script V 20
« Reply #77 on: February 01, 2012, 05:03:07 AM »
hi,
replace this code in functions.php
Code: [Select]
$kt = split(' ', $levels);
with this code
Code: [Select]
@$kt = split(' ', $levels);
 :)