vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - EZ Bounced Email Management for Admins (https://vborg.vbsupport.ru/showthread.php?t=138884)

reverse1312 07-04-2008 04:27 PM

Quote:

I have no idea what that means.
noppid
Sorry to be that bad in english language. No willing anyway to argue with you at all ;-)
Martin

NeutralizeR 07-04-2008 10:05 PM

120k newsletter emails were sent, 16k bounced emails. Any suggestions to harvest the links from the emails and auto-click on them? :)

mrahul 07-07-2008 10:48 AM

does this work on 3.7.2 ?

djbaxter 07-07-2008 11:21 AM

Quote:

Originally Posted by mrahul (Post 1568985)
does this work on 3.7.2 ?


Yes it does.

tekguru 07-07-2008 02:48 PM

What was in the 27th June update?

Antivirus 07-09-2008 11:41 AM

Quote:

Originally Posted by NeutralizeR (Post 1566985)
120k newsletter emails were sent, 16k bounced emails. Any suggestions to harvest the links from the emails and auto-click on them? :)

There's a macro application that some members are using in tandem with this mod, it's a few pages back.

Quote:

Originally Posted by tekguru (Post 1569170)
What was in the 27th June update?

Bug in post 583

tekguru 07-09-2008 01:23 PM

Cheers, should really have a version increment though as then the update would be more visible.

djbaxter 07-11-2008 11:59 AM

You forgot to change the version number from 1.10 to 1.11 in the XML file for July 9 update.

PoetJA-1975 07-12-2008 07:19 PM

Thanx for the update.

Jacquii.

Alfa1 07-13-2008 07:05 PM

Quote:

Originally Posted by Antivirus (Post 1570926)
There's a macro application that some members are using in tandem with this mod, it's a few pages back.

Thanks!

Quote:

Originally Posted by Devices (Post 1524461)
I am no PHP expert, my PHP knowledge is very basic but this is what I did.

In ezbounce.php on line 46 look for

Code:

$vbulletin->input->clean_gpc('r', 'u', TYPE_UINT);
Change it to

Code:

$vbulletin->input->clean_gpc('r', 'u', TYPE_STR);
Then on line 51 look for

Code:

WHERE userid = " . $vbulletin->GPC['u'] . "
Change it to

Code:

WHERE email = " . $vbulletin->GPC['u'] . "
Now the URL will except your users email instead of their userid.

You just need to use

Code:

http://yourdomain.com/forum/admincp/ezbounce.php?u=(USERS@EMAIL)
To process the user, replacing (USER@EMAIL) with your actual users email address.

This gives me errors:
PHP Code:

Database error in vBulletin 3.7.1:

Invalid SQL:

            
SELECT FROM vb_user
    WHERE email 
user@hotmail.com;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '@hotmail.com' at line 2
Error Number  
1064
Request Date  
SundayJuly 13th 2008 09:58:03 PM
Error Date    
SundayJuly 13th 2008 09:58:03 PM
Script        
http://www.mysite/forum/admincp/ezbounce.php?u=user@hotmail.com
Referrer      
IP Address    xx.xx.xx.xx
Username      
Alfa1
Classname     
vB_Database
MySQL Version 
5.0.45 

I am using vb 3.7.1 PL2


All times are GMT. The time now is 08:52 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.01624 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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