"); set_global_var("joinnow_button",""); set_global_var("error_msg","

". get_global_var(This_user_has_been_deactive) .""); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/login.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; } //Free account need to be updated $cf_gold_free_member = get_global_var(cf_gold_free_member); $cf_enable_payment = get_global_var(cf_enable_payment); if($cf_enable_payment == "1"){ if ($row["user_type"] == "0" && $cf_gold_free_member =="1"){ //Logout setcookie("user",""); set_global_var("user",""); set_global_var("hello_user",""); set_global_var("logout_button",""); set_global_var("chk_admin_user",""); setcookie("chk_admin_user",""); setcookie("say_hello_user",""); setcookie("set_remember_me",""); set_global_var("login_button",""); set_global_var("joinnow_button",""); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/free_account_need_update.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; } } if($user_name_id != "") setcookie("user",$user_name_id) ; $say_hello_user=get_global_var(say_hello_user); set_global_var("hello_user","Welcome $say_hello_user"); set_global_var("logout_button",""); set_global_var("login_button",""); set_global_var("joinnow_button",""); # Set the right link on each icon if user already sign in set_global_var("mtool_myaccount","members.php?lang=$lang&step=user_info"); set_global_var("mtool_addressbook","members.php?lang=$lang&step=main_book"); set_global_var("mtool_calendar","members.php?lang=$lang&step=calendar"); set_global_var("mtool_myalbum","members.php?lang=$lang&step=album"); set_global_var("mtool_reminder","members.php?lang=$lang&step=reminder"); set_global_var("mtool_myfavorite","index.php?lang=$lang&step=favorite"); set_global_var("mtool_history","index.php?lang=$lang&step=history"); set_global_var("mtool_birthdayalert","index.php?lang=$lang&step=birthday_alert"); } if($user !=""){ if($row[user_birth_mon] =="0" || $row[user_birth_mday] =="0"){ if($step != "user_info2"){ $Tell_user_update_birthday_info=get_global_var(Tell_user_update_birthday_info); set_global_var("error_msg","

