View Single Post
  #1  
Old 12th July 2011, 08:02
smoky28's Avatar
smoky28 smoky28 is offline
Senior Member
 
Join Date: Aug 2010
Hungary
Posts: 82
Default My Staff shoutbox
Hi I ask a staff shoutbox pack than which the admin / index.php is at the staff shoutbox

earnings from the admin / index.php line 533 and put it into the code line to 534 line

PHP Code:
begin_frame("");  include("../staffbox/staffbox.php");  echo $shoutbox;  end_frame(); 
This is part of sql

PHP Code:
CREATE TABLE IF NOT EXISTS `staffbox` (
  `
idint(10NOT NULL auto_increment,
  `
usernamechar(32NOT NULL default '',
  `
useridint(10unsigned NOT NULL default '0',
  `
namestylechar(100NOT NULL default '{username}',
  `
dateint(10unsigned NOT NULL default '0',
  `
contentvarchar(255NOT NULL default '',
  
PRIMARY KEY  (`id`),
  
KEY `userid` (`userid`)
ENGINE=MEMORY DEFAULT CHARSET=latin1 AUTO_INCREMENT=
Click the image to open in full size.
Attached Files
File Type: rar staffbox.rar (15.0 KB, 265 views)
__________________
Sky-Tech Developer Team Hungary

Reply With Quote
The Following 9 Users Say Thank You to smoky28 For This Useful Post:
BEST (24th August 2011), eckeO5 (13th January 2012), FENIX (27th April 2013), johancrom (20th April 2013), MaVerick88 (25th April 2014), Metalmania (12th April 2012), mmisu120000 (24th August 2011), rootKID (14th March 2012), x360zone (5th April 2012)