![]() |
1 Attachment(s)
thanks its strong to stop spam
but when i tried to update any username file in my forum i face this note : Code:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/adminfunctions.php:285) in [path]/includes/functions_ghsom.php on line 378 any solutions plz ?? |
Quote:
StopForumSpam: Desired Action Set to: Log and continue with registration. Quote:
Meaning they passed the Spam-O-Matic firewall and then where they went from there is anyone's guess. |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=220 Let me know how it goes. |
Quote:
I would prefer to have real visitors rather then spam traffic.... which do nothing for me... I guess I can not complain, if I did have real traffic then they would not be bothered much by spammers as it is doing its job. |
Quote:
thank u very much its working :) best regards |
I get the following error...
Quote:
|
For those of you that have not voted yet, now is the time!
https://vborg.vbsupport.ru/showthread.php?t=249712 Please vote for us for this months Mod Of The Month! |
Quote:
|
I'm getting the same error:
/includes/functions_ghsom.php on line 386 Running 4.0.5 |
Quote:
Quote:
Also 6FRGaming View Post that isn't the full error I guess. Do you have the full error? |
Mine was the same error as above, and it gave me the error whenever I tried PMing the banned person, or doing anything with a banned person.
I noticed that whatever action I was doing still happened, despite getting the error. So not a big deal, but kind of weird. |
Same problem like ramtha in 1.2.6 and 1.2.7beta on a 4.0.7 while banning a user:
Code:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/adminfunctions.php:285) in [path]/includes/functions_ghsom.php on line 378 |
the best way is to remove the spammer from your database , not to ban , because you lose more time .. then for the GlowHost maybe if you can add a MASS REMOVE USERS :) because i have a lot of new accounts created who are robots :-s
Fatal error: Call to a member function query() on a non-object in [path]/forum/includes/functions_ghsom.php on line 386 only i add the option : Remove user , delete all posts and report to StopSpamForum ... (i think is because the users dosen't have any post 100% ) but at least to not showing that error anymore or to write something "the user dosen't have any post " depends of the error .. keep it up , is very good the mod . thanks |
Suggestions
1. Use the vBulletin class_vurl instead of native curl, less trouble and then its vbulletins fault for "mysql gone away" errors 2. wrap the process in this so that vbulletin deals with reg errors first, thus not having to deal with excess logging Code:
if (empty($userdata->errors)) { |
Quote:
You and MonkeyStop are in there :) |
I must be going mad (well, thats a gimme) or blind as I cant see it :) Anyway, best of luck, Im way to busy with the database site so Im glad someone picked this up
There are a couple of other things that I had in vbStopForumSpam 0.7 that never made it out the door. one was calling all three fields from the API to cut down on the api calls for busy forums and the other was this one... Code:
SELECT is_spambot FROM .... ORDER BY DATE desc LIMIT 1; .. casted my vote :) edit : oh wait, now I see it |
Hey i installed v1.2.4 on a 3.8.6 board. Suddenly couldn't make any new threads with images in cause the threads got placed automatically in the moderation queue
I found out that it was the spam o matic mod that was causing the problem so i uninstalled and tried the newest version 1.2.6 but the same problem still occour? Any fix on this would be very appreciated |
Quote:
Quote:
Thanks for the vote for MOTM and code contributions of course! |
Quote:
I suppose this is not a show-stopper bug as "Delete Posts As Spam" handles this process without error. However, if reporting users who have no posts is the root of this problem, this should not happen in version 2.0 as it will be impossible to report users who have no posts. The admin ban function will be removed in favor of a mod to the moderation tools menu in the postbit which fires the removal wizard directly from the front-end instead of having to login to admincp to get rid of the user. It is similar in the way that version 1.x works now when using "Delete Posts As Spam" is used, but much slicker. |
Ok
First I love this app. Especially the ability to ban, remove posts and sent to stop spam website in one click. However, it has since stopped working for me. When i choose the options ban, remove all posts and send to sopt spam i now get this error message: Fatal error: Call to a member function query() on a non-object in /home/crna/includes/functions_ghsom.php on line 386 Here is the actual lines from that php, 385 - 389. Code:
$sql = 'DELETE FROM '.TABLE_PREFIX.'post WHERE userid='.$_SESSION['ghsfs_user_edit']['id'].'); '; If i simply choose to ban user and send to stop forum it seems to work fine, but when i choose the remove all posts that is where the error occurs. Then after the error when i go through the control panel to try and find "all user posts" so i can delete them it says their are none yet they are still there in the forum. In order to delete them I have to go into the forum itself, into the user profile on the forum find all posts then delete them. Very odd EDIT: Ok upon further testing my "find posts by user" function through admin cp all the sudden no longer works at all... WTH? Ideas? |
Well, scripts don't generally just break unless something changed. Something probably changed on the server itself, or with your vB installation if other things not related to Spam-O-Matic do not work. Perhaps you have some other mods causing issues, or your host changed php version, or your forum was compromised. It can be a number of things.
|
Hey
Well at this point nothing new has been done except for the vbexperience recent update, my server company has not changed anything and as far as i can tell there isnt any breech in the forum... How can i track this down? It does seem that find posts works on some users and not on others. |
Does disabling this mod change anything? Does disabling other mods change anything? That is the first place to start.
|
Hey
Yah that was the first thing i tried, disabled glowhost -> still cannot find posts on random users disabled vbexperience -> same not sure what to do.. |
Well, if the mods are not doing it it must be in the forum code itself. May need to re-install vB or ask vB to do it for you. Hopefully you are running the latest secure version of vB.
|
Hey
Yah im runnin 4.0.6 and i put in a support ticket as well. I did an update post count and got similar errors.. Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at [path]/includes/adminfunctions.php:3692) in [path]/includes/functions_ghsom.php on line 378 |
How do you get that? Trying to submit a user from the admincp? If yes, with which options? Does the user you are trying to submit have any posts?
|
Hey
That error is through the admin cp -> maintenance -> update counters -> Update Post Counts And i get a LONG list of these: Code:
Updating Post Counts Quote:
|
@mmackinnon
Did you try the 1.2.7 beta mentioned a few posts back? In any case if you can wait a little while longer for version 2.0 I just tested what you said on our boards and cannot duplicate it. In any case it should not affect processing, its just ugly. |
Hey
I do not mind waiting for 2.0 as this isnt a major issue, just annoying. When do you estimate it will be released? Quote:
|
Quote:
|
Ok great ;)
|
Quote:
|
We will probably add functions for this in a later release but chances are they are not going to make it into the blogs or profiles if you place them in the "New Users" group which requires a certain amount of legitimate posts before they are moved to the registered users group. The Registered Users group may or may not have blog or comment permissions based on your settings.
Your New Users group (Newbies) should not have profile or blog options available to them, and should have a very limited feature set. Once they have proven their worth, they graduate to registered users. What you do with them from there is up to your personal configuration settings in vBulletin. |
Profile fields are very useful to identify valid signups. Problem is that spammers will fill these fields with spam links. Blog can be restricted by usergroup settings. Profile fields are part of registration.
|
Quote:
Quote:
Quote:
Quote:
PS Mod Of The Month Votes are needed!! We are about 7 votes behind the leader. :) https://vborg.vbsupport.ru/showthread.php?t=249712 Please cast your vote in the poll if you like this mod! |
When I click submit user to StopForumSpam.com in the users profile in the AdminCP, then I go to the website and look in My Spammers, they are not listed. I have the right API key, is there something else I need to do?
|
Your best bet is to ask that question on the StopForumSpam.com website. They have a forum in there that may have the answer or you can surely ask them if there is some delay before the results become available when submitting details via the API.
|
Quote:
From our point, no, a correct API is all you need but youll need to ask the author about the rest, on the vbulletin thread as I dont think he comes here too often. So, they are throwing it back to you. |
I don't run their website so I have no idea where it goes after you submit it. I just know it ends up in their database. They might be doing something like not displaying the results immediately to conserve on server resources, but they will know the answer for sure.
Try to submit some garbage user that you have made on your forum, then try to register again with that address after submitting it to SFS, it should be detected by the SPam-O-Matic firewall when you try to register again. But for the sake of keeping this thread on topic, please post the URL to your thread on their forum so that others with the same question can get the answer. I will post over there and try to get a better answer as well, once I have the link. |
All times are GMT. The time now is 06:39 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|