Free PHP ShoutBox Script V 20 - php Form

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

Offline admin

  • Administrator
  • *****
  • Posts: 67
  • Karma: +10/-0
  • Gender: Male
    • View Profile
Free PHP ShoutBox Script V 20
« on: May 03, 2010, 04:43:35 AM »


1. Unzip
2. Upload shoutbox folder

Code: [Select]
http://yoursite.com/shoutbox/
3. Upload file shout.php

Code: [Select]
http://yoursite.com/shout.php
4. chmod 666 sett.php

5. Follow the instructions

Code: [Select]
http://yoursite.com/shoutbox/menage/install.php
6. chmod 644 config.php

7. PHP Code to display shoutbox:

Code: [Select]
<IFRAME style="border:1px solid #cccccc;" SRC="../shoutbox/code.php" WIDTH=230 HEIGHT=440></iframe>
Download: Members
« Last Edit: September 04, 2011, 03:04:35 AM by admin »

Offline Luceafar

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #1 on: May 03, 2010, 12:16:24 PM »
Code: [Select]
6. chmod 644 config.php
where exactly is config.php?

Offline admin

  • Administrator
  • *****
  • Posts: 67
  • Karma: +10/-0
  • Gender: Male
    • View Profile
Re: ShoutBox 20
« Reply #2 on: May 03, 2010, 02:55:12 PM »
Code: [Select]
6. chmod 644 config.php
where exactly is config.php?
sett.php sorry...

Offline ddery-test

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #3 on: May 20, 2010, 08:47:49 PM »
how to display the navigation, please..

Offline technoj

  • Supporter
  • **
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #4 on: July 11, 2010, 03:32:50 PM »
please where exactly is the script for download?

Offline admin

  • Administrator
  • *****
  • Posts: 67
  • Karma: +10/-0
  • Gender: Male
    • View Profile
Re: ShoutBox 20
« Reply #5 on: July 11, 2010, 04:24:03 PM »
please where exactly is the script for download?
http://phpform.net/board/index.php/topic,329.msg661.html#msg661

Offline hank.dussen

  • Supporter
  • **
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #6 on: July 18, 2010, 02:50:03 AM »
I'm a php newbee.   ???
Does a newbee installation guide excist for this nice shoutbox 2.0?
If so; where can I read or download it?
Thanks for answering this question!
Best regards,
Hank

Offline pedja

  • Supporter
  • **
  • Posts: 9
  • Karma: +3/-0
    • View Profile
Re: ShoutBox 20
« Reply #7 on: July 18, 2010, 04:03:31 AM »
Does a newbee installation guide excist for this nice shoutbox 2.0?
If so; where can I read or download it?

http://phpform.net/board/index.php/topic,329.msg661.html#msg661

Offline hank.dussen

  • Supporter
  • **
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #8 on: July 18, 2010, 06:15:28 AM »
Is it possible to integrate the captcha into the shoutbox 2.0?  ;)
Is yes, how do you do that?
No input limits to the shoutbox is waiting for the spambots to mess things up!  :o
Thanks again for answering!
Best Regards,
Hank

Offline pedja

  • Supporter
  • **
  • Posts: 9
  • Karma: +3/-0
    • View Profile
Re: ShoutBox 20
« Reply #9 on: July 18, 2010, 07:12:50 AM »
input limits  ;)
Code: [Select]
$name=array($text,$text1,$home);
foreach ($name as $name)
{
if(preg_match("/%/", $name)) {
echo "<center><div id=\"toprow\">Invalid Characters \"%\" </div>";
Die();
}
if(preg_match("/;/", $name)) {
echo "<center><div id=\"toprow\">Invalid Characters \";\" </div>";
Die();
}
if(preg_match("/</", $name)) {
echo "<center><div id=\"toprow\">Invalid Characters \"<\" HTML is not allowed";
Die();
}
if(preg_match("/\\[/", $name)) {
echo "<center><div id=\"toprow\">Invalid Characters \"[\" BB code is not allowed";
Die();
}
}

Offline hank.dussen

  • Supporter
  • **
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #10 on: July 18, 2010, 09:37:48 AM »
 :) Thank you for your answer! In which php file do I copy this and do I need to add something more?
This is a newbee you know  :)

Offline pedja

  • Supporter
  • **
  • Posts: 9
  • Karma: +3/-0
    • View Profile
Re: ShoutBox 20
« Reply #11 on: July 18, 2010, 09:44:43 AM »
actually this code already exist in shout.php file

Offline hank.dussen

  • Supporter
  • **
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #12 on: July 18, 2010, 10:02:38 AM »
Hello Pedja,

Yes  I see these lines in the shout php file.
But if they activate captcha, why doesn't it work for me?
This question is probably very annoying for you, but as i wrote earlier i'm a php newbee.
Thanks for answering again!  ;)
Hank

Offline pedja

  • Supporter
  • **
  • Posts: 9
  • Karma: +3/-0
    • View Profile
Re: ShoutBox 20
« Reply #13 on: July 18, 2010, 10:22:23 AM »
this is not captcha. only code to prevent spam in form submissions without using a CAPTCHA

Offline hank.dussen

  • Supporter
  • **
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: ShoutBox 20
« Reply #14 on: July 18, 2010, 01:37:30 PM »
Excuse my stupidity in this. I still don't completely understand it. But if this code prevents spambots in this form submission without using a CAPTCHA, then this is what I was really waiting for!!!!! Okey, I'll publish the page. (However still wondering if this is true)   8)
Thanks Again,
Hank  Dussen