vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Site sent Emails missing the main URL (https://vborg.vbsupport.ru/showthread.php?t=317039)

shneler2010 01-31-2015 06:12 AM

Site sent Emails missing the main URL
 
1 Attachment(s)
all the emails sent from my site Site sent Emails missing the main URL like this !!!!

please note:
my Site Name / URL / Contact Details is
Forum URL
http://www.shneler.com/vb

1: i m try to replace the content in my Language withe fresh content but same error missing
:: Search in Phrases
Email Body Text Phrases Containing 'To reset your password, please visit the following page:'

2: i m try to replace my arabic language it is same error
2: in english it is same error


see attached please


HTML Code:

Dear mohammad,
 
You have requested to reset your password on  because you have forgotten your password. If you did not request this, please ignore it. It will expire and become useless in 24 hours time.
 
To reset your password, please visit the following page:
/login.php?a=pwd&u=1&i=3d8a6b83d50109a4261296fe6911e974eea9cfb3
 
When you visit that page, your password will be reset, and the new password will be emailed to you.
 
Your username is: mohammad
 
To edit your profile, go to this page:
/profile.php?do=editprofile
 
All the best,


Dave 01-31-2015 07:26 AM

Can you post the text of the "lostpw" phrase?

shneler2010 01-31-2015 07:51 AM

Quote:

Originally Posted by Dave (Post 2535348)
Can you post the text of the "lostpw" phrase?


HTML Code:

[HTML]$user[username],

لقد طلبت استرجاع كلمة المرور الخاصة بك في
$vboptions[bbtitle]
لأنك نسيت كلمة المرور. إذا كنت لم تقم بهذا الطلب, الرجاء تجاهله، سوف ينتهي  ويصبح عديم الفائدة خلال 24 ساعة.

لإسترجاع كلمة المرور الخاصة بك, الرجاء قم بزيارة الصفحة التالية:
$vboptions[bburl]/login.php?a=pwd&u=$user[userid]&i=$user[activationid]

عند زيارة هذه الصفحة, سيتم إسترجاع كلمة المرور الخاصة بك, وسيتم إرسال كلمة المرور الجديدة إلى بريدك.

اسم العضو الخاص بك:
$user[username]

لتعديل ملفك الشخصي, الرجاء قم بزيارة هذه الصفحة:
$vboptions[bburl]/profile.php?do=editprofile


مع أطيب الأمنيات,
إدارة $vboptions[bbtitle]

[/HTML]

--------------- Added [DATE]1422716534[/DATE] at [TIME]1422716534[/TIME] ---------------




and please note when i add vbseo seo every thing working well !!!!

--------------- Added [DATE]1422716585[/DATE] at [TIME]1422716585[/TIME] ---------------

Hello
I know this issue difficult as i see here here no answer


http://www.vbulletin.com/forum/forum...rd-reset-email

http://www.vbulletin.com/forum/forum...rmation-emails

http://www.vbulletin.com/forum/forum...to-new-members


https://vborg.vbsupport.ru/showthread.php?t=218604


and please note when i add vbseo seo every thing working well !!!!

shneler2010 02-03-2015 08:45 AM

any new to fix the big error at V Bulletin script ???????????!!!!!!!!!

Gio~Logist 02-03-2015 11:09 AM

If you go to vBulletin Options -> Settings -> Site Name / URL / Contact Details, do you have "Forum URL" filled out?

ozzy47 02-03-2015 11:11 AM

If that's not it, then it might have something to do with your language settings.

shneler2010 02-03-2015 11:37 AM

1 Attachment(s)
Quote:

Originally Posted by ozzy47 (Post 2535891)
If that's not it, then it might have something to do with your language settings.

Dear ...
i make English language default it is same error as you see below

HTML Code:

Dear mohammad,
 
You have requested to reset your password on  because you have forgotten your password. If you did not request this, please ignore it. It will expire and become useless in 24 hours time.
 
To reset your password, please visit the following page:
/login.php?a=pwd&u=1&i=b2dd8f65b00d03c1fc0f3020b429af259741876d
 
When you visit that page, your password will be reset, and the new password will be emailed to you.
 
Your username is: mohammad
 
To edit your profile, go to this page:
/profile.php?do=editprofile
 
All the best,


Gio~Logist 02-03-2015 11:40 AM

Did you check the setting?

shneler2010 02-03-2015 12:14 PM

1 Attachment(s)
Quote:

Originally Posted by Gio~Logist (Post 2535898)
Did you check the setting?


yes every thing correct see attached please

Gio~Logist 02-03-2015 12:38 PM

Have you tried disabling plugins?

shneler2010 02-03-2015 05:27 PM

yes ......... same error
i m disabling and remove all but same error
(Plugin/Hook)

ForceHSS 02-03-2015 06:31 PM

Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 

To enable plugins again just comment out the line
PHP Code:

//define('DISABLE_HOOKS', true); 

Use notepad++ to edit any files

shneler2010 02-04-2015 07:11 AM

Quote:

Originally Posted by ForceHSS (Post 2535972)
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 

To enable plugins again just comment out the line
PHP Code:

//define('DISABLE_HOOKS', true); 

Use notepad++ to edit any files

i do what you ask me
HTML Code:

<?php
define('DISABLE_HOOKS', true);

same error
I think the error maybe here $vboptions[bburl]
Thank you

ozzy47 02-04-2015 09:18 AM

What vB version and PHP version are you running?

shneler2010 02-04-2015 11:49 AM

Quote:

Originally Posted by ozzy47 (Post 2536075)
What vB version and PHP version are you running?

now my Vb ver vBulletin? Version 4.2.3 Beta 3
i m upgrade from 4.2.2 to vBulletin? Version 4.2.3 Beta 3 to resolve this issue bad luck not fix

Current PHP version: native (5.4)

ozzy47 02-04-2015 10:36 PM

Hmmm, I assume this was working at some point correct? If so, what has changed on the site/server when this started happening?

Lynne 02-04-2015 11:46 PM

Please post the contents of these phrases:
lostpw (English)
lostpw (your language)

And, tell us what version of vBulletin your are running and what version of PHP?

And, do you have an .htaccess file on your site? What is in the file?

ozzy47 02-04-2015 11:50 PM

Quote:

Originally Posted by Lynne (Post 2536213)
Please post the contents of these phrases:
lostpw (English)
lostpw (your language)

And, tell us what version of vBulletin your are running and what version of PHP?

And, do you have an .htaccess file on your site? What is in the file?

Translation phrase was posted in post#3 and the vB version and php version were posted in post #15. :)

shneler2010 02-05-2015 11:12 AM

1 Attachment(s)
Quote:

Originally Posted by Lynne (Post 2536213)
Please post the contents of these phrases:
lostpw (English)
lostpw (your language)

And, tell us what version of vBulletin your are running and what version of PHP?

And, do you have an .htaccess file on your site? What is in the file?

1: my language

HTML Code:

<p><b>لقد نسيت كلمة المرور، ما العمل؟</b></p>

<p>اذا فقدت و نسيت اسم العضوية او كلمة المرور الخاصة بك في المنتدى فلا تقلق لان عملية استرجاعهما في غاية السهولة ، في البداية ينبغي عليك طلب استرجاع اسمك او كلمة مرورك <a href="login.php?$session[sessionurl]do=lostpw">بالضغط هنا</a> حتى يتم ارسالهما الى بريدك الالكتروني ، ما عليك الا متابعه الخطوات الموضحة في بريدك الالكتروني حتى يتم استبدال كلمة المرور القديمة المنسية بكلمة مرور اخرى حديثة .</p>

<p>حينها ستفتح لك صفحة جديدة ، ما عليك الا ادخال بريدك الالكتروني الذي ادخلته عند انتسابك معنا في المنتدى في خانة عنوان البريد الإلكتروني ، بعد الانتهاء اضغط على ايقونة اطلب الإسم / كلمة المرور الآن حتى يتم ارسال اسم المعرف وكلمة المرور الجديدة الى بريدك الالكتروني ، وبعدها ستتمكن من الدخول الى المنتدى.</p>

<p>علما أن كلمة السر تكون مشفر, لذلك لا يمكن استرجاع كلمة السر السابقة، عليه ستم اعادة تشفير كلمة سر جديدة، بامكانك تغييرها من لوحة التحكم الخاصة بك.</p>

2: English

Lynne 02-05-2015 10:47 PM

Quote:

Originally Posted by ozzy47 (Post 2536214)
Translation phrase was posted in post#3 and the vB version and php version were posted in post #15. :)

Um, uh.... yeppers they are! :p

OK.... are other emails showing correct links or is it only this one email type that is not? (Like, if you require users to activate their account, is the activation link correct?)

shneler2010 02-06-2015 03:45 PM

Quote:

Originally Posted by Lynne (Post 2536377)
Um, uh.... yeppers they are! :p

OK.... are other emails showing correct links or is it only this one email type that is not? (Like, if you require users to activate their account, is the activation link correct?)

all members ... same error

HTML Code:

Mohd Al Ajouri,

لقد طلبت استرجاع كلمة المرور الخاصة بك في

لأنك نسيت كلمة المرور. إذا كنت لم تقم بهذا الطلب, الرجاء تجاهله، سوف ينتهي  ويصبح عديم الفائدة خلال 24 ساعة.

لإسترجاع كلمة المرور الخاصة بك, الرجاء قم بزيارة الصفحة التالية:
/login.php?a=pwd&u=3601&i=fa7c8d20b3d6f1b439d494052c88fd2ba1a58085

عند زيارة هذه الصفحة, سيتم إسترجاع كلمة المرور الخاصة بك, وسيتم إرسال كلمة المرور الجديدة إلى بريدك.

اسم العضو الخاص بك:
Mohd Al Ajouri

لتعديل ملفك الشخصي, الرجاء قم بزيارة هذه الصفحة:
/profile.php?do=editprofile


مع أطيب الأمنيات,
إدارة
Repl


Lynne 02-07-2015 07:18 PM

I know all members are getting the incorrect link, but it is only in this particular type of email or are the links broken in all different types of emails send from your site.

kh99 02-07-2015 08:27 PM

Can you execute this query (from admincp or phpMyAdmin) and post the results?
Code:

SELECT * FROM phrasetype WHERE fieldname='emailbody'

specifically, I'm wondering about the value of the 'special' column. If it is not set to 1, then you could try this query
Code:

UPDATE phrasetype SET special=1 WHERE fieldname='emailbody'

and see if that makes any difference.

shneler2010 02-08-2015 03:24 AM

1 Attachment(s)
Quote:

Originally Posted by kh99 (Post 2536599)
Can you execute this query (from admincp or phpMyAdmin) and post the results?
Code:

SELECT * FROM phrasetype WHERE fieldname='emailbody'

specifically, I'm wondering about the value of the 'special' column. If it is not set to 1, then you could try this query
Code:

UPDATE phrasetype SET special=1 WHERE fieldname='emailbody'

and see if that makes any difference.


the result attached

shneler2010 02-08-2015 04:04 AM

Quote:

Originally Posted by kh99 (Post 2536599)
Can you execute this query (from admincp or phpMyAdmin) and post the results?
Code:

SELECT * FROM phrasetype WHERE fieldname='emailbody'

specifically, I'm wondering about the value of the 'special' column. If it is not set to 1, then you could try this query
Code:

UPDATE phrasetype SET special=1 WHERE fieldname='emailbody'

and see if that makes any difference.

Dear Mr. Kh99

wonderful it is working well after Execute SQL Query
HTML Code:

UPDATE phrasetype SET special=1 WHERE fieldname='emailbody'
here the result

HTML Code:





???????? ???? ????????? shneler academy 

To
me
 
 

Today at 9:59 PM 



Dear Mohd Al Ajouri,

You have requested to reset your password on ???????? ???? ????????? shneler academy because you have forgotten your password. If you did not request this, please ignore it. It will expire and become useless in 24 hours time.

To reset your password, please visit the following page:
http://shneler.com/vb/login.php?a=pwd&u=3601&i=091f5b3ea27ea7befc260fec3fd482fe9e42a7dd

When you visit that page, your password will be reset, and the new password will be emailed to you.

Your username is: Mohd Al Ajouri

To edit your profile, go to this page:
http://shneler.com/vb/profile.php?do=editprofile

All the best,
???????? ???? ????????? shneler academy


:up::up::up::up::up::up::up::up::up::up::up::up::u p::up::up::up::up::up::up::up:


Thank you


All times are GMT. The time now is 05: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.01327 seconds
  • Memory Usage 1,840KB
  • 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
  • (6)bbcode_code_printable
  • (8)bbcode_html_printable
  • (4)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete