Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Security - PHP Nuke
Author Message
tracky
New Member
New Member



Joined: Oct 29, 2004
Posts: 14

PostPosted: Fri Oct 29, 2004 11:16 am Reply with quote

PHPNuke 6.8
I am having "Activation Mail Problem"
user cannot receive the activation mail

but there is not this problem which email using the own domain mail server...

e.g. No Problem [ Only registered users can see links on this board! Get registered or login! ]
[ Only registered users can see links on this board! Get registered or login! ]

but those
@yahoo.com, @hotmail.com
cannot receive the activation mail

Pls Help

TQ
 
View user's profile Send private message
TheosEleos
Life Cycles Becoming CPU Cycles



Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Fri Oct 29, 2004 2:09 pm Reply with quote

If the user has spam protection enabled for their yahoo and hotmail accounts the registration email will get blocked. It will happen with aol sometimes too. In the past I have disabled registration with those email accounts to force people to use a more legitimate email address. You can also make a news story about turning off spam protection before registering.

_________________
http://jamesdibben.com 
View user's profile Send private message Visit poster's website AIM Address ICQ Number
tracky







PostPosted: Fri Oct 29, 2004 8:52 pm Reply with quote

spam blocked?
but why i can receive activation mail from here?
i had make few tried...
by the way
how i confirm that is really the spam blocked?
if spam blocked mail will go to "bluk" or spam mail folder rite
but it seem never appear in those folder...
?_?
pls help
 
sixonetonoffun
Spouse Contemplates Divorce



Joined: Jan 02, 2003
Posts: 2496

PostPosted: Fri Oct 29, 2004 9:05 pm Reply with quote

Read the header of the mailer-daemon (returned email) it will usually give a reason. My host gave me a domain that had been that of a spammer at one time and all my emails were getting bounced back. I got the host to give me a different IP.

_________________
[b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 
View user's profile Send private message
tracky







PostPosted: Fri Oct 29, 2004 9:16 pm Reply with quote

returned email?
the [ Only registered users can see links on this board! Get registered or login! ]
never recv any returned email...
which those user cant recv the activation mail never return to [ Only registered users can see links on this board! Get registered or login! ]

where can i edit the header/content of the activation mail?possible?
TQ
 
sixonetonoffun







PostPosted: Fri Oct 29, 2004 11:10 pm Reply with quote

If your not recieving bounced emails then go with TheosEleos suggestion. Those emails are most likely going to the users spam box or /null/dev this is al real problem since there are several lists and many people refuse to accept email that doesn't originate from an ISP which puts domain owners in a real pickle.
 
tracky







PostPosted: Fri Oct 29, 2004 11:33 pm Reply with quote

Good Day,
TQ for ur replied

so what is the solution?why ur web activation mail can work but mine cannot?

2.
can i let user activate immediately?
where to download the file?
i am using phpnuke 6.8

TQ
 
sixonetonoffun







PostPosted: Fri Oct 29, 2004 11:44 pm Reply with quote

[ Only registered users can see links on this board! Get registered or login! ]
This should work for your.
 
tracky







PostPosted: Fri Oct 29, 2004 11:56 pm Reply with quote

YES! It work for PhpNuke 6.8!!!
now user r automatic activated!

but where can i edit the mesg as below when the user registering:
"
You will receive a confirmation email with a link to a page you should visit to activate your account in the next 24 hours.
"

due the user have no need to recv any activation mail...
so this mesg should be delete or edit

TQ!
 
TheosEleos







PostPosted: Sat Oct 30, 2004 10:07 am Reply with quote

/modules/Your_Account/language

Edit your language file. Do a search for, "You will receive a confirmation email with a link to" and change it to your liking.

You can log out of your site and test it to see if you have changed the right line.
 
tracky







PostPosted: Sun Oct 31, 2004 10:40 pm Reply with quote

I encounter that the User Does NOT Need to key in the "Security Code"!!!
what is the function of the "Security code"?

but the page still display the column for the "security code" & also the picture (but the picture cannot display properly it just "X"

/modules.php?name=Your_Account&op=gfx&random_num=684598

the Random number "684598" doesnt showing but with error pic sign "X"
where to remove the coding of showing the "security code" column & picture?

TQ
 
TheosEleos







PostPosted: Mon Nov 01, 2004 9:15 am Reply with quote

I don't know if you can remove the security check for 6.8. I know that for 6.9 and up you can.
 
tracky







PostPosted: Wed Nov 03, 2004 1:48 am Reply with quote

phpnuke/admin.php
cannot log-in now...help...
the security code not displaying!

/admin.php?op=gfx&random_num=896491

so the security code should be : 896491 rite?

but it cannot be log-in now...
pls help...

admin.php cannot log in.. pls help
php nuke 6.8
 
sixonetonoffun







PostPosted: Wed Nov 03, 2004 5:58 am Reply with quote

If its still not working give this a try.
Download the patch files and over write the ones on your site except the modules/Your_Account/index.php [ Only registered users can see links on this board! Get registered or login! ] [ Only registered users can see links on this board! Get registered or login! ]

Check your config.php and modules/Your_Account/index.php make sure the protection line at the bottom of config and top of index.php is like this:
if (eregi("config.php", $_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php");
die();
}

if (eregi("modules.php", $_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php");
die();
}
 
sixonetonoffun







PostPosted: Wed Nov 03, 2004 6:06 am Reply with quote

Check that this file exists images/admin/code_bg.jpg too and its not images/admin/code_bg.png or something
 
tracky







PostPosted: Wed Nov 03, 2004 10:09 am Reply with quote

Original index.php

if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}


Original config.php

if (eregi("config.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}

after i replaced ur coding tat u gav me as above
the member log-in page canot be access
n the admin log-in as well

2.
images/admin/code_bg.jpg
is correct & exist!
 
sixonetonoffun







PostPosted: Wed Nov 03, 2004 10:42 am Reply with quote

Then you didn't use these files [ Only registered users can see links on this board! Get registered or login! ]
If you did then it would look like this:

if (eregi("config.php", $_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php");
die();
}

if (eregi("modules.php", $_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php");
die();
}
 
tracky







PostPosted: Wed Nov 03, 2004 11:32 pm Reply with quote

i replace the 2 files (config.php, modules.php) only or replace all the files in the zip?

y sometime i click on the link of the notification mail...
it will go to abuse.php ? then my pc hang...
 
tracky







PostPosted: Fri Nov 05, 2004 9:47 pm Reply with quote

after i replaced all the patch file for phpnuke 6.8 (index.php)
then the error mesg appear:
Fatal error: Call to undefined function: message_die() in /db/db.php on line 88
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Security - PHP Nuke

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©