Author Topic: Shoutbox ?  (Read 28898 times)

0 Members and 1 Guest are viewing this topic.

TheOracle

  • Guest
Re: Shoutbox ?
« Reply #15 on: September 01, 2005, 12:43:02 AM »
Follow the constants.php file instructions then it should work.

Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: Shoutbox ?
« Reply #16 on: September 01, 2005, 06:58:45 AM »
no, it donīt work :cry: :cry: :cry: :cry:

TheOracle

  • Guest
Re: Shoutbox ?
« Reply #17 on: September 01, 2005, 11:46:54 AM »
Did you ... created the SQL Shoutbox table as well from your phpmyadmin ?

Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: Shoutbox ?
« Reply #18 on: September 01, 2005, 11:50:51 AM »
yes i did
:

CREATE TABLE shoutbox (
 id int(11) NOT NULL auto_increment,
 name text NOT NULL,
 message text NOT NULL,
 timestamp int(11) NOT NULL default '0',
 ip varchar(15) NOT NULL default '0',
 browser varchar(255) NOT NULL default '',
 block int(50) NOT NULL default '0',
 KEY msg_id (id)
) TYPE=MyISAM;

I AM SO SAD :-((


TheOracle

  • Guest
Re: Shoutbox ?
« Reply #19 on: September 01, 2005, 12:31:25 PM »
I just took a look at your URL again and now it says : Webmaster and test inside a tinny table ...

Your table is being, actually, detected from the constants. Is there something I'm missing ?

Offline badass

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Shoutbox ?
« Reply #20 on: September 02, 2005, 12:04:29 AM »
dude the eziest ting   to do is  2 look on d net  4   a shout box  then iframe it    like i did

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: Shoutbox ?
« Reply #21 on: November 18, 2005, 05:12:51 AM »
how make it work without use iframe ?

Offline Zyga

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: Shoutbox ?
« Reply #22 on: December 16, 2005, 08:16:20 PM »
when i shout something ->

Forbidden
You don't have permission to access /test/.$site_sess->url(ROOT_PATH. on this server.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at localhost Port 80

what is set wrong  ?