Previous Thread
Next Thread
Print Thread
Hop To
Joined: Mar 2008
Posts: 8
F
stranger
stranger
F Offline
Joined: Mar 2008
Posts: 8
Upgraded from 7.5.6 to 7.5.7 and it worked fine but.....
when I click in the admin panel (looks nice) on Primary settings and Member Management I get a total blank screen.

I checked and the PHP files are there and they are on 666

What did I wrong and how can I repair?

Joined: Mar 2008
Posts: 8
F
stranger
stranger
F Offline
Joined: Mar 2008
Posts: 8
Sorry, problem solved.
Searched the forum I found solution, has to do with the language files.....

Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
That problem is also fixed in latest p2 patch as well as 7.5.8 stock

2c

Joined: Oct 2006
Posts: 358
enthusiast
enthusiast
Joined: Oct 2006
Posts: 358
It looks like the Stop Spam mod to include IP addresses isn't a part of 7.5.8.
Just FYI.
Anyone who installed it, needs to add that to the list of changes to bring over.


--BIll B
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
yes it is.

i opened the .zip and see the change in there

Joined: Jun 2006
Posts: 16,300
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,300
Likes: 116
He's wanting an additional feature; he's not talking about the fix to the check utility; he wants the part of the original modification added that checks IP addresses against the database during registration. The version you built in as stock left that part out.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
scripts/adduser.inc.php

find:
PHP Code

$xml_string = @file_get_contents("http://www.stopforumspam.com/api?email=". $Email);
 

replace:
PHP Code

$xml_string = @file_get_contents("http://www.stopforumspam.com/api?email=". $Email . "&ip=" . find_environmental('REMOTE_ADDR'));
 


Joined: Jun 2006
Posts: 16,300
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,300
Likes: 116
I've been giving some though to improvements on SFS, namely adding a set of code on the login page (as users may not be listed as spammers when they register, but may be listed as one when they come back; this is especially true for spammers who create "sleeper" names as to come back and spam at a later date).


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Oct 2006
Posts: 358
enthusiast
enthusiast
Joined: Oct 2006
Posts: 358
Very cool.... we just got a new registrar yesterday and we're convinced that he was a "sleeper".....

While you're at it.... is there any chance that you could put the StopSpam code in a separate file? and then just put a pointer (includes?) in the main code? That way future updates could be a file exchange, rather than having to hack the code again.


--BIll B
Joined: Jun 2006
Posts: 16,300
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,300
Likes: 116
For those wanting to add in "Login Detection" go [7.5.7] Stop Forum Spam - Login Detection


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Who's Online Now
1 members (1 invisible), 939 guests, and 146 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240501)