Esempio n. 1
0
// print_r($username);
echo " this is it man ! <br>";
// $sc->send_email_fortimesup($mc);
// search fields
echo " \n        <table style='display:block'> \n          <tr> \n            <th> any link in lookbook </th> <th> user profile link in lookbook </th> <tr>\n            <td>\n              <form METHOD='POST' ACTION='{$_SERVER['PHP_SELF']}' >  \n                <input type='text' name='url' /> \n                <input type='submit' />  \n              </form>\n            </td> \n\n            <td>\n              <form METHOD='POST' ACTION='{$_SERVER['PHP_SELF']}' >  u\n                <input type='text' name='url1' /> \n                <input type='submit' />  \n              </form>\n            </td>\n        </table>    \n      ";
#init
if (!empty($_POST['url'])) {
    $sc->retrieve_multiple_username_and_Add($_POST['url'] . '?page=1', $mc);
} else {
    if (!empty($_POST['url1'])) {
        $sc->email_mining($_POST['url1'], $mc);
    } else {
    }
}
# add new  info invited person
$sc->add_new_invited_info(array('fullname' => !empty($_POST['fullname']) ? $_POST['fullname'] : null, 'email' => !empty($_POST['email']) ? $_POST['email'] : null, 'wob' => !empty($_POST['wob']) ? $_POST['wob'] : null, 'occupation' => !empty($_POST['occupation']) ? $_POST['occupation'] : null, 'style' => !empty($_POST['style']) ? $_POST['style'] : null, 'description' => !empty($_POST['description']) ? $_POST['description'] : null, 'status' => !empty($_POST['status']) ? $_POST['status'] : null), $mc);
/**
 * get total approved
 */
$invited = select_v3('fs_invited', 'count(*)', " invited_status = 1 and scrape_version = 1");
$totalApprovedEmail = $invited[0][0];
// print_r( $invited );
echo "</div>";
$mc->fs_popup_container_and_response('display:none');
?>
 
  <!DOCTYPE html>
  <html>
  <head>
    <title></title> 
    <!-- new innir script  auto scroll down page when oppen-->