Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Ok this is yet another post of an updated zip file. I'll be glad when this site is running on 6.1 so I can change zips out instead killing the whole thread to make a clean start.

Download attachment. Unzip. Follow the instructions in SETUP.txt located inside the "pals" folder.


Forgot to mention a BIG thanks to all of you that help find the bugs in this thing. LoL there will always be more so don't worry about finding them all and not having any left.

Updated zip file located here: Attachment


Working example here: Test Site
Attachments
55061-IIP.4.6.zip (0 Bytes, 11 downloads)

Last edited by JustDave; 08/29/2002 11:13 PM.
Sponsored Links
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Well I might as well start things off right.... found a bug with the status pal. It isn't displaying the correct number of PM's For instance:

[]Site users see you as Jeremy (Jeremy Vohwinkle), Webmaster, with 4044 posts.
You have 1 (0 new) private messages.



That is incorrect, because I have well over 130 PMs in my inbox. None are new, which is correct, but I certainly have more than one

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
LoL ok keep them coming... I'll hammer on this for most of the day and start over again with a fresh zip... lol

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Ok Status Pal fixed.

next...

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Well no more bug reports for me tonight, I have to go to the Lions football game tonight But I informed my users about the new page, to hammer on it and report back anything. I'll see what happens when I come back tonight, lol I hope it is still working

Sponsored Links
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I think it will still be standing... may have some dents but still standing... lol

You may want to set the "ignore sticky" options as I seen a number of sticky posts stuck up front. Your queries are still up so I take it your not using the "force public" option?

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Dave you are awesome.

I'm going to see if I get time to play with this tonight.
So many new toys!

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Thanks

I'm just wanting to get this one running smoothly so I can get back to 5.0 as soon as possible... lol (there will be much much more to play with on that one...)

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Updated IIP 4.6 zip file here...
Attachments
55072-IIP.4.6.zip (0 Bytes, 9 downloads)

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Where have I been?

OK, headed to the gym, will update later this evening


- Allen wavey
- What Drives You?
Sponsored Links
Joined: Aug 2002
Posts: 51
Power User
Power User
Offline
Joined: Aug 2002
Posts: 51
::pops in::

someone say something bout IIP5???

:::drools:::



Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Does this work with 6.0.3? I noticed the 6.1 only disclaimer


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
6.1 only

But, there are only a couple things that would need to be done to make it think it's running on 6.1...

1. Add the B_FileCounter field to w3t_Posts.

2. Add the table prefix variable to config.php.inc

3. Add the cookie prefix variable to config.php.inc

4. Put a copy of your download.php script from 6.1 into your 6.0.3 directory.

Then I believe it should work. When you make the move to 6.1 just drop the B_FileCounter field before altering tables so the alter table script doesn't get an error.

SQL Query to use would be:

ALTER TABLE w3t_Posts
ADD B_FileCounter INT(9) DEFAULT '0'


Did I say couple? LoL


Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
arrghghh

I think I may wait a week or so for Rick to get 6.1 done, or at least done enough we can use it on the live forum


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
hehe... hmmmm

Are you sure you don't want to do the steps above? LoL I do think they will work. The download.php script will only be used by IIP. The new field will only be used by the download script and IIP. The cookie/table prefixes will only be used by the download script and IIP.

I think it will work... LoL

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
ok, will give it a shot... I hope the site doesn't blow up before I can make my announcements tonight


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
hehehe well this has to be the most modified .threads board around and it's still standing... I think it can take it.

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
hmmmm... I don't see the table prefix in the config.php.inc, just the cookie


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
It may only show up after it's ran through the online configure panel.

This is what it looks like.
code:

// Table name prefix (Do not edit after the initial install!)
$config['tbprefix'] = "w3t_";


Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
that's in ubbt.inc.php, and toward the bottom it is looking for the table prefix. Do I just need to add it to config.php.inc and IIP will worry about it?


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
and editconfig.php


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Right. Once it's in config.php.inc it can be found by IIP.

LoL after you said config.php.inc you got me saying it... that's config.inc.php

Or did I say it first? /me looks back...

Looks like I said it first...

Last edited by JustDave; 08/29/2002 10:28 PM.
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
ok, working on it

Last edited by AllenAyres; 08/29/2002 10:32 PM.

- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
lol yeah I did but figured it would help as an example.. Directory access is pretty well secured so I didn't worry about it to much.

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 am not getting a link in the copyright, do you see one?


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I'm getting a sql error. It looks as if the table prefix isn't being picked up. It's looking at "Boards" and it should be "w3t_Boards"...

Only U_Number 2 will see a link. Should I make this accessable to all admins?

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
that would be Scream, and he won't be back until Sunday


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
ok, for some reason I hadn't uploaded the new config.inc.php MySQL errors are gone now...

I imagine there will be some forums, especially those imported from ubb.classic that have been around a while that U_Number 2 won't be the guy running the forum.


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
ack.. lol ok well there is only one place that needs changing...

In the index.php file find this:
code:

if ($user['U_Number'] == 2) {
$myVer = "<a href="{$config['phpurl']}/pals/editconfigpal.php"> {$myVer} </a>";
}



and change it to this:

code:

if ($user['U_Status'] == "Administrator") {
$myVer = "<a href="{$config['phpurl']}/pals/editconfigpal.php"> {$myVer} </a>";
}



That should do it. It's around line 191

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Ummm actually editconfigpal.php and doeditconfigpal.php have the same lines at the top. Those need to be changed as well... sorry...

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 changed it to my U_Number

There's also a place in editconfigpal.php to change.


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
hehehe yeah that works too.

doeditconfigpal.php also has to be changed. But that all of them, I swear... LoL

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
right right right...

how about create cache table?


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Doh! ok ya got me... LoL now that has to be the last one...

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
This thread is fast on it's way to 400 replies. lol

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I was just thinking that same thing... LoL wooo hoooo
LoL

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
open for bidness


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
we actually might wanna consider condensing all the relavant info into starting a new thread and closing this one.. would definitely help the new people


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
LoL yeah think it's a good idea. We can scratch this entire thread and start fresh. I'm not sure if anyone else will want the info on making 4.6 work with 6.0.3 but perhaps they would?

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
perhaps... if so, we can point them to this one and tell them to read the whole thing


- Allen wavey
- What Drives You?
Page 1 of 2 1 2

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
isaac
isaac
California
Posts: 1,157
Joined: July 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)