Shadow
Sep 16 2004, 07:17 PM
| | i need to know how to get the shoutbox in Ibp to work... help any1 who can |
Reply
wassie
Sep 16 2004, 07:45 PM
try to ask help on www.invisionize.com
Reply
Bash
Sep 16 2004, 08:53 PM
odomike
Sep 17 2004, 10:58 AM
QUOTE(Bash @ Sep 16 2004, 08:53 PM) you are right wassie. go check it out at that link provided to you by wassie. i just saw everything my self right now.
Reply
wassie
Sep 17 2004, 01:36 PM
LOL, it was bash that posted that link :S
Reply
CodeName_88
Sep 17 2004, 01:46 PM
QUOTE(odomike @ Sep 17 2004, 10:58 AM) QUOTE(Bash @ Sep 16 2004, 08:53 PM) you are right wassie. go check it out at that link provided to you by wassie. i just saw everything my self right now. Very useful post there  . And how can I change: View the D2 Shoutbox to: View the DS Portal Shoutbox?
Reply
odomike
Sep 18 2004, 06:24 PM
QUOTE(wassie @ Sep 17 2004, 01:36 PM) LOL, it was bash that posted that link :S ooops...stupid me. i guess i just made a funny and stupid kinda mistake. Pardon me bash. Maybe i was dreaming while I was typing that post.\
Reply
Bash
Sep 18 2004, 08:31 PM
lol, no problem. QUOTE Very useful post there . And how can I change: View the D2 Shoutbox to: View the DS Portal Shoutbox? what do u mean, the link above the shoutbox that says 'View the D2 Shoutbox'? if u do, then go to the file skin_global.php (located in skin/s#/) and then search for 'View The Shoutbox' or 'View The D2 Shoutbox' depending on which version you have. then simply change that to whatever you want.
Reply
odomike
Sep 18 2004, 11:52 PM
thanks for understanding bash. Dont mind me pls
Reply
Similar Topics
Keywords : shoutbox, ibp
- Shoutbox For Phpbb3
(1)
Make A Flat Based Shoutbox, With Auto Refresh.
(6) With this tutorial, you will learn how to create a simple shoutbox, but only uses a .txt file. Also
with auto refresh, and I am going to do a backgound. We will be making 5 files. 1. index.php The
main page 2. msg.php Reading msg.txt 3. msg.txt Note: You must give it 777 4. shout.php Where
it add to msg.txt 5. bg.gif Background. Index.php would be like this: Shoutbox
Name: Message: Let's go over what the code do. -> are just the title.
gets msg.php which gets msg.txt. You will know why I do that later. -> is wh....
Simple Shoutbox In Php
(2) This is a simple shoutbox I created in the past for my class. “shout!box.php” CODE
<html> <head> <title> Projekt Shout!box </title>
</head> <body> <form action="shout!box_prc.php"
method="post"> <table border="2" align="center"
width="400"> <tr> <td
align="center">SHOUT!!!BOX</td> </tr> <tr
height="300"> <td align="center" width="300....
D-22 Shoutbox Not Working [resolved]
HELP!!!!! (3) i have just download d-22 shoutbox for my ipb forum, i flowed the instructions exactly and it
installed. but when i type something into the field and click shout nothing happens. i have
reinstalled it, gone to the d-scripting website and no-one can fix it but it does work because it is
here can anyone help??....
Shoutbox For Invisionfree
(6) can anyone give me a Shoutbox for Invisionfree thanks alot cuz i need it for my forum and i want to
put it in bottom of my banner /happy.gif" style="vertical-align:middle" emoid="^_^" border="0"
alt="happy.gif" /> thanks a lot....
How Can I Make An Auto-updating Shoutbox Type Script?
I have a few ideas involving AJAX but im looking for something more.. (4) Hi all. Ive just started to experiment with AJAX working with PHP and MYSQL to get data and display
it and im looking to implement it into a shoutbox similar to the one here on the forums but i have a
question... i know how to use ajax and JS to refresh the contents of a DIV every few seconds r so
and that essentially reloads the shoutbox content as the REFRESH button does up there ^^ on the
shoutbox but i think it silly that it should update every few seconds even if theres no new activity
so what im looking for is a way of letting my AJAX know when there is a new ent....
Shoutbox Not Showing In Netscape Navigator
What do I do? (3) I am running Netscape Navigator 7.0 and for some reason the shoutbox module here at Trap 17
is not coming up properly. This is what I get The side panel module doesn't appear either in
the edit/post mode that I am using right now. Me thinks it may have something to do with java
script. I do have it enabled in preferences/advanced. Can somebody tell me where to go and what to
do to correct this? ....
Shoutbox Bug [resolved]
(14) I wasn't sure where else to put this but basically the shout-box doesn't work in safari. At
all. I don't know if i can send messages or not, but none of the messages show up. The old
shoutbox worked until you updated it, and i thought you would fix it or something, but i guess this
is the final product because it hasn't worked for about 5 months. It would be nice if it worked
again for us safari users! /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
alt="laugh.gif" /> Thanks....
Scripting Help On Ajax Shoutbox
(1) HI, I'm currently working on an AJAX web app. It's a shoutbox. I have here attached the .js
file fully documented so it's easy to understand. Problem: An error message alert occurs in IE
6 Help: I need someone who can fix a code so that the error won't show up in IE. Note: I've
tested it under Firefox and Opera and it works very well. Here's the code: /** * ezShout -
AJAX/PHP ShoutBox * by Albert Villaroman * * For help and tutorials on usage, please refer to
manual * * Note: Due to JS lack of standard OOP conventions, treat "Shoutbox....
Simple Shoutbox
PHP, MySQL driven.. (34) Ok, so I'm going to show you how to create a very basic shoutbox which is driven with PHP and a
MySQL database. So, lets start - open a database management program like PHPMyAdmin and run these
queries. SQL CREATE TABLE `shoutbox` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT
, `name` VARCHAR( 255 ) NOT NULL , `mail` VARCHAR( 255 ) NOT NULL , `time`
VARCHAR( 255 ) NOT NULL , `message` TEXT NOT NULL , `ip` VARCHAR( 255 ) NOT NULL ,
PRIMARY KEY ( `id` ) ) TYPE = MYISAM ; CREATE TABLE `shoutbox_a....
How To Make A Simple File Based Shoutbox Using Php And Html
(8) A simple tut to make a simple shoutbox. Let me jump right in. First of all you need the standard
equipment for PHP, an IDE like XAMPP and an editor like PHP EDITOR 2OO7. Were going to make a
simple guestbook using three files, webpage.php, shout.php and shout.txt. Webpage.php can be
changed to whatver you want, it will be the page on which the guestbok is shown, you could even use
this code and add it to another php page n your site. Shout.php is the proccessing page and
shout.txt is where the shouts are stored. Firstly we need to make the visual design of the box.....
A Conversation In The Shoutbox
(3) This is NOT verbatim, it's an approximation of a conversation I had in the shoutbox yesterday.
Partly because I don't remember their name and partly because I don't want "call out"
anyone, I will simply call them "newkid" newkid: how do I log on to the server? (no answer, other
already ongoing conversation continues) newkid: anyone?? newkid: does anyone know where the server
list is? newkid: where is the server list? glenstein: um, you should get that once you sign up
newkid: well... I didn't glenstein: do you have a domain name that you want to point ....
Features That You Can Use In The Shoutbox
(5) Some people dont know all of the features that the shoutbox has so im going to write about it
explaining it. Viewing Statistics In D21-Shoutbox 1.2 I have seen a few shouts in
the shoutbox asking how to view the Statistics for the Shoutbox, and it is quite simple actually.
First you need to click on "View The Shoutbox" which is located on the top bar of the Shoutbox,
it is located right next to "Latest Shouts In The Shoutbox" Once you are there, look in the
Trap17 Shoutbox section for My Control Panel Then it should be self ex....
D21 Shoutbox Offline For Upgrade
thank you Klass and elevenmil (12) Admins were alerted today regarding strong security threat via shoutbox exploit for all IPB forums.
Thanks to Klass and elevenmil, Trap17 forum decided to place D21 Shoutbox offline for the time
being. Although the threat did not reach Trap17, I felt it was necessary to take precautious
measures as soon as possible, with Klass' guide before OpaQue can update patch files. The
upgrade and security patch for D21 v1.1 to v1.2 will begin shortly. Please be patient and I am sorry
for your inconveniences. Thank you.....
Refeshing The Shoutbox
(6) is it just me, or is the automatic refresh rate in the shoutbox not working? the other day i left
for an hour and a half, and came back and i saw the message i said saying "Bye"... i refreshed the
page, and there were two pages of shouts betwen the time i was looking at it and the Bye........
Shoutbox Service For Smf Boards?
This is a question ;) (5) I cant find a section about "ask questions about trap17 or trap17 forums" ... Anyway, please excuse
me... Im looking for a decent, free shoutbox to put on my SMF. I found one made for SMF but its
auto-scroll thingy is irritating. I found one free service with google but it's so narrow and
doesnt support special charters... Then I realised there is a perfect shoutbox in trap17
forums! Is that just a code? Can I use it? Can I, can I?! Edited topic title. Please note
topic titles are really important and they need to be descriptive ....
D2 Shoutbox..how To Make It Appear In Index
(1) hello guys.. im new here..just call me axs... i really need help about my d2shoutbox for my IPB
2.0.4.. i have installed d2 shoutbox and its all going well.. but..i have a simple problem here and
i dont know how to solve it.. im not expert in php..i just follow the instruction given.. can
someone help me out with this problem.. i want the shoutbox appear like the one u guys have in this
forum.. it appear on index without click the shoutbox link above.. please..i dont know whoelse i
want to ask.. hopefully im in the right section for this topic.. please~ /sad.gif" sty....
Is It Just Me Or Is The Shoutbox Gone?
(2) Well it was here yesterday, and today its gone for me i cant see it...so was it taken off or was i
banned from the shoutbox and cannnot see it? im just curious....
Truefusion Shoutbox
No Database required! (31) After several tests, i think it's good enough to be released. Please report any problems in
this topic. About the shoutbox: QUOTE It's supports many bbcodes that we're all used
to. Over 60 smileys. No database required for shout storage: All stored on flatfile. XHTML valid.
Installation is basically extract files, and chmod the files "shouts.log", "ipban.log",
"wordfilter.log" 666. Compatible with standard-compliant browsers, and Internet Explorer. Admin
Cpanel: Edit/delete shouts, IP ban/unban, Word Filter. Users can delete/edit their shouts within a....
Shoutbox And Bandwidth Usage Limit
how do I keep bandwidth usage low? (10) i have seen my bandwidth usage is going up around 20mb a day is this normal. How do i stop it from
going up so fast becuase its going to go over 500mb. I have a shoutbox installed is that whats doing
it. Modified topic title. ....
Installing Shoutbox,poll And Recent Written Topics In Phpbb
(1) I just installed the FI theme for phpbb..on my forums... I want to install Poll , Recent written
topics and a shoutbox in my forum's front page....I tried to install some shoutbox script but
something goes wrong..even i m following the instructions very carefully.Could anyone help me
regarding to this ??? thanks....
Shoutbox Withdrawal
got sb? (1) For those who are going through the shoutbox withdrawal, please be patient until the complete update
to our forum. So far, the upgrade has been highly acclaimed and the full functioning of the board is
paramount above all else. In the meantime if you need to stay in touch with our members, try using
http://demo.trap17.net/chat/ this is a temporary solution to our faithful shoutbox.....
Banned From The Shoutbox
(5) I was banned from the shoutbox i think about a year ago, yet i am still banned? I was wondering
whether my ban is permanent or even why i was banned, as i do not remember. I'd appreciate it if
someone with moderator or administrative privelages would respond. As i'm not sure who i should
talk to about this matter. Sorry if this is the wrong forum, but the "Support" forum seemed to be
only for hosting support.....
How To Apply Shoutbox In Php
can someone help me! (5) CODE <?php require_once("shoutbox.php"); if($submit){
$shoutbox = new shoutbox; $shoutbox->connect();
$shoutbox->insertshout($shoutname, $shout);
header("Location: $PHP_SELF"); } ?> <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD>
<TITLE>My shoutbox </TITLE> <style> body { background-color&....
Phpbb Shoutbox Possible?
(6) Hi people, i'm running a phpbb forum and now i've to put a shoutbox on it.. Is it possible?
If yes from where do i get the script? And in which folder should i upload the file..anyhelp would
be much appreciated.. Thanks again....
Ajax Shoutbox For Ipb - Beta 2 Release
(4) Hi guys, Here's one of our preview releases of the projects going on under Antilost - an AJAX
based ULTRA-LIGHT (only 20KB) Shoutbox, that works extremely fast and without refreshing your whole
page. Can be easily integrated into IPB - although full integration module not ready yet. A
demonstration can be found at: http://www.antilost.com/community/ Keep in mind that this is a
develpomental release and is not completed yet. As we finish more and more of the coding part, the
subsequent releases will be readily made availabel for download. So make sure you keep c....
How To Put A Shoutbox ( Invision Power Board0
How can i put a shoutbox in my forum (5) Ppls..pls..pls.. can anybody tell me how to put a shout box in my invision board forum..... I just
tried but I did not know so is there anyone who can help me with a brief defination and thing
required to do... please please tell me....
Free Shoutbox
How To Get Free Shoutbox with no ads?? (6) hey guy, i'm looking for free shoutbox with no ads. do know about that?? where site i can get
this /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> ....
Tutorial: Installing D-shoutbox For Ipb V1.2
Making your installation even easier (12) Over the course of the summer I have tried hard to install a shoutbox into a new forum I was
developing. I went to the Invisionalize forums and found several mods for shoutboxes, but none of
them seemed to work. I first tried to install the D-Shoutbox, but upon this first try, I was
unsuccessful. Eventually, after much frustration, and trying other mods, which didn't seem to
stack up to Dean's features, I was determined to make it work. For some, editing your files (to
the newbie that is) can be difficult, with everything looking like a foreign language (basi....
D2 Shoutbox Help
Can't display time, colors in shoutbox.. (2) I have installed Dean's shoutbox for my new forum, but I have two things that I can't edit.
Does anyone know how to edit their global shoutbox (shoutbox that show's throughout the entire
forum) so that it shows the time of the shout and the coloration in accordance to member title (such
as if an admin posted, the color of the member would be red)? Thanks.......
Looking for shoutbox, ibp
|
|
Searching Video's for shoutbox, ibp
|
advertisement
|
|