Previous Thread
Next Thread
Print Thread
Rating: 5
Page 3 of 3 1 2 3
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
wel you could do in your script a

if ($paction)
{
$paction = ""
}

before the area in question..


Last edited by scroungr; 05/24/2004 2:43 PM.
Sponsored Links
Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
I have nothing I use for the index anyway so I just put up a generic index.php page that redirects them to the site. Thanks though, scroungr if I put it back up down the road I will use this.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
6.5 must be just around the corner at this point - I've posted IIP 5.5 which works with UBB.Threads 6.5 HERE.

Joined: Mar 2001
Posts: 644
Member
Member
Offline
Joined: Mar 2001
Posts: 644
Josh or scroungr...

It's late and I'll probably see the problem tomorrow, but I figured I'd drop this here anyhow to get some ideas.

I just rolled out my 6.4.2 upgrade and most everything has gone well, except on my index page, for Upcoming Events, for some reason it keeps displaying "there are no events" on the same line as the date for the first event.

Thought or suggestions? It displays just fine on my test board, so I can't figure out what's going on here.

Help!

My Site

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
I don't know the answer, but that's a nice-looking site, good work


- Allen wavey
- What Drives You?
Sponsored Links
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
quick and dirty

find these lines and edit out the echo's I need to sort out the IIP tomorrow


else
{
echo "<i> there are no events </i>";
}
}
}
else
{
echo "<i> there are no events </i>";
}

Joined: Mar 2001
Posts: 644
Member
Member
Offline
Joined: Mar 2001
Posts: 644
[]AllenAyres said:
I don't know the answer, but that's a nice-looking site, good work [/]

Thank you Allen. It's been a long hard road getting this completed and I panicked when I heard 6.5 was on the way.

Hopefully it won't take another 6 months to upgrade to 6.5.

Joined: Mar 2001
Posts: 644
Member
Member
Offline
Joined: Mar 2001
Posts: 644
[]scroungr said:
quick and dirty

find these lines and edit out the echo's I need to sort out the IIP tomorrow


else
{
echo "<i> there are no events </i>";
}
}
}
else
{
echo "<i> there are no events </i>";
} [/]

Sure I could do that... but what happens if there aren't any events?

Oddly, my test site is identical to my live site and it doesn't show that... just too wierd. I'm still rubbing the sleep from my eyes (all 4.5 hrs of it) and nothing has hit me yet as to why it's displaying this.

I do know that it's the first instance of "there are no events" that is displaying. Just don't know why.

Joined: Mar 2001
Posts: 644
Member
Member
Offline
Joined: Mar 2001
Posts: 644
Ok, this went away when I set my birthday in my profile. So now it shows my birthday coming up...

This would seem to be related.

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
Hmm thanx will have to check that stop gap

Sponsored Links
Joined: Feb 2002
Posts: 19
User
User
Offline
Joined: Feb 2002
Posts: 19
Everything has been working fine with this, until today..
I went to updated IIP settings via the link at the bottom of the page.. but as soon as I click "UPDATE IIP 5.4.5 SETTINGS" I get the following error
"CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers"

Anyone have any clues as to why this only just started happening?

Cheers
Sadgit
http://ut2004stats.game-server.cc

Joined: Jan 2003
Posts: 263
Member
Member
Joined: Jan 2003
Posts: 263
Having trouble getting this to work...

[*]I edited the index.php file
[*]uploaded everything
[*]I set the pal dir to 777
[*]brought up threads/index.php

"We are currently updating this page..."
ok, so I click the link in the footer ".: IIP by David Lozier ©2004 :."

result: HTTP 500 - Internal server error
Internet Explorer

WHAT MIGHT BE CAUSING THIS ?

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
okay well I assume your logged in as admin. I assume you didn;t get taken to chatters online if you weren't. I assume you have the configpal.php set to 666 also. Then hmmm not sure.. need more info. Whats in your index.php?

Joined: Jun 2002
Posts: 38
User
User
Offline
Joined: Jun 2002
Posts: 38
Ummm....

Can't see if this has been looked at before, but I can't get my profile spotlight to appear if I go into the IIP normally.
Now, the weird thing is that it'll appear if I've entered the IIP page from the IIP configuration page... i.e. I've clicked on 'update settings'... it appears fine then, but if I refresh that page... it's gone!

Any help?

(Board URL: )www.EveryoneDoesIT.com/cannabis_forum)

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
see this line here

if (!empty($palUsername)) {
echo $RandProfileStorageString;
}

try making it

echo $RandProfileStorageString;

let me know what happens.

Joined: Jun 2002
Posts: 38
User
User
Offline
Joined: Jun 2002
Posts: 38
Sorry, which file?

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
in randomprofile.php