$Tell_user_update_birthday_info"); user_info(); exit; } } } switch($step){ case "remove_emaillist": $what = get_global_var(what); if ($what =="remove"){ if($list_mgroup_id =="-1"){ //Newsletter list //Update member user_receive_newsletter update_field_in_db("max_ecuser","user_receive_newsletter","0","user_email='$email' LIMIT 1"); } elseif($list_mgroup_id =="-2"){ //Special Offer list //Update member user_receive_newsletter update_field_in_db("max_ecuser","user_receive_offer","0","user_email='$email' LIMIT 1"); } //Delete row delete_row("max_mail_list","list_mgroup_id='$list_mgroup_id' and list_email='$email' LIMIT 1"); } $list =get_dblistvalue("max_mail_list","list_id","list_email='$email'"); if(count($list) > 0){ $data =""; $x=0; foreach ($list as $val){ $x++; $row_email = get_row("max_mail_list","*","list_id='$val'"); $mgroup_name =get_dbvalue("max_mail_group","mgroup_name","mgroup_id='$row_email[list_mgroup_id]'"); if($row_email[list_mgroup_id] =="-1") $mgroup_name ="Newsletters List"; if($row_email[list_mgroup_id] =="-2") $mgroup_name ="Special Offers List"; $data .="
  • $emailist_Group_Name $mgroup_name - $emailist_Remove_Group_Name
  • \n"; } set_global_var("print_list_email",""); $show_remove_emailist_html_Total_email_count=str_replace("%show_email%",$email,$show_remove_emailist_html_Total_email_count); $show_remove_emailist_html_Total_email_count=str_replace("%show_number%",$x,$show_remove_emailist_html_Total_email_count); } else{ $emailist_error_msg_Mail_Not_Found=str_replace("%show_email%",$email,$emailist_error_msg_Mail_Not_Found); set_global_var("show_remove_emailist_html_Total_email_count",$emailist_error_msg_Mail_Not_Found); } require_once("category.php"); display_main_category_menu_only(); random_banner_hr(); random_banner_vt(); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_remove_emailist.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "paypal_thankyou": set_global_var("show_sendcard_complete",get_html_from_layout("templates/$cf_set_template/show_paypal_thankyou.html")); show_homepage(); exit; break; case "your_best_photo": set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_your_best_photo.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "espanol": set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_espanol_temppage.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "display_homepage_spanish": set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/display_homepage_spanish.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer_spanish.html"); exit; break; case "print_this_card": $cs_row =get_row("max_ecardsent","*","cs_id='$cs_id'"); if($cs_row[cs_id] ==""){ require_once("category.php"); display_main_category_menu_only(); random_banner_hr(); random_banner_vt(); if($cs_id !="") set_global_var("error_msg","

    $show_pickup_card_html_Card_number_not_found
    "); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_pickup_card.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; } else{ foreach($cs_row as $key=>$val){ set_global_var($key,$val); } show_card_body($cs_row[cs_ec_id],"pickup","",$cs_row[cs_skin_name],$cs_row[cs_poem],$cs_row[cs_poem_align],$cs_row[cs_stamp_filename],$cs_row[cs_message]); $print_card_body = get_global_var(print_card_body); print<< eCardMAX Greetings - Send Free eCards. _ $print_card_body
    na sucks

    na sucks

    copy hairless boy nude

    hairless boy nude

    gone dominant woman personals

    dominant woman personals

    duck nudist video outdoor sex

    nudist video outdoor sex

    plant nude beauty contest free

    nude beauty contest free

    class british virgan is

    british virgan is

    sent international easy european escort

    international easy european escort

    dead xxx maure pics

    xxx maure pics

    wild all womans gay chior

    all womans gay chior

    yellow dating dallas fortworth

    dating dallas fortworth

    form imagenes de romance

    imagenes de romance

    art sexy passionate love stories

    sexy passionate love stories

    sentence philadelphia breast augmentation pic

    philadelphia breast augmentation pic

    father braziian girls sex

    braziian girls sex

    danger brandi love hardcore pictures

    brandi love hardcore pictures

    story backstreet boys love songs

    backstreet boys love songs

    single earhart lesbian

    earhart lesbian

    gone dylan anal torrent

    dylan anal torrent

    drive sex storiesx

    sex storiesx

    search wwe diva ahley naked

    wwe diva ahley naked

    weight over knee hand spanking

    over knee hand spanking

    locate lindsey lohan naked boobs

    lindsey lohan naked boobs

    region anal masterbateing vidoes

    anal masterbateing vidoes

    room naked goby

    naked goby

    experience mexican titty photos

    mexican titty photos

    except anal gabing

    anal gabing

    change man eating pussies

    man eating pussies

    glad raeven harris sex

    raeven harris sex

    better rubber strips 2

    rubber strips 2

    still neighbor showed tits

    neighbor showed tits

    sheet fuck birds

    fuck birds

    trouble michelle veith sex tape

    michelle veith sex tape

    hot asian blowjob mpg

    asian blowjob mpg

    heavy lesbian lapdancing images

    lesbian lapdancing images

    she gay dating websites

    gay dating websites

    occur super large tits

    super large tits

    captain vibrator action

    vibrator action

    thin puerto ricon pussy

    puerto ricon pussy

    bank naked tavion star wars

    naked tavion star wars

    moon i love tylers grlfriend

    i love tylers grlfriend

    slave drunk orgies

    drunk orgies

    when porn to induce labor

    porn to induce labor

    least slow male masturbation

    slow male masturbation

    boat nicole alexander dating nba

    nicole alexander dating nba

    tell hardcore sex rear entrie

    hardcore sex rear entrie

    don't thick booty xxx

    thick booty xxx

    control esquire beauty lakeland florida

    esquire beauty lakeland florida

    machine amateur upskirt shots

    amateur upskirt shots

    form erotic roleplay

    erotic roleplay

    property 32b tits porn

    32b tits porn

    port women in severe bondage

    women in severe bondage

    find hooters girl naked

    hooters girl naked

    board amature mature female videos

    amature mature female videos

    spread hairy naked grannies

    hairy naked grannies

    like cincinnati ohio adult escorts

    cincinnati ohio adult escorts

    product weiden germany webcam

    weiden germany webcam

    bring squirt mpeg archive

    squirt mpeg archive

    star 3sum bondage

    3sum bondage

    moment running a escort business

    running a escort business

    shop camel toe in the swing

    camel toe in the swing

    wood college sucks uncensored

    college sucks uncensored

    race british ebony girl

    british ebony girl

    unit eva angelina feet fetish

    eva angelina feet fetish

    came paki nude housewife

    paki nude housewife

    ride wichita amateur radio society

    wichita amateur radio society

    break athletic chick

    athletic chick

    suit fuck small pussy

    fuck small pussy

    select monounsaturated fatty acids

    monounsaturated fatty acids

    stood vibrating sex egg

    vibrating sex egg

    rest great teen seex

    great teen seex

    so teen vergians

    teen vergians

    spoke clow maine beauty geek

    clow maine beauty geek

    lift fijian sex pics

    fijian sex pics

    heart black teen gone wild

    black teen gone wild

    leg closeups of cunts

    closeups of cunts

    made 666 porn gallery

    666 porn gallery

    matter nj laws involving sex

    nj laws involving sex

    lost galaxy mpegs

    galaxy mpegs

    save nude maria swan video

    nude maria swan video

    sail jana love sacramento

    jana love sacramento

    law lactation breast feeding

    lactation breast feeding

    exact granite cabinet knobs

    granite cabinet knobs

    clean the pose foot fetish

    the pose foot fetish

    sheet erotic stories dog fetch

    erotic stories dog fetch

    mark pussy pieced tattooed

    pussy pieced tattooed

    hunt brazilian women dating

    brazilian women dating

    you locks for love information

    locks for love information

    noise sport readers wives

    sport readers wives

    milk celebrity sex scandal video

    celebrity sex scandal video

    indicate teens go wild ii

    teens go wild ii

    mark pissing milf

    pissing milf

    study vagina licking photos

    vagina licking photos

    duck sumi ladyboy

    sumi ladyboy

    shop mature makeupe

    mature makeupe

    plural milf teen lesbian movies

    milf teen lesbian movies

    suit briana banks blowjobs

    briana banks blowjobs

    minute midland ontario sex store

    midland ontario sex store

    instant photographs of facial expressions

    photographs of facial expressions

    picture naruto hentia xxx

    naruto hentia xxx

    mouth top 10 billboard singles

    top 10 billboard singles

    modern strapon tjej man

    strapon tjej man

    kind hot nude male celebraties

    hot nude male celebraties

    suggest moschino i love

    moschino i love

    so brand name condoms myspace

    brand name condoms myspace

    light rich cummings family services

    rich cummings family services

    joy nude midget females

    nude midget females

    save animated fuck

    animated fuck

    chief hot porns

    hot porns

    age venus fisting

    venus fisting

    ring ontario amature tournament

    ontario amature tournament

    though judgement breasts removed unnecessary

    judgement breasts removed unnecessary

    add daily spanking

    daily spanking

    same nude female masterbation

    nude female masterbation

    difficult ebony wig venue

    ebony wig venue

    hot vagina herpes

    vagina herpes

    all greta garbo topless

    greta garbo topless

    depend touch of romance

    touch of romance

    can gay outdoor videos

    gay outdoor videos

    exercise cruise ship topless

    cruise ship topless

    believe sensual massage detroit

    sensual massage detroit

    get flannery icon porn

    flannery icon porn

    river onlyteens movie tgp

    onlyteens movie tgp

    cotton breast implant charity

    breast implant charity

    sister sex in dance clubs

    sex in dance clubs

    name video of virgins cherry

    video of virgins cherry

    perhaps gay men pron

    gay men pron

    then bernie knight gay

    bernie knight gay

    speed naked brady quinn

    naked brady quinn

    need marcella beavers

    marcella beavers

    subject carpenter charisma nude

    carpenter charisma nude

    pretty antique brown jugs

    antique brown jugs

    steel emo free porn

    emo free porn

    fresh prime dating services

    prime dating services

    egg shemale cybersluts

    shemale cybersluts

    dad the bombshell coach

    the bombshell coach

    die lotty porn star

    lotty porn star

    music sex date network

    sex date network

    support naked whiz kamado

    naked whiz kamado

    space california teen work exceptions

    california teen work exceptions

    master bombshell style manual

    bombshell style manual

    sky giving dog erection

    giving dog erection

    spoke gay guys in cvg

    gay guys in cvg

    cover genesis in concert mpegs

    genesis in concert mpegs

    corner kim dawson lesbian scene

    kim dawson lesbian scene

    fall feet xxx mag

    feet xxx mag

    skin prison nudes

    prison nudes

    fun sex toy demonstration video

    sex toy demonstration video

    she naked galcier

    naked galcier

    lay wayward teen residential treatment

    wayward teen residential treatment

    when sex time before ejaculation

    sex time before ejaculation

    are edison chen sex scandle

    edison chen sex scandle

    high sex education vedios

    sex education vedios

    usual nothing nude

    nothing nude

    we male sexual intimacy

    male sexual intimacy

    music lauren sex kitten

    lauren sex kitten

    segment sounds like love minnesota

    sounds like love minnesota

    store pussy model shots

    pussy model shots

    occur cicada teen writers

    cicada teen writers

    tall tight anal teens

    tight anal teens

    out escorts moscow

    escorts moscow

    feet amateur reality teen sex

    amateur reality teen sex

    happy angela tits

    angela tits

    substance bitch fetish

    bitch fetish

    draw phonecam nude

    phonecam nude

    the gay stud videos

    gay stud videos

    mean prostate gland pleasure

    prostate gland pleasure

    had asia pride porn

    asia pride porn

    electric quote safe sex

    quote safe sex

    end lesbian counseling michigan

    lesbian counseling michigan

    best giesige gay

    giesige gay

    sell morbid beauties backgrounds

    morbid beauties backgrounds

    school picture galleries mature women

    picture galleries mature women

    yellow midget facial

    midget facial

    stream nude college guys webcam

    nude college guys webcam

    tall mother enjoys spanking son

    mother enjoys spanking son

    bought while sex videos

    while sex videos

    happen porn star for oklahoma

    porn star for oklahoma

    moment bdsm focus magazine

    bdsm focus magazine

    two wet baby pussy

    wet baby pussy

    father warez movie forum porn

    warez movie forum porn

    line recurring relationship patterns

    recurring relationship patterns

    pitch dubai sex trade

    dubai sex trade

    north erotic horse riding

    erotic horse riding

    milk public humiliation sex

    public humiliation sex

    hand proof masturbation acne

    proof masturbation acne

    heard teenage girl eats pussy

    teenage girl eats pussy

    bring us 9 11 01 pussy

    us 9 11 01 pussy

    number hentai tc

    hentai tc

    brown teen blondes nude

    teen blondes nude

    weather lisa lipps getting fucked

    lisa lipps getting fucked

    together nude elvis women

    nude elvis women

    still jenna haze threesome

    jenna haze threesome

    ago anal consumption

    anal consumption

    chick stephanie mcmahon boobs

    stephanie mcmahon boobs

    rose summer sinn sex

    summer sinn sex

    shoulder highschool cheerleader upskirt pics

    highschool cheerleader upskirt pics

    company teenie bopper sluts

    teenie bopper sluts

    region nudism nudist pictures young

    nudism nudist pictures young

    station childeren nudist

    childeren nudist

    walk broadway shows legally blonde

    broadway shows legally blonde

    valley xtube gay videos

    xtube gay videos

    speech porn with 2 guys

    porn with 2 guys

    we rob zombie s halloween porn

    rob zombie s halloween porn

    subtract nude beaches photos teens

    nude beaches photos teens

    possible amateur sonnets

    amateur sonnets

    magnet teen lolota

    teen lolota

    think sperm banks in hawaii

    sperm banks in hawaii

    pull cock woship

    cock woship

    sell my first huge cock

    my first huge cock

    area escort bad client list

    escort bad client list

    put dick grove s school

    dick grove s school

    free buying clothes for transgender

    buying clothes for transgender

    test sex wikipedia

    sex wikipedia

    great samantha s large breasts

    samantha s large breasts

    melody sexy teen nonnude

    sexy teen nonnude

    lost auntjudys xxx

    auntjudys xxx

    material johnny mathis kiss christmas

    johnny mathis kiss christmas

    some sex with 620 men

    sex with 620 men

    tool men s enormous nipples

    men s enormous nipples

    room harassment policy process

    harassment policy process

    try linda harrison nude

    linda harrison nude

    forest religion dictates sexuality

    religion dictates sexuality

    north wives looking for ex

    wives looking for ex

    toward shaved my pussy

    shaved my pussy

    mile very long porn clips

    very long porn clips

    expect youn horny teens

    youn horny teens

    beauty william cumming rose said

    william cumming rose said

    capital cum cunt videos

    cum cunt videos

    unit uncut trannies

    uncut trannies

    wait daisy marie anal

    daisy marie anal

    question totally free webcams

    totally free webcams

    interest new zealand transexuals

    new zealand transexuals

    high catholic schoolgirl ass fuck

    catholic schoolgirl ass fuck

    tube slip on cushions swing

    slip on cushions swing

    chance slim vibrators

    slim vibrators

    continent erotic massage omaha

    erotic massage omaha

    egg gay bl boys

    gay bl boys

    modern spanking duty

    spanking duty

    sheet breast augmentation topeka

    breast augmentation topeka

    stay beaver meadows observatory

    beaver meadows observatory

    instrument dry hump porn

    dry hump porn

    want abby winters free tgp

    abby winters free tgp

    evening nude latinas tpg

    nude latinas tpg

    huge japanese dating sim

    japanese dating sim

    spread mary and dick turner

    mary and dick turner

    try young teen pussy clips

    young teen pussy clips

    got kenny g love greene

    kenny g love greene

    lift condom slippage

    condom slippage

    move nautica porn

    nautica porn

    total momma gets pussy sites

    momma gets pussy sites

    melody uw police sex offenders

    uw police sex offenders

    condition young teen nude male

    young teen nude male

    world secret rap sex

    secret rap sex

    fit with love lyrics hillary

    with love lyrics hillary

    side hernando fl nude spas

    hernando fl nude spas

    follow naked bike ride chicago

    naked bike ride chicago

    king youtube except with porn

    youtube except with porn

    page hbo sex toy

    hbo sex toy

    lone dick henry alamo texas

    dick henry alamo texas

    sleep kim rhodes naked

    kim rhodes naked

    learn up close creampie

    up close creampie

    million nude ladie models

    nude ladie models

    bar lisa robertson naked

    lisa robertson naked

    better hot blonde erupts

    hot blonde erupts

    him spycam in room

    spycam in room

    office wearing your sisters underwear

    wearing your sisters underwear

    you old mature anal

    old mature anal

    division anal itching zithromax

    anal itching zithromax

    language tg breast

    tg breast

    sharp big tits divas

    big tits divas

    try vaginally sex man wife

    vaginally sex man wife

    student teenage black pussy

    teenage black pussy

    rich bernard gay

    bernard gay

    has exhibitionist wife philadelphia

    exhibitionist wife philadelphia

    yes five love language questions

    five love language questions

    should bang olufsen dealer

    bang olufsen dealer

    degree matthew mcconaughey sleep nude

    matthew mcconaughey sleep nude

    favor rate sex pictures

    rate sex pictures

    soil little women s titties

    little women s titties

    people bobco handjobs

    bobco handjobs

    thus underwear sexy boys

    underwear sexy boys

    white cardashian topless

    cardashian topless

    stick jamaican fetish sex video

    jamaican fetish sex video

    village really yougn gay teen

    really yougn gay teen

    second teen caning vid

    teen caning vid

    ring gay black bodybuilders

    gay black bodybuilders

    column what is building hardcore

    what is building hardcore

    hand window iron whore window

    window iron whore window

    danger erotic festivals

    erotic festivals

    correct adult friendly dating chatroom

    adult friendly dating chatroom

    walk stockton beauty school

    stockton beauty school

    these football wives tv show

    football wives tv show

    we contotionist naked trailers

    contotionist naked trailers

    subject barely legal sex thumbs

    barely legal sex thumbs

    written transgender nipples

    transgender nipples

    decide punk rock blowjobs

    punk rock blowjobs

    enemy bottle and pussy

    bottle and pussy

    bank young naked bosoms

    young naked bosoms

    boy percent of teen reoffenders

    percent of teen reoffenders

    don't nick jonas nude

    nick jonas nude

    possible dildo bitches

    dildo bitches

    govern loves healthfood store

    loves healthfood store

    city american idol naughty pics

    american idol naughty pics

    raise apserger s dating site

    apserger s dating site

    fine sex in hershey pa

    sex in hershey pa

    foot sensual massage hawaii

    sensual massage hawaii

    help preventing ejaculation

    preventing ejaculation

    atom launch a kiss launcher

    launch a kiss launcher

    during rob zombie s halloween porn

    rob zombie s halloween porn

    laugh matt cedeno nude

    matt cedeno nude

    office nylon kids sweat plants

    nylon kids sweat plants

    music sexy sluts pornography

    sexy sluts pornography

    kill auburn university webcams

    auburn university webcams

    tool denver gay

    denver gay

    has my plaything torrent

    my plaything torrent

    real korean xxx

    korean xxx

    in european teens large breasts

    european teens large breasts

    neighbor 1980 sex magazines

    1980 sex magazines

    note blonde and asian lesbians

    blonde and asian lesbians

    practice nudist video outdoor sex

    nudist video outdoor sex

    class kira reed hardcore

    kira reed hardcore

    burn bdsm manual

    bdsm manual

    consider harlequin romance novel publishing

    harlequin romance novel publishing

    allow steve girl s underwear

    steve girl s underwear

    fish bisexual cumshot

    bisexual cumshot

    save globe vibrator

    globe vibrator

    govern channel teen model atk

    channel teen model atk

    table succsessful relationships

    succsessful relationships

    fraction bbw gifts

    bbw gifts

    sound blonde mouthfuls

    blonde mouthfuls

    has nude hawaii picture

    nude hawaii picture

    stand wife videos xxx

    wife videos xxx

    should blonde stephanie sex

    blonde stephanie sex

    develop shemale 69

    shemale 69

    come art nude lesbain

    art nude lesbain

    energy savage swing lyrics

    savage swing lyrics

    think sexuality of corn

    sexuality of corn

    weather gay pride butterflies

    gay pride butterflies

    ring tween girls naked videos

    tween girls naked videos

    study sex movie clips free

    sex movie clips free

    step odeo forced cock sucking

    odeo forced cock sucking

    to dick in tight pussy

    dick in tight pussy

    real lesbian sex dolls

    lesbian sex dolls

    property female squirting masturbation video

    female squirting masturbation video

    broad r ygold porn torrent

    r ygold porn torrent

    drink seeing my sister nude

    seeing my sister nude

    certain police areast naked strippers

    police areast naked strippers

    rule swedish anal

    swedish anal

    flower get milf

    get milf

    wing debate on sex education

    debate on sex education

    half i love you texting

    i love you texting

    like nude u k celebtities

    nude u k celebtities

    try petite teen thumbs xxx

    petite teen thumbs xxx

    his breast pain with breastfeeding

    breast pain with breastfeeding

    walk russian pt porn

    russian pt porn

    pass ethnic booty videos

    ethnic booty videos

    it plump cunt

    plump cunt

    settle nautica porn

    nautica porn

    yard exotic erotic ball 98

    exotic erotic ball 98

    crop texas christian counseling center

    texas christian counseling center

    think prices breast implants

    prices breast implants

    soil ass jobs dick

    ass jobs dick

    sand preacher gay

    preacher gay

    night wives who rule

    wives who rule

    valley porn a sor

    porn a sor

    walk porn dowmloads

    porn dowmloads

    are apopka milf

    apopka milf

    million line gangbangs

    line gangbangs

    dress teen bends over nude

    teen bends over nude

    here patricia heaton upskirt photots

    patricia heaton upskirt photots

    level teen stress sites

    teen stress sites

    grew search engine xxx sites

    search engine xxx sites

    difficult collecting antique door knobs

    collecting antique door knobs

    cloud vixens of love

    vixens of love

    grew euro sex parties monika

    euro sex parties monika

    fall ky single bbws

    ky single bbws

    exercise morocco escorted travel

    morocco escorted travel

    operate ritualist sucks

    ritualist sucks

    water sex oasis video

    sex oasis video

    describe girls and horse sex

    girls and horse sex

    guess lea walker nude pics

    lea walker nude pics

    step divorce and romantic relationship

    divorce and romantic relationship

    discuss erotic stories doctors exam

    erotic stories doctors exam

    four rubbre fetish wear

    rubbre fetish wear

    live dick doof

    dick doof

    before femdom trailer videos

    femdom trailer videos

    ball peeping women voyeur free

    peeping women voyeur free

    period vanessa hudosn nude pics

    vanessa hudosn nude pics

    join ino pussy

    ino pussy

    age irish teens n aked

    irish teens n aked

    engine bible christian counseling

    bible christian counseling

    ran japanese porn teen movies

    japanese porn teen movies

    division erotic first lesbain experience

    erotic first lesbain experience

    king gangbang cumshot blowjob

    gangbang cumshot blowjob

    north escorts statesboro ga

    escorts statesboro ga

    form lesbian myspace images

    lesbian myspace images

    fat michael trevino naked

    michael trevino naked

    middle non nude redheads

    non nude redheads

    this pantyhose and sex

    pantyhose and sex

    opposite cracked hardcore sex japan

    cracked hardcore sex japan

    such antique door knob hardware

    antique door knob hardware

    past virgin megastore usa

    virgin megastore usa

    fit anna nova mpg

    anna nova mpg

    vowel porn hockey team

    porn hockey team

    stead chat rooms for tweens

    chat rooms for tweens

    notice niger fucked my wife

    niger fucked my wife

    busy passions edmonton spa

    passions edmonton spa

    complete fatty liver be repaired

    fatty liver be repaired

    held bobby morley gay

    bobby morley gay

    appear pornstar rose pix video

    pornstar rose pix video

    past gay yiffy sex clips

    gay yiffy sex clips

    suffix biloxi nude

    biloxi nude

    hair whitney houston sweet love

    whitney houston sweet love

    post barely legal sex pics

    barely legal sex pics

    wife naughty young teen pussy

    naughty young teen pussy

    month hannah coffin cowgirl

    hannah coffin cowgirl

    experience making women orgasm

    making women orgasm

    for nude giantess

    nude giantess

    form
    HTML_CODE; exit; } break; case "makecard_step_grabber": $ec_id=get_dbvalue("max_ecard","ec_id","ec_filename='$pic_id'"); header("Location: index.php?step=makecard_step1&ec_id=$ec_id&lang=$lang"); exit; break; case "gotourl": $row_banner=get_row("max_banner","*","banner_id='$banner_id'"); //Update banner_time_is_click $banner_time_is_click =$row_banner[banner_time_is_click]; $banner_time_is_click++; update_field_in_db("max_banner","banner_time_is_click",$banner_time_is_click,"banner_id='$banner_id' LIMIT 1"); header("Location: $row_banner[banner_url]"); exit; break; case "login": $cs_message =stripslashes($cs_message); set_global_var("cs_message",$cs_message); show_login(); exit; break; case "play_games": if ($cf_game_for_member == "0" || $user != ""){ //Get Games Title inside folder games: $list_games = get_list_dir("$ecard_root/resource/games"); foreach ($list_games as $game_title){ if ($game_title !=""){ $game_thumb =""; $game_info = get_file_content("$ecard_root/resource/games/$game_title/game_info.html"); $game_info =str_replace("%game_title%",$game_title,$game_info); $display_games_icon_and_info .="
    $game_thumb$game_info

    \n"; } } random_banner_hr(); random_banner_vt(); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_games.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; } elseif ($game_for_member_only != "no" && $user == ""){ header("Location: members.php?step=login&lang=$lang&next_step=play_games"); exit; } break; case "search_ecards2": if(trim(strip_tags(get_global_var(keyword))) ==""){ set_global_var("error_msg","

    $search_ecards_error_msg_Enter_Keyword"); search_ecards(); exit; } if($find_exact=="1"){ $cond= " ec_caption ='$keyword' or ec_keyword='$keyword' or ec_detail='$keyword' "; } else{ $cond= " ec_caption like '%$keyword%' or ec_keyword like '%$keyword%' or ec_detail like '%$keyword%' "; } $orderwhat ="ORDER BY ec_rate DESC, ec_time_used DESC, ec_time DESC"; $array_image = get_dblistvalue("max_ecard","ec_id","ec_active='1' and ec_user_name_id='' and $cond $orderwhat"); require ("show_popular_rate_new_cards.php"); random_banner_hr(); random_banner_vt(); set_global_var("navigator_link","$txt_home » $show_search_ecards_html_title » $show_search_ecards_html_Keyword $keyword"); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/display_thumbnail.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "search_ecards": search_ecards(); exit; break; case "history": //Exit if not login if($user==""){ header("Location: members.php?step=login&next_step=history&lang=$lang"); exit; } if($what=="delete"){ delete_row("max_ecardsent","cs_id='$cs_id' and cs_user_name_id='$user' LIMIT 1"); $history_delete_ecard_alert=str_replace("%show_id%","$cs_id",$history_delete_ecard_alert); set_global_var("print_javascript_alert","_"); } //Find scheduled card $row_per_page = $cf_bk_rm_show_item_per_page; $list = get_dblistvalue("max_ecardsent","cs_id","cs_sent='0' and cs_user_name_id ='$user' Order by cs_date_send ASC"); $count_list = count($list); set_global_var("count_scheduled",$count_list); if ($count_list > 0){ if ($pageSCH < 1 || $pageSCH=="") $pageSCH =1; $start = ($pageSCH-1)* 1 * $row_per_page; $end = $start + 1 * $row_per_page; if ($end > $count_list) $end = $count_list; for ($z=$start; $z<$end; $z++) { $val = $list[$z] ; $get_row=get_row("max_ecardsent","*","cs_id='$val'"); $ec_row =get_row("max_ecard","ec_thumbnail,ec_cat_dir","ec_id='$get_row[cs_ec_id]'"); $getdate =date_format($get_row[cs_date_send],"2"); if($ec_row[ec_thumbnail] !=""){ $print_thumb =""; } else{ $print_thumb =""; } $print_scheduled_card .=<< $print_thumb
    $txt_card_history_CardID $val

    $get_row[cs_fname]
    ($get_row[cs_fmail])

    $getdate $show_card_history_html_txt_View $show_card_history_html_txt_Delete HTML_CODE; } set_global_var("print_scheduled_card",$print_scheduled_card); } //--------------------------------------------------------------------------------------- //Print page number for scheduled card if ($pageSCH < 1 || $pageSCH=="") $pageSCH = 1; if ($list ==""){ $display_page_number = ""; } else{ $display_page_number =""; $count_list = count($list); if ($count_list > ($row_per_page)){ $c = $count_list / $row_per_page; if (gettype($c) =="integer"){ $b = $c; } else{ $b = intval(($count_list / $row_per_page) + 1); } #$b = intval(($count_list / $row_per_page) + 1); $display_page_number .="\n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .="

    {A}

    {NUMBER}

    {B}


    \n"; $count_number =get_count_number_book($pageSCH,$b,"history","pageSCH"); $display_page_number = str_replace("{NUMBER}", $count_number, $display_page_number); if ($pageSCH > 1) { $page_pr = $pageSCH - 1 ; $dpn =""; $display_page_number = str_replace("{A}", $dpn, $display_page_number); } else{ $display_page_number = str_replace("{A}", "", $display_page_number); } $y=get_global_var("d_num"); if ($pageSCH < $y) { $page_ne = $pageSCH + 1 ; $display_page_number = str_replace("{B}", "", $display_page_number); } else{ $display_page_number = str_replace("{B}", "", $display_page_number); } } } set_global_var("print_page_number_scheduled_card",$display_page_number); //------------------------------------------------------------------------------------- //Find card already sent out $list = get_dblistvalue("max_ecardsent","cs_id","cs_sent='1' and cs_user_name_id ='$user' Order by cs_date_send DESC"); $count_list = count($list); set_global_var("count_sent",$count_list); if ($count_list > 0){ if ($pageSENT < 1 || $pageSENT=="") $pageSENT =1; $start = ($pageSENT-1)* 1 * $row_per_page; $end = $start + 1 * $row_per_page; if ($end > $count_list) $end = $count_list; for ($z=$start; $z<$end; $z++) { $val = $list[$z] ; $get_row=get_row("max_ecardsent","*","cs_id='$val'"); $ec_row =get_row("max_ecard","ec_thumbnail,ec_cat_dir","ec_id='$get_row[cs_ec_id]'"); $getdate =date_format($get_row[cs_date_send],"2"); if($get_row[cs_pkdate] != 0){ $getdate_pk =date_format($get_row[cs_pkdate],"2"); } else{ $getdate_pk =$show_card_history_html_txt_Not_picked_up_yet; } if($ec_row[ec_thumbnail] !=""){ $print_thumb =""; } else{ $print_thumb =""; } $print_card_sent .=<< $print_thumb
    $txt_card_history_CardID $val

    $get_row[cs_fname]
    ($get_row[cs_fmail])

    $getdate $getdate_pk $show_card_history_html_txt_View $show_card_history_html_txt_Delete HTML_CODE; } } set_global_var("print_card_sent",$print_card_sent); //--------------------------------------------------------------------------------------- //Print page number for card sent if ($pageSENT < 1 || $pageSENT=="") $pageSENT = 1; if ($list ==""){ $display_page_number = ""; } else{ $display_page_number =""; $count_list = count($list); if ($count_list > ($row_per_page)){ $c = $count_list / $row_per_page; if (gettype($c) =="integer"){ $b = $c; } else{ $b = intval(($count_list / $row_per_page) + 1); } #$b = intval(($count_list / $row_per_page) + 1); $display_page_number .="\n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .=" \n"; $display_page_number .="

    {A}

    {NUMBER}

    {B}


    \n"; $count_number =get_count_number_book($pageSENT,$b,"history","pageSENT"); $display_page_number = str_replace("{NUMBER}", $count_number, $display_page_number); if ($pageSENT > 1) { $page_pr = $pageSENT - 1 ; $dpn =""; $display_page_number = str_replace("{A}", $dpn, $display_page_number); } else{ $display_page_number = str_replace("{A}", "", $display_page_number); } $y=get_global_var("d_num"); if ($pageSENT < $y) { $page_ne = $pageSENT + 1 ; $display_page_number = str_replace("{B}", "", $display_page_number); } else{ $display_page_number = str_replace("{B}", "", $display_page_number); } } } set_global_var("print_page_number_card_sent",$display_page_number); //------------------------------------------------------------------------------------- set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_card_history.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "send_alert": //Check Friend Name + Email #1 if blank if(trim(strip_tags(get_global_var(prepare_list))) =="") $error_msg .=get_global_var(send_list_email_error_msg_missing_first_recipient) . "
    \n"; $array =explode("\n",$prepare_list); foreach($array as $val){ if($val !=""){ $info=split("\|",$val); $get_fname = $info[0]; $get_femail = $info[1]; $get_femail=trim($get_femail); $err=get_global_var(send_list_email_error_msg_invalid_email); $err=str_replace("%show_email%",$get_femail,$err); if(!valid_email($get_femail) && $get_femail !=""){ $error_msg .=$err . "
    \n"; } //Error message if email is inside black list $chk_bl = get_dbvalue("max_black_list","black_email","black_email='$get_femail' and black_active='1'"); if($chk_bl !=""){ $send_card_error_msg_BlackList_Email=str_replace("%show_email%",$get_femail,$send_card_error_msg_BlackList_Email); $error_msg .=$send_card_error_msg_BlackList_Email . "
    \n"; } } } //Check message if missing %SHOW_LINK% $message=stripslashes($message); set_global_var("message",$message); //missing tag %SHOW_LINK% if((strpos($message,"%SHOW_LINK%")===false)) $error_msg .=get_global_var(birthday_alert_error_msg_Missing_ShowLink_tag) . "
    \n"; if ($error_msg !=""){ nospecialtags(); set_global_var("error_msg","

    $error_msg"); birthday_alert($row); exit; } //Save friend email to address book if it is not existing foreach($array as $val){ if($val !=""){ $info=split("\|",$val); $get_fname = $info[0]; $get_femail = $info[1]; $get_femail=trim($get_femail); if(valid_email($get_femail)){ //Auto insert Recipient Name + Email to address book if($user !=""){ //Check if email already there $chk_femail =get_dbvalue("max_addressbook","book_email","book_email='$get_femail' and book_user_name_id='$user'"); if($chk_femail == ""){ $get_fname_info = split(" ",$get_fname); $book_fname =$get_fname_info[0]; $book_lname =str_replace("$book_fname ","",$get_fname); insert_data_to_db("max_addressbook","(book_fname,book_lname,book_email,book_user_name_id)","('$book_fname','$book_lname','$get_femail','$user')"); } } //Send email here $list_sent_ok .="$get_femail :: $get_fname
    "; //send_email($from_name,$from_email,$to,$email_subject,$email_msg) if($cf_sendmail_format=="text"){ $message=str_replace("%SHOW_LINK%","$ecard_url/members.php?step=dob&user_name_id=$user&book_email=$get_femail",$message); } else{ $message=str_replace("%SHOW_LINK%","$ecard_url/index.php?step=dob&ec_user_name_id=$user&book_email=$get_femail",$message); } $show_birthday_alert_html_Email_Message_email_subject=str_replace("%show_name%","$row[user_name] $row[user_last_name]",$show_birthday_alert_html_Email_Message_email_subject); send_email($row[user_name],$row[user_email],$get_femail,$show_birthday_alert_html_Email_Message_email_subject,$message); } } } //Thank you page require_once("category.php"); display_main_category_menu_only(); random_banner_hr(); random_banner_vt(); set_global_var("list_sent_ok",stripslashes($list_sent_ok)); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_birthday_alert_thankyou.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); break; case "birthday_alert": if($user==""){ header("Location: members.php?step=login&next_step=birthday_alert&lang=$lang"); exit; } else{ birthday_alert($row); exit; } break; case "listbook": //Get addressbook if($user!=""){ $list = get_dblistvalue("max_addressbook","book_id","book_user_name_id='$user' $ORDER_BY"); $data=""; foreach($list as $val){ $book_row=get_row("max_addressbook","book_fname,book_lname,book_email","book_id='$val' and book_user_name_id='$user'"); $book_row[book_fname]=str_replace("|","/",$book_row[book_fname]); $book_row[book_lname]=str_replace("|","/",$book_row[book_lname]); $tmp =""; $data .="$tmp $book_row[book_fname] $book_row[book_lname]
    $book_row[book_email]
    \n"; } set_global_var("print_listbook","
    " . $data); print get_html_from_layout("templates/$cf_set_template/show_listbook_personalize.html"); exit; } break; case "redirect": if($what==1){ //send ecard setcookie("get_cs_fname",strip_tags(stripslashes($cs_fname))); setcookie("get_cs_fmail",$cs_fmail); header("Location: index.php?lang=$lang"); exit; } elseif($what==2){ //send same card to someone - go to makecard_step1. setcookie("get_cs_fname",strip_tags(stripslashes($cs_fname))); setcookie("get_cs_fmail",$cs_fmail); header("Location: index.php?lang=$lang&step=makecard_step1&ec_id=$cs_ec_id&skin_id=$cs_skin_name"); exit; } elseif($what==3){ //Reply setcookie("get_cs_fname",strip_tags(stripslashes($cs_fname))); setcookie("get_cs_fmail",$cs_fmail); setcookie("get_cs_from_name",strip_tags(stripslashes($cs_from_name))); setcookie("get_cs_from_email",$cs_from_email); header("Location: index.php?lang=$lang"); exit; } break; case "pickup": $cs_row =get_row("max_ecardsent","*","cs_id='$cs_id'"); if($cs_row[cs_id] ==""){ require_once("category.php"); display_main_category_menu_only(); random_banner_hr(); random_banner_vt(); if($cs_id !="") set_global_var("error_msg","

    $show_pickup_card_html_Card_number_not_found
    "); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/show_pickup_card.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; } else{ //Print card random_banner_hr(); foreach($cs_row as $key=>$val){ set_global_var($key,$val); } show_card_body($cs_row[cs_ec_id],"pickup",$cs_row[cs_java],$cs_row[cs_skin_name],$cs_row[cs_poem],$cs_row[cs_poem_align],$cs_row[cs_stamp_filename],$cs_row[cs_message]); if($cs_row[cs_music_filename] !="") set_global_var("print_player",print_music_player("$ecard_url/resource/music/$cs_row[cs_music_filename]")); if($action !="viewcopy"){ //Send email notify user has viewed card - by cheking cs_notify = 1 //send_email($from_name,$from_email,$to,$email_subject,$email_msg) if($cs_row[cs_notify] == 1){ $email_subject =str_replace("%show_name%",$cs_row[cs_fname],$send_notify_user_has_viewed_card_email_subject); $email_msg =str_replace("%show_name%",$cs_row[cs_from_name],$send_notify_user_has_viewed_card); $email_msg =str_replace("%show_fname%",$cs_row[cs_fname],$email_msg); $email_msg =str_replace("%show_id%",$cs_row[cs_id],$email_msg); send_email($cf_site_title,$cf_webmaster_email,$cs_row[cs_from_email],$email_subject,$email_msg); //Then Update cs_notify = 0 update_field_in_db("max_ecardsent","cs_notify","0","cs_id='$cs_id' LIMIT 1"); //Update field cs_sent = 1 (0:user has not viewed card - 1:has picked up) update_field_in_db("max_ecardsent","cs_sent","1","cs_id='$cs_id' LIMIT 1"); //Update field cs_pkdate = $time_stamp_now (pick up date) update_field_in_db("max_ecardsent","cs_pkdate",$time_stamp_now,"cs_id='$cs_id' LIMIT 1"); } } else{ set_global_var("user_view_card_html_Send_Card",""); set_global_var("user_view_card_html_Send_to_someone",""); set_global_var("user_view_card_html_reply",""); } set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/user_view_card.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); } break; case "listen_music": random_banner_hr(); $print_song_name =get_dbvalue("max_music","music_name_display","music_filename='$music_filename'"); set_global_var("print_song_name",$print_song_name); set_global_var("print_player",print_music_player("$ecard_url/resource/music/$music_filename")); print get_html_from_layout("templates/$cf_set_template/show_listen_music.html"); exit; break; case "logout": setcookie("user",""); set_global_var("user",""); set_global_var("hello_user",""); set_global_var("logout_button",""); set_global_var("chk_admin_user",""); setcookie("chk_admin_user",""); setcookie("say_hello_user",""); setcookie("set_remember_me",""); set_global_var("login_button",""); set_global_var("joinnow_button",""); header("Location: index.php?lang=$lang"); exit; break; case "sendcard": //Prevent Spammer $user_ip = get_global_var(remote_addr); $max_email_out_per_hour = get_global_var(cf_max_email_out_per_hour); $max_email_out_per_day = get_global_var(cf_max_email_out_per_day); $spam_message_hour = get_global_var(spam_message_hour); $spam_message_day = get_global_var(spam_message_day); $time_onehour_ago = $time_stamp_now - 3600 ; $time_oneday_ago = $time_stamp_now - 86400 ; if ($user == ""){ $spam_getcount_hour = get_dblistvalue("max_ecardsent","cs_id","cs_date_create > $time_onehour_ago and cs_sender_ip='$user_ip'"); $spam_getcount_day = get_dblistvalue("max_ecardsent","cs_id","cs_date_create > $time_oneday_ago and cs_sender_ip='$user_ip'"); } else{ $spam_getcount_hour = get_dblistvalue("max_ecardsent","cs_id","cs_date_create > $time_onehour_ago and cs_user_name_id='$user'"); $spam_getcount_day = get_dblistvalue("max_ecardsent","cs_id","cs_date_create > $time_oneday_ago and cs_user_name_id='$user'"); } $number_email_sent_hour = count($spam_getcount_hour); $number_email_sent_day = count($spam_getcount_day); if ($number_email_sent_hour > $max_email_out_per_hour){ $spam_message_hour =str_replace("%show_number%",$max_email_out_per_hour,$spam_message_hour); $spam_message_hour =str_replace("%show_numcard%",$number_email_sent_hour,$spam_message_hour); $error_msg .=$spam_message_hour . "
    \n"; } if ($max_email_out_per_day !=0 && $number_email_sent_day > $max_email_out_per_day){ $spam_message_day =str_replace("%show_number%",$max_email_out_per_day,$spam_message_day); $spam_message_day =str_replace("%show_numcard%",$number_email_sent_day,$spam_message_day); $error_msg .=$spam_message_day . "
    \n"; } //Check Friend Name + Email #1 if blank if(trim(strip_tags(get_global_var(prepare_list))) =="") $error_msg .=get_global_var(send_list_email_error_msg_missing_first_recipient) . "
    \n"; $array =explode("\n",$prepare_list); foreach($array as $val){ if($val !=""){ $info=split("\|",$val); $get_fname = $info[0]; $get_femail = $info[1]; $get_femail=trim($get_femail); $err=get_global_var(send_list_email_error_msg_invalid_email); $err=str_replace("%show_email%",$get_femail,$err); if(!valid_email($get_femail) && $get_femail !=""){ $error_msg .=$err . "
    \n"; } //Error message if email is inside black list $chk_bl = get_dbvalue("max_black_list","black_email","black_email='$get_femail' and black_active='1'"); if($chk_bl !=""){ $send_card_error_msg_BlackList_Email=str_replace("%show_email%",$get_femail,$send_card_error_msg_BlackList_Email); $error_msg .=$send_card_error_msg_BlackList_Email . "
    \n"; } } } //Check From Name + Email if blank if(trim(strip_tags(get_global_var(cs_from_name))) =="") $error_msg .=get_global_var(tellfriend_error_message_YourName_Blank) . "
    \n"; if(trim(strip_tags(get_global_var(cs_from_email))) =="") $error_msg .=get_global_var(tellfriend_error_message_YourEmail_Blank) . "
    \n"; if(trim(strip_tags(get_global_var(cs_from_email))) !="" && !valid_email(get_global_var(cs_from_email))) $error_msg .=get_global_var(feedback_error_message_Email_Invalid) . "
    \n"; //Check if date is in the past if($sendnow !="0"){ $time_input = mktime(0,0,0,$cs_send_month,$cs_send_mday,$cs_send_year); $cs_date_delete = $time_input + ($cf_card_expire_day * 86400); $mkzone = GMT_Time($time_input, (-1)) + 3600 * $time_zone; $mkzone_delete = GMT_Time($cs_date_delete, (-1)) + 3600 * $time_zone; if($cs_send_month != $today_mon || $cs_send_mday != $today_mday || $cs_send_year != $today_year){ if($time_input < get_global_var(time_stamp_now)) $error_msg .=get_global_var(send_card_error_msg_Time_Error) . "
    \n"; } } else{ $mkzone = $time_stamp_now_admin; $mkzone_delete = $time_stamp_now_admin + (86400 * $cf_card_expire_day); } if ($error_msg !=""){ set_global_var("error_msg","

    $error_msg"); makecard_step2($row); exit; } //Save sender email to max_mail_list (Non member only) if($user_receive_newsletter == "1" ){ $chk_email =get_dbvalue("max_mail_list","list_id","list_email='$cs_from_email' and list_mgroup_id ='-1'"); if($chk_email =="") insert_data_to_db("max_mail_list","(list_mgroup_id,list_email)","('-1','$cs_from_email')"); } if($user_receive_offer == "1" ){ $chk_email =get_dbvalue("max_mail_list","list_id","list_email='$cs_from_email' and list_mgroup_id ='-2'"); if($chk_email =="") insert_data_to_db("max_mail_list","(list_mgroup_id,list_email)","('-2','$cs_from_email')"); } //Create & insert card id to table max_ecardsent & Send mail now or later set_global_var("cs_date_send",$mkzone); set_global_var("cs_date_delete",$mkzone_delete); if ($user != "") set_global_var("cs_lang",$row[user_lang]); set_global_var("cs_user_name_id",$user); set_global_var("cs_sender_ip",$http_vars[remote_addr]); set_global_var("cs_date_create",$time_stamp_now); set_global_var("cs_date_create_server_time",$time_stamp_now_admin); $chk_num_card=0; foreach($array as $val){ if($val !=""){ $info=split("\|",$val); $get_fname = $info[0]; $get_femail = $info[1]; $get_femail=trim($get_femail); if(valid_email($get_femail) && $get_femail !=""){ $chk_num_card++; $list_sent_ok .="$get_femail :: $get_fname
    "; //Create card $cs_id = substr(md5(uniqid(rand(),1)), 0, 15); set_global_var("cs_id",$cs_id); set_global_var("cs_fmail",$get_femail); set_global_var("cs_fname",$get_fname); //Auto insert Recipient Name + Email to address book if($user !="" && $save_email== 1){ //Check if email already there $chk_femail =get_dbvalue("max_addressbook","book_email","book_email='$get_femail' and book_user_name_id='$user'"); if($chk_femail == ""){ $get_fname_info = split(" ",$get_fname); $book_fname =$get_fname_info[0]; $book_lname =$get_fname_info[1]; insert_data_to_db("max_addressbook","(book_fname,book_lname,book_email,book_user_name_id)","('$book_fname','$book_lname','$get_femail','$user')"); } } //Send card if user pick today date if($sendnow== "0" || $cs_send_month==$today_mon && $cs_send_mday==$today_mday && $cs_send_year==$today_year){ set_global_var("cs_sent","1"); $http_vars=get_global_var(http_vars); insert_data_to_db_submit($http_vars,"cs_","max_ecardsent"); //send_email($from_name,$from_email,$to,$email_subject,$email_msg) $send_notify_pickup_email_message =str_replace("%show_friend_name%",$get_fname,$send_notify_pickup_email_message); $send_notify_pickup_email_message =str_replace("%show_from_name%",$cs_from_name,$send_notify_pickup_email_message); $send_notify_pickup_email_message =str_replace("%show_id%",$cs_id,$send_notify_pickup_email_message); $send_notify_pickup_email_subject =str_replace("%show_name%",$cs_from_name,$send_notify_pickup_email_subject); if($cf_show_from_email ==0){//Show sender's name and Sender's email in eMail From field send_email(stripslashes($cs_from_name),$cs_from_email,$get_femail,$send_notify_pickup_email_subject,$send_notify_pickup_email_message); } else{ send_email(stripslashes($cf_site_title),$cf_site_from_email,$get_femail,$send_notify_pickup_email_subject,$send_notify_pickup_email_message); } } else{ set_global_var("cs_sent","0"); $http_vars=get_global_var(http_vars); insert_data_to_db_submit($http_vars,"cs_","max_ecardsent"); $chk=1; } } } } //Update max_ecard - ec_time_used $row_ecard =get_row("max_ecard","*","ec_id='$ec_id'"); $get_oldvalue = $row_ecard[ec_time_used]; $get_oldvalue = $get_oldvalue + $chk_num_card; update_field_in_db("max_ecard","ec_time_used",$get_oldvalue,"ec_id='$ec_id' LIMIT 1"); //Update Grabber ec_time so cron job can auto delete if($row_ecard[ec_user_name_id] =="?") update_field_in_db("max_ecard","ec_time",$mkzone_delete,"ec_id='$ec_id' LIMIT 1"); //Update table max_ecuser - user_total_card_sent if($user != ""){ $get_oldvalue =get_dbvalue("max_ecuser","user_total_cardsent","user_name_id='$user'"); $get_oldvalue = $get_oldvalue + $chk_num_card; update_field_in_db("max_ecuser","user_total_cardsent",$get_oldvalue,"user_name_id='$user' LIMIT 1"); } //Update total cards have been created $get_oldvalue =get_dbvalue("max_config","config_value","config_name='cf_total_cardsent'"); $get_oldvalue = $get_oldvalue + $chk_num_card; update_field_in_db("max_config","config_value",$get_oldvalue,"config_name='cf_total_cardsent' LIMIT 1"); //Go to thank you page set_global_var("list_sent_ok",stripslashes($list_sent_ok)); if($cs_notify != 1) $txt_card_send_ifnotify=""; if($chk != 1){ $sendcard_Thankyou_Message =str_replace("%show_name%",stripslashes($cs_from_name),$sendcard_Thankyou_Message_now); } else{ $sendcard_Thankyou_Message =str_replace("%show_name%",stripslashes($cs_from_name),$sendcard_Thankyou_Message_later); $sendcard_Thankyou_Message =str_replace("%show_date%",date_format($time_input,"1"),$sendcard_Thankyou_Message); } set_global_var("show_sendcard_complete",get_html_from_layout("templates/$cf_set_template/show_sendcard_thankyou.html")); show_homepage(); exit; break; case "show_remember_me": print get_html_from_layout("templates/$cf_set_template/remember_me_learn_more.html"); exit; break; case "favorite": if($user !=""){ if($what=="remove"){ delete_row("max_favorite","fv_user_name_id='$user' and fv_ec_id='$fv_ec_id' LIMIT 1"); } $array_image = get_dblistvalue("max_favorite","fv_ec_id","fv_user_name_id='$user'"); $where="favorite"; require ("show_popular_rate_new_cards.php"); random_banner_hr(); random_banner_vt(); set_global_var("navigator_link","$txt_home » $txt_mtool_myfavorite"); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/display_thumbnail.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; } else{ header("Location: members.php?step=login&next_step=favorite&lang=$lang"); exit; } break; case "popular": $orderwhat ="ORDER BY ec_time_used DESC, ec_rate DESC, ec_time DESC LIMIT 0,$cf_numcards_at_popular"; $array_image = get_dblistvalue("max_ecard","ec_id","ec_active='1' and ec_user_name_id='' $orderwhat"); require ("show_popular_rate_new_cards.php"); random_banner_hr(); random_banner_vt(); set_global_var("navigator_link","$txt_home » $txt_popular"); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/display_thumbnail.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "top_rate": $orderwhat ="ORDER BY ec_rate DESC, ec_time_used DESC, ec_time DESC LIMIT 0,$cf_numcards_at_popular"; $array_image = get_dblistvalue("max_ecard","ec_id","ec_active='1' and ec_user_name_id='' $orderwhat"); require ("show_popular_rate_new_cards.php"); random_banner_hr(); random_banner_vt(); set_global_var("navigator_link","$txt_home » $txt_top_rate"); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/display_thumbnail.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "new_ecards": $orderwhat ="ORDER BY ec_time DESC, ec_rate DESC, ec_time_used DESC LIMIT 0,$cf_numcards_at_popular"; $array_image = get_dblistvalue("max_ecard","ec_id","ec_active='1' and ec_user_name_id='' $orderwhat"); require ("show_popular_rate_new_cards.php"); random_banner_hr(); random_banner_vt(); set_global_var("navigator_link","$txt_home » $txt_newecards"); set_global_var("print_object",get_html_from_layout("templates/$cf_set_template/display_thumbnail.html")); print get_html_from_layout("templates/$cf_set_template/header_and_footer.html"); exit; break; case "search_ecards": print $step; break; case "tell_friends2": //Check Friend Name + Email #1 if blank if(trim(strip_tags(get_global_var(prepare_list))) =="") $error_msg .=get_global_var(send_list_email_error_msg_missing_first_recipient) . "
    \n"; $array =explode("\n",$prepare_list); foreach($array as $val){ if($val !=""){ $info=split("\|",$val); $get_fname = $info[0]; $get_femail = $info[1]; $get_femail=trim($get_femail); $err=get_global_var(send_list_email_error_msg_invalid_email); $err=str_replace("%show_email%",$get_femail,$err); if(!valid_email($get_femail) && $get_femail !=""){ $error_msg .=$err . "
    \n"; } //Error message if email is inside black list $chk_bl = get_dbvalue("max_black_list","black_email","black_email='$get_femail' and black_active='1'"); if($chk_bl !=""){ $send_card_error_msg_BlackList_Email=str_replace("%show_email%",$get_femail,$send_card_error_msg_BlackList_Email); $error_msg .=$send_card_error_msg_BlackList_Email . "
    \n"; } } } //Check From Name + Email if blank if(trim(strip_tags(get_global_var(from_name))) =="") $error_msg .=get_global_var(tellfriend_error_message_YourName_Blank) . "
    \n"; if(trim(strip_tags(get_global_var(from_email))) =="") $error_msg .=get_global_var(tellfriend_error_message_YourEmail_Blank) . "
    \n"; if(trim(strip_tags(get_global_var(from_email))) !="" && !valid_email(get_global_var(from_email))) $error_msg .=get_global_var(feedback_error_message_Email_Invalid) . "
    \n"; if ($error_msg !=""){ nospecialtags(); set_global_var("error_msg","

    $error_msg"); tell_friends(); exit; } //Send email //send_email($from_name,$from_email,$to,$email_subject,$email_msg) foreach($array as $val){ if($val !=""){ $info=split("\|",$val); $get_fname = $info[0]; $get_femail = $info[1]; $get_femail=trim($get_femail); $msg = get_global_var(tellfriend_email_message); $msg =str_replace("%show_name%",$from_name,$msg); $msg =str_replace("%show_email%",$from_email,$msg); $msg =str_replace("%show_message%",$message,$msg); $subject=get_global_var(tellfriend_email_subject); $subject =str_replace("%show_name%",$get_fname,$subject); if(valid_email($get_femail)){ send_email($from_name,$from_email,$get_femail,$subject,$msg); $list_sent_ok .="$get_femail :: $get_fname
    "; }