- Timestamp:
- 10/27/07 11:14:52 (5 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
-
. (modified) (1 prop)
-
edit_profile.php (modified) (2 diffs)
-
images/advertising (modified) (1 prop)
-
includes/dns_functions.php (added)
-
register.php (modified) (3 diffs)
-
robots.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 config.backup.php 3 3 config.php 4 _revision_.svn
-
- Property svn:ignore
-
trunk/edit_profile.php
r989 r1024 14 14 +----------------------------------------------------*/ 15 15 require_once dirname(__FILE__)."/includes/core_functions.php"; 16 require_once PATH_ ROOT."/includes/theme_functions.php";16 require_once PATH_INCLUDES."theme_functions.php"; 17 17 18 18 // temp storage for template variables 19 19 $variables = array(); 20 21 // load the DNS functions include 22 include PATH_INCLUDES."dns_functions.php"; 20 23 21 24 // load the locates for this module … … 70 73 $email = $_POST['user_email']; 71 74 $email_domain = substr(strrchr($email, "@"), 1); 72 if ( getmxrr($email_domain, $mxhosts)) {75 if (CMS_getmxrr($email_domain, $mxhosts)) { 73 76 // Get the hostname the MX record points to 74 77 $mailhost = $mxhosts[0]; -
trunk/images/advertising
- Property svn:ignore
-
old new 1 1 WanWizard_Exite_logo.png 2 webmaster_Exite_logo.png
-
- Property svn:ignore
-
trunk/register.php
r954 r1024 14 14 +----------------------------------------------------*/ 15 15 require_once dirname(__FILE__)."/includes/core_functions.php"; 16 require_once PATH_ ROOT."/includes/theme_functions.php";16 require_once PATH_INCLUDES."theme_functions.php"; 17 17 18 18 // temp storage for template variables … … 21 21 // no point registering when you're already a member 22 22 if (iMEMBER) fallback(BASEDIR."index.php"); 23 24 // include the DNS functions include 25 include PATH_INCLUDES."dns_functions.php"; 23 26 24 27 // load the locales for this module … … 74 77 75 78 $email_domain = substr(strrchr($email, "@"), 1); 76 if ( getmxrr($email_domain, $mxhosts)) {79 if (CMS_getmxrr($email_domain, $mxhosts)) { 77 80 // Get the hostname the MX record points to 78 81 $mailhost = $mxhosts[0]; -
trunk/robots.txt
r787 r1024 1 # /robots.txt file for http://www.pli-images.org/ 2 # mail webmaster@pli-images.org for constructive criticism 1 # /robots.txt file 3 2 4 3 User-agent: *
Note: See TracChangeset
for help on using the changeset viewer.
