Show
Ignore:
Timestamp:
03/05/07 18:37:28 (2 years ago)
Author:
jm3
Message:

calling it alpha and closing the window

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/set-up/IM.php

    r1355 r1390  
    2323                                if( !$im ) 
    2424                                        return; 
    25                                 $im = urlencode( $im ); 
    2625                                $success = run_query( "UPDATE users SET im = '$im' WHERE userId = '$u'" ); 
    2726                                $showForm = false; 
     
    3332        <h1>Success! Your Validation Code is:</h1> 
    3433        <input class="copyable" name="secret" value="validate: <?= $u . ", " . get_im_validation_phrase_for_user( $u ) ?>" size="32" /> 
    35         <small>Paste the above text into your AIM window to finish the setup process</small> 
     34        <small>Paste the <b><big>entire</big></b> string above into your AIM window to finish validating your account.</small> 
    3635        <br /><br /><br /><br /> 
    3736        (All done, you can close this window now) 
     
    4342                 
    4443                if( $showForm ) { 
     44 
     45                                # handle the weirdo's with @ signs in their names: # FIXME: test from actual klaus aim session 
     46                                #$aim = str_replace( " ", "", $aim ); 
     47                                $aim = urlencode( $aim ); 
     48                                $aim = str_replace( "%40", "@", $aim ); 
     49                                $aim = str_replace( "%2540", "@", $aim ); 
     50                                $aim = str_replace( "+", " ", $aim ); 
    4551?> 
    4652