Joined: Jun 2004
Posts: 5
Lurker
Lurker
Offline
Joined: Jun 2004
Posts: 5
I'm just starting out with this, and I'm a doctor, which means that I'm especially slow and awkward when it comes to getting things to work :P

I installed the latest version if IIP 5.4.5 and am running UBBT 6.4.2 in a Linux server. UBBT works great with one exception. When I click on the who's online menu selection I get the following error that occurs about the correct output:

Warning: Cannot modify header information - headers already sent by (output started at /home/phoeni13/public_html/ubbthreads/languages/english/online.php:85) in /home/phoeni13/public_html/ubbthreads/ubbt.inc.php on line 270

I saw in this tread that one user fixed a similar issue by modifying his actual PhP files, but I'm on a shared server and can't do that.

Any suggestions? It's probably a silly question, but remember there's no such thing as a stupid question, just stupid people (me).

Brian

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
I need to know which pal box is throwing that error.

Joined: Jun 2004
Posts: 5
Lurker
Lurker
Offline
Joined: Jun 2004
Posts: 5
It happens when I querry who's online on the upper menu, and it gives a listing off all of the board users that are online.

I hope that's what you want, this is hard, I'm really not used to looking this dumb, but I really want to learn

Brian

I'll open a threadsdev user with a password of threadsdev and admin privilages if you want to look. There's nothing so sensitive on the board that I don't mind leaving that open for a bit.

Brian

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
cool do so thanx and whats your website anywho?

Joined: Jun 2004
Posts: 5
Lurker
Lurker
Offline
Joined: Jun 2004
Posts: 5
I'm embarrased to say, but there's this online game called city of heroes. My son started playing, and I confess that I got a little addicted to it as well. That happened with tetris too.

It's kind of a project that we're doing together, and I'm afraid I'm not the brains of the outfit when it comes to web design, but that's getting to be sort of an obcession as well :P

Thanks for taking the time to help, I hope one day to be able to contribute in kind.

Brian

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
yeah I have a 23 Blaster on Victory.

Joined: Jun 2002
Posts: 38
User
User
Offline
Joined: Jun 2002
Posts: 38
I'm having problems with my IIP... Everything was working fine, but now I see the message: 'PHP has encountered a Stack overflow', in the middle of my screen.

Anyone?

http://forum.everyonedoesit.com

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
well I don;t see the IIP entrance at all. I would suggest try turning off one box at a time until you find the box throwing the error and post your results..

Joined: Feb 2004
Posts: 23
Newbie
Newbie
Offline
Joined: Feb 2004
Posts: 23
I seem to have encounterd a problem with the IIP 5.4.5, Its not a site breaking error or anything, and I actually dont know how long its been there. The error is that the online pal wont work for moderators. It works fine for regular users and Admins but if your level of access is moderator all you can see is how many guests are online. The moderator can still use the who online page and everything shows up fine, but not the online pal box. Any suggestions. My site is www.iogc.net/forum/

I am going to try to put a original copy of the script in (not sure if there was any modifications to it or not) and see if the problem is resolved.

Joined: Feb 2004
Posts: 23
Newbie
Newbie
Offline
Joined: Feb 2004
Posts: 23
I just copied an bran new, just downloaded version and swaped out the onlinepal.php and the same thing happens.

this is what the online pal states:

guest -> how many guests are online

Member -> How many guests are online

Moderator -> How many guests are online

Admin -> How many users/guests are online.


so the problem is more than just moderators, its for everone but admin.

Last edited by IOGC-Chris; 08/15/2004 2:41 PM.
Joined: Feb 2004
Posts: 23
Newbie
Newbie
Offline
Joined: Feb 2004
Posts: 23
ok man do i feel like an idiot.... []http://www.iogc.net/forum/images/graemlins/duh.gif[/]

Alls fine, I goofed when I read the settings for the IIP and had the invisable option turned off. Just Ignore the crazy man in the corner, I will be on my way now, time for a drink []http://www.iogc.net/forum/images/graemlins/alc.gif[/]

Joined: Jul 2001
Posts: 808
Coder
Coder
Joined: Jul 2001
Posts: 808
I encounter a little disply problem. It may be related to php5 on my server. php5 have some differences to handle date and time strings that drive me crazy.

The output (german) of shortstatspal.php looks like this on my page:

---------------------------
Neue Mitglieder:
7 in den letzten 24 Stunden
11 in den letzten 7 Tagen
40 in den letzten 31 Tagen

Foren:
9053 Total Themen
79440 Total Antworten

Totals:
490 Mitglieder
88493 Nachrichten

Max Online:
71 Total
(1092482072)
------------------------

The last line display a unix timestamp and not a real date. Any Idea how to fix this ?

Page 3 of 3 1 2 3

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)