![]() |
ShoutBOX would be nice.
Simple one. No multi/l33t/edit permissions features. Just for registered users, only on forumhome, regular shoutbox that uses forum smilies.
:nervous: Damn, wrong forum :( |
Yeah, thats what im looking for.
|
moved.
|
Quote:
|
Hi,
This is a nice shoutbox by GeekyDesigns, it would be great if someone does it for vBulletin 3.50 https://vborg.vbsupport.ru/showthread.php?t=68861 taffy |
I would prefer something that just checked (if bbuserid) (include bb code parsing file) to allow smiles and URLs and bam post a shout!
Modify the forum home template with an iframe to show the shouts and your done. It's only a shout and geeky's is nice if you want ultimate control over shouts but something really, really simple would be nicer IMO. Unfortunately, I don't have the experience or I would probably spit one out in 10 minutes. :) |
I have started to attempt to do this with my limited knowledge. I realize this looks more like 3.0 code. No problem converting it once the basics are in place.
I get it to insert the correct values into the database. I just need to figure out how to get it displayed now :nervous: If anyone wants to chime in... CREATE TABLE QUERY [sql] CREATE TABLE `shouts` ( `shoutid` bigint(255) unsigned NOT NULL auto_increment, `shout` text, `username` varchar(50) default '0', PRIMARY KEY (`shoutid`) ) TYPE=MyISAM AUTO_INCREMENT=1 ; [/sql] SHOUTBOX.PHP PHP Code:
HTML Code:
<form action="shoutbox.php" method="post"> IFRAME SOURCE ON FORUMHOME HTML Code:
$stylevar[htmldoctype] |
You should at least protect the INSERT statement against SQL-Insertions. The current code is a huge security risk.
|
Quote:
---------------------------------------------------- I got this to pull shouts... PHP Code:
will probably give up at this point :( |
PHP Code:
Look here on how to ensure security Here |
All times are GMT. The time now is 05:18 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|