» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 67
0 members and 67 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Shoutbox for SubSytem within the Purged Topics forums, part of the NM Staff category; Does Anyone know where I can download a shoutbox for the subsystem theme?..thx -dan...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-31-2002, 07:54 PM
Junior Member
 
Join Date: Oct 2002
Location: USA
Posts: 77
Shoutbox for SubSytem
Does Anyone know where I can download a shoutbox for the subsystem theme?..thx

-dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-31-2002, 08:00 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Are you asking for a matching style for shoutbox, or the shoutbox it's self? If it's a matching style then for which/who's shoutbox? There are more than 1 kind. Don't you just love it when someone answers a question with another question?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-31-2002, 09:17 PM
Junior Member
 
Join Date: Oct 2002
Location: USA
Posts: 77
i dunno..
I'm not sure...I don't have shoutbox at all, never used it, and I didn't know if you need a special thing for each theme...I'm confused :[

-dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-31-2002, 09:28 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
You can download shoutbox like the one on my site Here Once you get it installed I will make you a matching style sheet for your theme.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-02-2003, 01:25 AM
Junior Member
 
Join Date: Oct 2002
Location: USA
Posts: 77
erm...
ok im confused...i just browsed over the shoutbox instructions and before I attempt it is there anything special I need to do to get it to work with nuke...any feedback would be appreciated, i want to get this right the 1st try.

-dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-02-2003, 01:31 AM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Un-Zip shoutbox and place the shoutbox folder in your nuke folder. Once you have that done, you need to go in the shoutbox folder and find shoutbox_cookies.php. Open it and set the password for your personal shoutbox admin panel, on the first line just enter a password like: $admin_password =XXXXXXX (XXXXXX being your password).
Next find the file shoutbox_mysql.php. Find:
Code:
// ##### CONFIG ##############################################################

$databasehost = "localhost";
// host with mySQL on it
$databasename = "mysql";
// mySQL database name
$tablename = "shoutbox";
// mySQL table name (no need to change this, really)
$dbuser = "Martin";
$dbpass = "XXXXXX";
// uname and password access details for the database
Fill in your $databasehost = "localhost";(change localhost if yours is different)
Next $databasename = "mysql";(is probably the same, but check anyway)
Next $tablename = "shoutbox";(leave this alone)
Next $dbuser = "Martin";(what ever your uname is when you installed mysql)
Next and last: $dbpass = "XXXXXX";(XXXXXX being the password you used when you installed mysql)

Now save and close everything and in your browser address bar type in your web address and include /setup-mysql.php like http://www.XXXXXX.com/shoutbox/setup-mysql.php and hit enter. Follow the on screen instructions.
Once all that's done you can access admin by entering http://www.XXXXXX.com/shoutbox/index.php and inter the password you put in shoutbox_cookies.php. That's it you're done. Now that wasnt so bad was it?


One thing you need to do is to put this code in a new block you make in admin/blocks at your web site, and name it ShoutBox or whatever you want (you can change it later).
Code:
<iframe src="shoutbox/viewshoutbox.php" width="100%" height="300" frameborder="0"> 
View the shoutbox 
</iframe>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-02-2003, 03:49 AM
Junior Member
 
Join Date: Oct 2002
Location: USA
Posts: 77
woot!
http://ifear.owns.it <---got it to work

-you said something about a stye sheet for subsystem?

-dan 8O
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-02-2003, 03:57 AM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Hay that's great! Glad it worked. I'll have your css in the morning. Central time US about 9 or 10 AM. I gotta get some sleep now. (it's 2:54 AM here)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-02-2003, 08:59 AM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
:!: The css for subsystem is available for download [Here] :!:

Preview the shoutbox with subsystem applied at my site today only.
************************************************** *****
If you get a horizontal scrollbar at the bottom of your shoutbox, you can use this simple code change to make it go away.
In viewshoutbox.php, change the size from 22 to 17 on line 83, 84 and 85. This removes the horizontal scrollbar on the shoutbox block.
Change this
Code:
          <input type="text" name="nick" size="22" maxlength="30" <?=$onfocusnick?>value="<?=$nick?>" 
class="editbox" title="<?=_FORM_NAME?>">
 
          <input type="text" name="shout" size="22" maxlength="<?=$maxshoutlen?>" 
<?=$onfocusshout?>value="<?=$shout?>" class="editbox" title="<?=_FORM_MESSAGE?>">
 
          <input type="text" name="url" size="22" maxlength="<?=$maxshoutlen?>" <?=$onfocusurl?>value="<?=$url?>" 
class="editbox" title="<?=_FORM_URL?>">
To this
Code:
 
          <input type="text" name="nick" size="17" maxlength="30" <?=$onfocusnick?>value="<?=$nick?>" 
class="editbox" title="<?=_FORM_NAME?>">
 
          <input type="text" name="shout" size="17" maxlength="<?=$maxshoutlen?>" 
<?=$onfocusshout?>value="<?=$shout?>" class="editbox" title="<?=_FORM_MESSAGE?>">
 
          <input type="text" name="url" size="17" maxlength="<?=$maxshoutlen?>" <?=$onfocusurl?>value="<?=$url?>" 
class="editbox" title="<?=_FORM_URL?>">
Because of the button size that comes with shoutbox there can be a horizontal scrollbar that's just barely needed. This code change gets rid of that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-02-2003, 11:27 AM
Junior Member
 
Join Date: Oct 2002
Location: USA
Posts: 77
thanks!
thanks a bunch martin, shoutbox looks good
-dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
shoutbox BiGBaDBoY Nuke 7.x - Blocks 5 03-04-2006 11:41 AM
a DECENT shoutbox spurs Nuke 7.x - General 4 10-20-2004 07:13 AM
shoutbox error ashwin Nuke 6.5 to 6.9 - Blocks 5 07-08-2003 06:27 PM
Subsytem Blocks christian Theme packs 6 12-30-2002 01:51 PM
Darkblue shoutbox css synergy Open topics 13 12-29-2002 07:15 PM


All times are GMT -5. The time now is 10:29 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31