<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:incorrect link in submit email (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:incorrect link in submit email
#146
jnasta (User)
Senior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Gender: Male John Nasta Photography Location: Brooklyn, NY
incorrect link in submit email 4 Years ago Karma: 1  
I entered a link through the public side of my site and noticed that the link in the email that was sent to me as admin was incorrect. I have my whole script in a folder called /links and that part of the path was left out of the URL.

Is this something I can fix? Does this affect other emails that the script generates?

Thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#149
Dewed (Admin)
Admin
Posts: 605
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:incorrect link in submit email 4 Years ago Karma: 9  
in /include/email_addition.php

locate
Code:

$content .= $email_addition_5 . $base_url . "/admin/index.php\n\n";
change to
Code:

$content .= $email_addition_5 . $base_url . $base_path . "/admin/index.php\n\n";
and, to my knowledge, no, this doesn't affect anything else.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#150
jnasta (User)
Senior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Gender: Male John Nasta Photography Location: Brooklyn, NY
Re:incorrect link in submit email 4 Years ago Karma: 1  
Great, thanks. I'll ask the person I did the other site for to test hers too.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008