Hi Kyle,
Nice to meet you, sir.
I have a large VB forum (version 4.22) and we're researching means of archiving old inactve posts. Your post here is of interest and sounds like...
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Code:SELECT pmtext.pmtextid FROM pmtext AS pmtext LEFT JOIN pm AS pm USING(pmtextid) WHERE pm.pmid IS NULL;
Last edited by KrON; Mon 5 Jul '10, 8:06pm.
Leave a comment:
-
You're sort of stuck using prefork if you're using PHP. PHP (and subsequent modules) are not entirely threadsafe, so using the worker MPM is not advisable.
Worker does scale better on >...
Leave a comment:
-
Yes, you can overload is_member_of() with multiple usergroups, such as:
Code:<if condition="is_member_of($bbuserinfo, 1,2,3,4,5)"></if>
Leave a comment:
-
Just got confirmation from Jelsoft. They boned up the email they sent out, and sent it to everyone instead of just "active" licensees. Those of us who didn't have an active license will not...
Leave a comment:
-
I just saw this in the faq:
"I let my license expire and now I can not renew – what are my options? You are not eligible for upgrade pricing. You must purchase a new license."...
Leave a comment:
-
Error 28 tends to mean that MySQL is unable to write to your disk, because it's full. Make sure the partition with your MySQL data files and /tmp directory aren't full.
Leave a comment:
-
Actually, it turns into a major issue pretty quick. Username is indeed a field in the user table, but for speed reasons Jelsoft also stores username for each post in the post table.
This...
Leave a comment:
-
Well, I ended up fixing it with the BASE attribute, but I also opened up another can of worms.
I'll post my really messy "fix" here in case anyone else ever follows in my footsteps....Last edited by KrON; Mon 30 Apr '07, 1:17pm.
Leave a comment:
-
Yanno, I saw this when I was googling for solutions a while ago but it didn't click. It seems to be doing the job! I will report back once I have things worked out, but in my testing, just putting a base...
Leave a comment:
-
-
Apache's mod_rewrite and relative paths. A simple question?
I've managed to stump myself on something that I believe is rather simple, so I'm calling upon the collective brain of the vB community to see if what I am attempting to do is feasible.
Let's...
-
I ended up complaining so much that our host went back to the manufacturer and found a solution that doesn't mess with the client IPs.
At any rate, the solution I suggested above was working...
Leave a comment:
-
For now, I just hacked the fetch_ip() function to:
return $this->fetch_alt_ip();
Which isn't an optimal solution, is there a reason this isn't an option if fetch_alt_ip()...
Leave a comment:
-
IP addresses behind a proxy/loadbalancer?
So,
Today our host switched us to a new loadbalancer that masks a clients real IP address.
The clients IP is forwarded in the _SERVER["HTTP_X_FORWARDED_FOR"] header....
-
No activity results to display
Show More
Leave a comment: