vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - PHPKD - vB Spam Assassin (https://vborg.vbsupport.ru/showthread.php?t=301466)

EstebanCampos 04-03-2014 10:50 PM

Hi I am using this product for the first time and have been banned with my account manager, where you keep the IP banned? I looked in my SQL and i dont find it. This happen because i try to create a new user and when i finally complete with the password, the username (before the mail verification), i press the button to finish and nothing happen, no one notification, only nothing, and later my IP was banned.

ozzy47 04-03-2014 10:56 PM

This has been reported before, and I know the developer was looking into it.

But for now you can disable your mods:

Open your includes/config.php file and below<?php add this line:

PHP Code:

 define('DISABLE_HOOKS'true); 

So it looks like this:
PHP Code:

<?php
define
('DISABLE_HOOKS'true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2

Then navigate to your ACP, disable the mod in the Plugins & Products, then remove the define('DISABLE_HOOKS', true); from your config file. If you have never edited your config file read this, https://vborg.vbsupport.ru/showthread.php?t=308457

Now since this mod is causing you problems, you can read my suggestions to protect against spam here, http://ozzmodz.com/showthread.php/50...g-Spam-Is-Over

EstebanCampos 04-03-2014 11:43 PM

Actually i tried what you say, but still my ip is banned :(, but well i disable the plugin. Thanks for the suggestions, i am gonna read them.

ozzy47 04-03-2014 11:47 PM

So you did as I suggested, and disabled the mod, and your IP is still banned?

EstebanCampos 04-03-2014 11:49 PM

Yeah, maybe i can try directly with the mysql?, but i dont find the table

ozzy47 04-04-2014 12:01 AM

I am going to take a stab at this and say the table, phpkd_vbsas_confirm

EstebanCampos 04-04-2014 01:23 AM

That table is for the "pass" given to the users with the new system of autentification for email. I check all the tables and nothing :(, i change the router (temporal solution)

ozzy47 04-04-2014 01:26 AM

Then I would still disable the mod, since you are having issues with it, and then follow my suggestions for other means of spam prevention.

EstebanCampos 04-04-2014 01:46 AM

When this plugin blocks a IP, this IP appears here:

Admin>V Bulletin options>User banning options>banned IP addresses

So i delete my IP from the list :D

ozzy47 04-04-2014 02:15 AM

Ahh ok, I did not know this used the default system, glad you found it.

secondeye 04-21-2014 06:51 AM

I have a problem with this MOD:
I had installed and in testing period i found below error:

1- Go to register page and enter my email address.
2- I get verification code in email
3- I confirm the code and began to continue with step 3 and fill the rest of the form.
onece timer ends, i click on confirm registration then it ask me to enter email again for verification and then send a code and then show me step 3 and this process continues

Any Solution?

john7911 04-23-2014 03:47 PM

Thank you ;)

mitch84 05-25-2014 07:19 AM

Quote:

Originally Posted by secondeye (Post 2493985)
I have a problem with this MOD:
I had installed and in testing period i found below error:

1- Go to register page and enter my email address.
2- I get verification code in email
3- I confirm the code and began to continue with step 3 and fill the rest of the form.
onece timer ends, i click on confirm registration then it ask me to enter email again for verification and then send a code and then show me step 3 and this process continues


Any Solution?

for me too! uninstalled for another mod

anupam_luv 06-12-2014 05:24 AM

Have installed it just to remove spam blog entries...

When I click on "Delete as spammer" ... under Deletion Confirmation i choose only one option that is "Delete Third Party Data" (for deleting spammy blogs) and also choose to "ban user account"

It gives me the following php error :


Code:

Call to undefined function build_options() in /home3/anandpla/public_html/dstreetdirect.com/includes/class_dm_phpkd_vbsas.php on line 650
Also if I dont choose anything out of (Delete User Account / Ban user account) and keep it blank then it shows following vbulletin message (not error page)

"You have NOT selected any data to be deleted! Please return back and confirm which data SHOULD be deleted first and try again."

What could be the problem???

anupam_luv 06-12-2014 05:49 AM

And after retrying/refreshing the same page it shows following database error ....

Quote:

Database error in vBulletin 4.2.0:

Invalid SQL:

INSERT INTO dalalstreetuserban (userid, usergroupid, displaygroupid, customtitle, usertitle, adminid, bandate, liftdate, reason)
VALUES (18417, 8, 0, 0, 'Banned', 1, 1402555670, 0, '');

MySQL Error : Duplicate entry '18417' for key 'PRIMARY'
Error Number : 1062
Request Date : Thursday, June 12th 2014 @ 12:17:50 PM
Error Date : Thursday, June 12th 2014 @ 12:17:53 PM
Script : http://www.dstreetdirect.com/misc.php
Referrer : http://www.dstreetdirect.com/misc.ph..._vbsas&u=18417
IP Address : 122.161.27.196
Username : admin
Classname : vB_Database
MySQL Version : 5.5.33-31.1

Emad ELsayed 06-23-2014 05:00 AM

1 Attachment(s)
Dear
very special Hack and we all need him
But I have a problem, no one can Join when do I register new member after the completion of all the data and press the Continue button Date Return back to the page Email Confirmation
Best regards

CvP 11-22-2014 12:06 AM

Hi all.

Except for the following two issues, is there any other issue/bug with this add-on?

Thanks.

Quote:

Originally Posted by secondeye (Post 2493985)
I have a problem with this MOD:
I had installed and in testing period i found below error:

1- Go to register page and enter my email address.
2- I get verification code in email
3- I confirm the code and began to continue with step 3 and fill the rest of the form.
onece timer ends, i click on confirm registration then it ask me to enter email again for verification and then send a code and then show me step 3 and this process continues


Any Solution?

Quote:

Originally Posted by anupam_luv (Post 2501580)
Have installed it just to remove spam blog entries...

When I click on "Delete as spammer" ... under Deletion Confirmation i choose only one option that is "Delete Third Party Data" (for deleting spammy blogs) and also choose to "ban user account"

It gives me the following php error :


Code:

Call to undefined function build_options() in /home3/anandpla/public_html/dstreetdirect.com/includes/class_dm_phpkd_vbsas.php on line 650
Also if I dont choose anything out of (Delete User Account / Ban user account) and keep it blank then it shows following vbulletin message (not error page)

"You have NOT selected any data to be deleted! Please return back and confirm which data SHOULD be deleted first and try again."

What could be the problem???


ozzy47 11-22-2014 01:12 PM

Not that I can see in the thread, best bet is to install it and see what you come up with. :)

Hostboard 11-25-2014 01:00 AM

1 Attachment(s)
Here is the latest release that should address the issues that have been outlined.

CvP 11-28-2014 02:02 AM

1 Attachment(s)
Quote:

Originally Posted by ozzy47 (Post 2523721)
Not that I can see in the thread, best bet is to install it and see what you come up with. :)

I was just asking because I'm fixing up this mod :)

Here's another update: Attachment 151059

New feature:
- Banned Email and IP address pretty print. Find it on admincp > settings >

Don't forget standard vB practices! Backup your site before updating and/or give a trial on your test site first.

CvP 12-02-2014 07:31 AM

Further updates and support will be provided here: https://vborg.vbsupport.ru/showthread.php?t=315768

tony2013 03-17-2015 04:14 PM

work well for me.

thanks

Gladhatter 09-04-2021 01:33 AM

Abdelrahman, i seek to find you after all these years. I hope this reaches you and you are in good health and spirits. I call on you in hopes you may have a copy of any old Data Base from the hat forum, I would gladly pay you well for any copy of it as you may be my last hope. please contact me at my normal email if you can.,

Hostboard 09-08-2021 04:40 PM

Quote:

Originally Posted by Gladhatter (Post 2607429)
Abdelrahman, i seek to find you after all these years. I hope this reaches you and you are in good health and spirits. I call on you in hopes you may have a copy of any old Data Base from the hat forum, I would gladly pay you well for any copy of it as you may be my last hope. please contact me at my normal email if you can.,

I am friends with him on a different platform. Though we do not communicate often and he does not always reply... I will reach out and ask...

Gladhatter 09-10-2021 04:10 AM

Thank you very much.

Hostboard 09-10-2021 01:04 PM

Quote:

Originally Posted by Gladhatter (Post 2607463)
Thank you very much.

Looks like he has removed himself from the social media platform. I do see he is active on Twitter.


All times are GMT. The time now is 04:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01326 seconds
  • Memory Usage 1,795KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete