What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP / Wordpress Error Help (Php Code)

PHP / Wordpress Error Help (Php Code)
Author: Message:
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
35 / Male / Flag
Joined: Jul 2004
O.P. RE: PHP / Wordpress Error Help (Php Code)
code:
        update_option('siteurl', dirname('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']) );
}

switch($action) {

case 'logout':

    wp_clearcookie();
    do_action('wp_logout');
    header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
    header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
    header('Cache-Control: no-cache, must-revalidate, max-age=0');
    header('Pragma: no-cache');
    wp_redirect('wp-login.php');
    exit();

break;

case 'lostpassword':
do_action('lost_password');
?>

the hole fing is: http://www.gminc.webspace4free.co.uk/wp-login.php

[Image: lost7ru.gif]
08-02-2005 09:53 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP / Wordpress Error Help (Php Code) - by M73A on 08-02-2005 at 09:40 PM
RE: PHP / Wordpress Error Help (Php Code) - by ShawnZ on 08-02-2005 at 09:48 PM
RE: PHP / Wordpress Error Help (Php Code) - by M73A on 08-02-2005 at 09:53 PM
RE: PHP / Wordpress Error Help (Php Code) - by absorbation on 08-02-2005 at 10:01 PM
RE: PHP / Wordpress Error Help (Php Code) - by M73A on 08-02-2005 at 10:07 PM
RE: PHP / Wordpress Error Help (Php Code) - by ShawnZ on 08-02-2005 at 10:14 PM
RE: PHP / Wordpress Error Help (Php Code) - by M73A on 08-02-2005 at 10:17 PM
RE: PHP / Wordpress Error Help (Php Code) - by ShawnZ on 08-02-2005 at 10:21 PM
RE: PHP / Wordpress Error Help (Php Code) - by M73A on 08-02-2005 at 10:24 PM
RE: PHP / Wordpress Error Help (Php Code) - by ShawnZ on 08-02-2005 at 10:25 PM
RE: PHP / Wordpress Error Help (Php Code) - by M73A on 08-02-2005 at 10:31 PM
RE: PHP / Wordpress Error Help (Php Code) - by ShawnZ on 08-02-2005 at 10:31 PM
RE: PHP / Wordpress Error Help (Php Code) - by Chris.1 on 08-04-2005 at 06:38 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On