Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 09-14-2014, 05:27 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you make sure to check the box that says to Search In "Phrase Variable Name Only"?
Reply With Quote
  #12  
Old 09-14-2014, 06:07 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should have two entries, the first showing
Quote:
Paid Subscription Received at $vboptions[bbtitle]
and the second showing
Quote:
A paid subscription has just been purchased by $username at $vboptions[bbtitle]

To view their profile, go here:

$vboptions[bburl]/member.php?u=$userid

Username : $username
Subscription : $subscription
Amount: $amount
Processor: $processor
Transaction ID: $transactionid
Reply With Quote
  #13  
Old 09-14-2014, 08:10 PM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
Varname	$vbphrase[payment_received]
Text	Paid Subscription Received at $vboptions[bbtitle]

Code:
$vbphrase[payment_received]
Text	A paid subscription has just been purchased by $username at $vboptions[bbtitle]

To view their profile, go here:

$vboptions[bburl]/member.php?u=$userid

Username : $username
Subscription : $subscription
Amount: $amount
Processor: $processor
Transaction ID: $transactionid
thats what i got
Reply With Quote
  #14  
Old 09-15-2014, 09:16 PM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any suggestions?
Reply With Quote
  #15  
Old 09-16-2014, 04:26 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

check your mail server with mxtools or dns stuff they will show you whats wrong with your setup
Reply With Quote
  #16  
Old 09-16-2014, 11:40 PM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
DKIM Key Checker Results for site.com
Target	site.com
Timeout Value	1 (default)
Your Overall Score	Lookup succeeded
Key Length	1024
Key Type?	rsa
Version?	DKIM1
Public Key?	MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4XI5W003sRESnVWRTPO/HCTA4phX2tO
DdHwINtIHZp5IlpFOPEUUBZVLnN7WTXWWOv5wqZYaT+OWlpkxl3/G3bFfGDJJpuHOwjjrm
QmO53c0CPt/BsLfN/DLSkF/GoDiUyR7kam7iFNrUAgO/1r7JbWgStPT4AmKt2SKJV10XMw
IDAQAB
Score Details
Code:
IP Tested	xxx.xxx.xxx.xx
Domain tested	www.site.com
SPF tested	"v=spf1 a mx -all"
SPF result	PASS
SPF message	adf-dnsstuff-tsf-01.tul.solarwinds.net: domain of www.site.com designates xxx.xxxx.xxxx.xxx as permitted sender
They both working.
Reply With Quote
  #17  
Old 09-17-2014, 04:06 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what's your site address i'll check it.
Reply With Quote
  #18  
Old 09-18-2014, 08:55 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sent
Reply With Quote
  #19  
Old 09-19-2014, 05:08 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, firstly the SMTP greeting has issues
Quote:
Malformed greeting or no A records found matching banner text for following servers, and banner is not an address literal. RFC5321 requires one or the other (should not be a CNAME). If this is not set correctly, some mail platforms will reject or delay mail from you, and can cause hard to diagnose issues with deliverability. Mailserver details:

109.201.138.227 | WARNING: The hostname in the SMTP greeting does not match the reverse DNS (PTR) record for your mail server. This probably won't cause any harm, but may be a technical violation of RFC5321
The SPF record has this
Quote:
"v=spf1 a mx -all"
use this tool to create yours http://www.spfwizard.net/ and go for a soft fail. And finally if you are not on dedicated serevr ask your hosts to fix your SOA record
Quote:
One or more SOA fields are outside recommended ranges. Values that are out of specifications could cause delays in record updates or unnecessary network traffic. The SOA fields out of range are:

serial | 2016258234 | SERIAL - we check that your serial number matches the recommended format found in RFC1912 section 2.2.
expire | 604800 | EXPIRE - RFC1912 suggests a value between 1209600 to 2419200.
You may want to add address literals too
Quote:
Mailserver rejected mail to address literals. Mailservers are technically required by RFC1123 section 5.2.17 to accept mail to domain literals (i.e. IP addresses instead of domains). This ensures backwards compatibility and can help with delivery in certain non-optimal situations, like a DNS server being down/unresponsive.

109.201.138.xxx | unexpected response to [RCPT TO: ] | 501 : domain literals not allowed
--------------- Added [DATE]1411107133[/DATE] at [TIME]1411107133[/TIME] ---------------

Your ip is listed as spam here DDNSBL, go here to get it removed from the list http://v4bl.org/
Reply With Quote
Благодарность от:
Lynne
  #20  
Old 09-19-2014, 07:38 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and how to add address literals? :/
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:08 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.04845 seconds
  • Memory Usage 2,256KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete