php forum
php mysql forum
php mysql smarty
 
Topic Options
#234751 - 02/01/03 03:45 AM Expired Questions about the Shout Box (IIP 5.1)
SchoolScandals Offline
Journeyman

Registered: 07/27/02
Posts: 138
Hi. I have asked about this before but I couldn't find the answer... if any was given. So, i'll try again...<br /><br />I'm running IIP Version 5.1 and I used the config section of IIP to not "allow unregistered users to use the shout box" ...this makes it so that when they clickt he button it tells them to log in but if they press enter their post is added. <br /><br />Also, where can I get rid of the backgroud space shown in this picture?

Top
#234752 - 02/01/03 07:45 AM Re: Expired Questions about the Shout Box (IIP 5.1) [Re: TestPappy]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I really don't want to be lending any support on older versions for the lack of time as it is but you could apply some quick fixes to your shoutaddpal.php and shoutdisplaypal.php files as follows:<br /><br />In your shoutaddpal.php file find this:<br /><br />
Code:
<br />	$Body .= " ";<br />	$userob = new user;<br />	$user = $userob -&gt; authenticate("U_Number");<br />
<br /><br />and change it to this:<br /><br />
Code:
<br />	$Body .= " ";<br />	$userob = new user;<br />	$user = $userob -&gt; authenticate("U_Number");<br />	if (empty($user['U_Username'])) {<br />		$inputError = 9;<br />		$doReturn = "{$config['phpurl']}/pals/shoutdisplaypal.php?error=$inputError";<br />		header("Location: $doReturn");<br />		exit;<br />	}<br />
<br /><br /><br /><br />In your shoutdisplaypal.php find this:<br /><br />
Code:
<br />&lt;style type="text/css"&gt;<br />body {<br />margin: 0px;<br />}<br />&lt;/style&gt;<br />
<br /><br />and change it to this:<br /><br />
Code:
<br />&lt;style type="text/css"&gt;<br />body {<br />margin: 0px;<br />padding: 0px;<br />}<br />&lt;/style&gt;<br />
<br /><br /><br />If the extra space is still present it may be do to a setting in your stylesheet that I'm not aware of.<br /><br />Hope this helps. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks