"); 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
    mexican wives

    mexican wives

    skill sm nudist

    sm nudist

    afraid innocent death row

    innocent death row

    problem jennifer sciole naked

    jennifer sciole naked

    trip mature posts blow

    mature posts blow

    chair jay star pornstar

    jay star pornstar

    are femal orgasm aid

    femal orgasm aid

    am gay naked teens

    gay naked teens

    foot short stack sex clip

    short stack sex clip

    care shemale tgf

    shemale tgf

    kept ass bleeding porn

    ass bleeding porn

    strong sex atitudes

    sex atitudes

    duck girl fuck in ass

    girl fuck in ass

    branch poetry chatrooms

    poetry chatrooms

    remember ghanaian teen porn

    ghanaian teen porn

    clock amateur panties free

    amateur panties free

    skin amazon amanda tgp

    amazon amanda tgp

    need taylor hicks concert sucked

    taylor hicks concert sucked

    length singles night london

    singles night london

    son oboy underwear models

    oboy underwear models

    poor perry della relationship

    perry della relationship

    log dominant male porn galleries

    dominant male porn galleries

    shoulder hot hawaian xxx

    hot hawaian xxx

    range norwegian sex chat

    norwegian sex chat

    of mistress xena chicago

    mistress xena chicago

    don't teen girl hairstyles 2007

    teen girl hairstyles 2007

    interest srilanka escort

    srilanka escort

    mount nerdy topless chicks

    nerdy topless chicks

    more wiaconsin gfe escort

    wiaconsin gfe escort

    carry naked bike ride chicago

    naked bike ride chicago

    branch radar love golden earing

    radar love golden earing

    receive peurto rico escort

    peurto rico escort

    which butts county dui attorney

    butts county dui attorney

    fire nude take 5 pics

    nude take 5 pics

    ball boobs for queens

    boobs for queens

    machine rubber fetish masks

    rubber fetish masks

    sister my daddys friend sex

    my daddys friend sex

    corn trailer of twinks

    trailer of twinks

    over pictures of boobys

    pictures of boobys

    magnet yvonne gianina xxx

    yvonne gianina xxx

    south chinese gays

    chinese gays

    shine party fuck fest

    party fuck fest

    huge lesbian foot videos

    lesbian foot videos

    fact coed for cash

    coed for cash

    finger middle eastern teen porn

    middle eastern teen porn

    dad ihr facial tissue

    ihr facial tissue

    charge xxx password search engines

    xxx password search engines

    after amateur adrian

    amateur adrian

    segment karupsha hometown amateurs

    karupsha hometown amateurs

    last shemale in skirt

    shemale in skirt

    subject young teenie tiny tits

    young teenie tiny tits

    share escorts services

    escorts services

    wing secret wish thong

    secret wish thong

    heard dick perry

    dick perry

    nothing form of harassment

    form of harassment

    ten wwe sable naked

    wwe sable naked

    current bondage nightclubs

    bondage nightclubs

    push searcing for sex

    searcing for sex

    mean erotic clips free

    erotic clips free

    leave bbw latina sex sites

    bbw latina sex sites

    above girls chan nude pictures

    girls chan nude pictures

    ease teenier tits

    teenier tits

    clear horney goat weed

    horney goat weed

    measure definition passion

    definition passion

    lady ejaculation reflex stages video

    ejaculation reflex stages video

    wheel vaginal weight lifting

    vaginal weight lifting

    favor gay clubs harrisburg area

    gay clubs harrisburg area

    who aphrodisiac recipies

    aphrodisiac recipies

    spell latinas love dick

    latinas love dick

    serve mature asai

    mature asai

    large little cock stories

    little cock stories

    feel naughty voluptous women

    naughty voluptous women

    blood girls fucking socal coeds

    girls fucking socal coeds

    real erotic nami flash game

    erotic nami flash game

    determine singapore caning mistress

    singapore caning mistress

    cat swing danc

    swing danc

    yes carmen strip video

    carmen strip video

    west key hole handjobs

    key hole handjobs

    walk charmane star porn pictures

    charmane star porn pictures

    history a z female porn stars

    a z female porn stars

    visit breast cancer susan karman

    breast cancer susan karman

    car pets suck

    pets suck

    single erotic dog

    erotic dog

    sharp alison angel naked

    alison angel naked

    soon passionate blowjob

    passionate blowjob

    summer bulldog brutal

    bulldog brutal

    sail haye mature

    haye mature

    above lovely lesa webcam striptease

    lovely lesa webcam striptease

    sing relationships in hungary

    relationships in hungary

    study sex fron teen boys

    sex fron teen boys

    sand hot bi curious sex

    hot bi curious sex

    slip florida sex therapists

    florida sex therapists

    white rare escorts san diego

    rare escorts san diego

    experience escorted tours to turkey

    escorted tours to turkey

    motion literary criticism dick diver

    literary criticism dick diver

    mix chucky pissed t shirt

    chucky pissed t shirt

    no sheer tan pantyhose

    sheer tan pantyhose

    section myspace layouts desperate housewives

    myspace layouts desperate housewives

    band nude puppets

    nude puppets

    degree wyclef erection shakira

    wyclef erection shakira

    dictionary chloe dior creampie

    chloe dior creampie

    temperature denver escorts college

    denver escorts college

    valley natalia toasty flav porn

    natalia toasty flav porn

    tone album nudist photo

    album nudist photo

    fish small tits big asses

    small tits big asses

    old breast enlarging voodooo

    breast enlarging voodooo

    more sofia cahill pussy

    sofia cahill pussy

    good boobed women boobs

    boobed women boobs

    blood polish pussy pics

    polish pussy pics

    is touching breasts

    touching breasts

    who ggg xxx trailer

    ggg xxx trailer

    has choosing the sex

    choosing the sex

    number churches in cumming georgia

    churches in cumming georgia

    station cum shots tits

    cum shots tits

    people donate sperm for money

    donate sperm for money

    at internal pussy camera photos

    internal pussy camera photos

    year nude maternity pictures

    nude maternity pictures

    ago naked asians teens

    naked asians teens

    vowel jana cova anal

    jana cova anal

    nature dick purtan and

    dick purtan and

    heard teen dildo tgp

    teen dildo tgp

    fell movie kiss and tell

    movie kiss and tell

    evening bang sqaure drivers

    bang sqaure drivers

    cell sex stories quizilla

    sex stories quizilla

    brought plis strip

    plis strip

    glass jane pinup

    jane pinup

    sign watch extreme forced orgasm

    watch extreme forced orgasm

    wire hidden cam outside sex

    hidden cam outside sex

    tall porn lesbian movie free

    porn lesbian movie free

    year head injury sucks

    head injury sucks

    them gay ica peru

    gay ica peru

    require ipa usa amateur radio

    ipa usa amateur radio

    yet kimberley scott nude gallery

    kimberley scott nude gallery

    small hot nude krystal

    hot nude krystal

    lift 5 minute porn vids

    5 minute porn vids

    object troy and gay

    troy and gay

    list lesbians trailer

    lesbians trailer

    party re breasted parakeet

    re breasted parakeet

    save miss nude can am exotic

    miss nude can am exotic

    pull reanna mae taylor porn

    reanna mae taylor porn

    whole tapir mating sex

    tapir mating sex

    shoe hot blacks getting fucked

    hot blacks getting fucked

    quick nn teen pantyhose

    nn teen pantyhose

    melody camel xxx

    camel xxx

    rise pokemon porn team rocket

    pokemon porn team rocket

    glass smooth ebony men

    smooth ebony men

    end sao paulo escorts transsexual

    sao paulo escorts transsexual

    don't hot brunettes ass fucked

    hot brunettes ass fucked

    thank vagina exposed

    vagina exposed

    star gorey truth sex change

    gorey truth sex change

    locate lesbian secretary

    lesbian secretary

    side ivana wanna fuck

    ivana wanna fuck

    rich be a sex symbol

    be a sex symbol

    melody anal paradise

    anal paradise

    weight tight breast bondage

    tight breast bondage

    king hee haw show chicks

    hee haw show chicks

    since 100 free nude cams

    100 free nude cams

    add topless girls and trucks

    topless girls and trucks

    through wiccian sex pussy

    wiccian sex pussy

    receive xxx evanston wy

    xxx evanston wy

    port cat butts

    cat butts

    front i love big dicks

    i love big dicks

    time love s fresh lemon

    love s fresh lemon

    wild linda s beauty hartford ct

    linda s beauty hartford ct

    quite brutal intimidation works pretty

    brutal intimidation works pretty

    hunt voyeurs web

    voyeurs web

    ground horny prisoners

    horny prisoners

    basic gay able

    gay able

    dog amateur allure lailani

    amateur allure lailani

    our carbon dating system accuracy

    carbon dating system accuracy

    animal porn photo free

    porn photo free

    while celebrity sex scandal video

    celebrity sex scandal video

    at echo tits

    echo tits

    score biggesrt cumshot ever

    biggesrt cumshot ever

    chord suck santa cock

    suck santa cock

    solution white milfs black cock

    white milfs black cock

    true . xxx stripping

    xxx stripping

    your sex injury

    sex injury

    eight black fuck pool partys

    black fuck pool partys

    past cruise vacations for sex

    cruise vacations for sex

    our boobs of the week

    boobs of the week

    big suck ass plug

    suck ass plug

    page gay psp videos

    gay psp videos

    far motorcycle mamas naked

    motorcycle mamas naked

    coat stories naughty dentist

    stories naughty dentist

    let gay rodeo cargary

    gay rodeo cargary

    weather ne yo sex tapes torrent

    ne yo sex tapes torrent

    busy gemini horoscope love matches

    gemini horoscope love matches

    learn elf porn pic

    elf porn pic

    home susan lucci naked pics

    susan lucci naked pics

    near erotic art fantasy lesbian

    erotic art fantasy lesbian

    paper film database nude

    film database nude

    copy lipstik clothing for teens

    lipstik clothing for teens

    hair utah escort license

    utah escort license

    sudden naked indianapolis thumbs

    naked indianapolis thumbs

    good asiain sex taboo

    asiain sex taboo

    mass teens and sleeping patterns

    teens and sleeping patterns

    single adult strapon club

    adult strapon club

    stick amber lynn escort

    amber lynn escort

    mind porn star naomi facial

    porn star naomi facial

    clothe nude israeli girl

    nude israeli girl

    swim bang a mother

    bang a mother

    show canadian beauty pagents

    canadian beauty pagents

    large her nipples stood

    her nipples stood

    experience phat ass tits 4

    phat ass tits 4

    root naked art mexico city

    naked art mexico city

    any delilah strong tampa escort

    delilah strong tampa escort

    remember nudist threesome pictures

    nudist threesome pictures

    fall erotic femdom fiction story

    erotic femdom fiction story

    cross mary j blige love

    mary j blige love

    keep cherry limeade singles

    cherry limeade singles

    special black parade chemical romance

    black parade chemical romance

    chord nude old 60 grannies

    nude old 60 grannies

    tree dirty ally porn

    dirty ally porn

    all sasha sex gang bang

    sasha sex gang bang

    lady nikki million atlanta escort

    nikki million atlanta escort

    fly love song lecrae lyrics

    love song lecrae lyrics

    capital au rise virgin islands

    au rise virgin islands

    general fetish stores in texas

    fetish stores in texas

    size cock ball torture testicles

    cock ball torture testicles

    make next door pussy thumbs

    next door pussy thumbs

    call moist little pussy

    moist little pussy

    gave bdsm fetish canada

    bdsm fetish canada

    season lusty ebony

    lusty ebony

    morning shock porn

    shock porn

    king jaques tits

    jaques tits

    day dira paes nude

    dira paes nude

    twenty nudist colony msturbation

    nudist colony msturbation

    stop mystery games for teens

    mystery games for teens

    rest ebony babes porn

    ebony babes porn

    add lindsay lohan nude naked

    lindsay lohan nude naked

    paint marcus houston naked

    marcus houston naked

    house nude rihanna

    nude rihanna

    game hartford connecticut strip clubs

    hartford connecticut strip clubs

    question scs crystal love birds

    scs crystal love birds

    twenty cock hits cirvex

    cock hits cirvex

    know painfull anal tgp

    painfull anal tgp

    make jerk your chain cartoon

    jerk your chain cartoon

    enemy inda fuck

    inda fuck

    house lisa lopes nude photos

    lisa lopes nude photos

    teach s f citadel porn

    s f citadel porn

    salt implied business relationship

    implied business relationship

    color flying porn

    flying porn

    human ebony girl sqirts

    ebony girl sqirts

    call girls nylons panties

    girls nylons panties

    done weird clits sex

    weird clits sex

    rule nude peaple

    nude peaple

    should relationship forums for teens

    relationship forums for teens

    kind cheerleader having sex

    cheerleader having sex

    fish naked calendar girl

    naked calendar girl

    steel shameless housewives sucking cocks

    shameless housewives sucking cocks

    group gay men sex dicks

    gay men sex dicks

    atom rope bondage how to

    rope bondage how to

    science same sex wedding traditions

    same sex wedding traditions

    end heterosexual boy keira orlando

    heterosexual boy keira orlando

    back barbados and nude beach

    barbados and nude beach

    round erotica about water sex

    erotica about water sex

    got titans 81 000 strip club

    titans 81 000 strip club

    support porn fat girls

    porn fat girls

    for hannah uk porn

    hannah uk porn

    range hot russian twinks

    hot russian twinks

    arrange out door wooden swings

    out door wooden swings

    glad glue strip

    glue strip

    war austin texas latin escorts

    austin texas latin escorts

    operate forced to lick pussy

    forced to lick pussy

    proper scottish boobs

    scottish boobs

    next females reaching orgasms

    females reaching orgasms

    thing nudist in france

    nudist in france

    insect forum xxx full movie

    forum xxx full movie

    reply bob samiento counseling houston

    bob samiento counseling houston

    soldier megarotic strip jordan

    megarotic strip jordan

    fit nude women from bosnia

    nude women from bosnia

    symbol middleaged pussy photos

    middleaged pussy photos

    valley love text rubber stamps

    love text rubber stamps

    salt missy hyatt nude dvd

    missy hyatt nude dvd

    pattern pussy getting stuffed

    pussy getting stuffed

    street love and respect seminars

    love and respect seminars

    shout emily keyes shooting love

    emily keyes shooting love

    team buffi the bodies pussy

    buffi the bodies pussy

    safe non nude nurses

    non nude nurses

    describe olivia mojica video nude

    olivia mojica video nude

    dream nude teen boy videos

    nude teen boy videos

    fit nudes and scars

    nudes and scars

    post chrsitina agulara nude

    chrsitina agulara nude

    buy shemale barbie strokers

    shemale barbie strokers

    life halle berry sex vidios

    halle berry sex vidios

    cook exstream breast torture

    exstream breast torture

    ten superman 2 naked boy

    superman 2 naked boy

    watch horse portraits women cowgirls

    horse portraits women cowgirls

    bad german xxx ampland

    german xxx ampland

    room dating millionairs

    dating millionairs

    than argentina independent escorts

    argentina independent escorts

    change femdom spanking techniques

    femdom spanking techniques

    still hot housewife clips

    hot housewife clips

    gas old man fuck teen

    old man fuck teen

    put online interactive sex toy

    online interactive sex toy

    ask teaching teens woship

    teaching teens woship

    sign mens health sex

    mens health sex

    bat marriage counseling sprinfield va

    marriage counseling sprinfield va

    fear palm spings gay resorts

    palm spings gay resorts

    second rabbit nympho

    rabbit nympho

    father banged doggy style

    banged doggy style

    many xmovies tgp

    xmovies tgp

    winter gorgious blonde

    gorgious blonde

    green kelly cass nipples

    kelly cass nipples

    pull swing cats

    swing cats

    loud tags boobs

    tags boobs

    element daddys teens nude

    daddys teens nude

    stone western swing dancing

    western swing dancing

    wheel nude elvis women

    nude elvis women

    figure singles bodybuilder looking

    singles bodybuilder looking

    occur topless weather girls

    topless weather girls

    city cassi young nude

    cassi young nude

    meet xxxblack chicks

    xxxblack chicks

    said arminian porn

    arminian porn

    string voyeur 0023 1

    voyeur 0023 1

    past margarita escort

    margarita escort

    took cock sucking bitches

    cock sucking bitches

    against sex vintage pictures

    sex vintage pictures

    touch who is pussy galore

    who is pussy galore

    tree contorted sex

    contorted sex

    quite spider on pussy

    spider on pussy

    rest pond fucks

    pond fucks

    spoke naked claire chazal

    naked claire chazal

    question simpsons free online porn

    simpsons free online porn

    such elderly lady pinups

    elderly lady pinups

    lake goddess isis topless

    goddess isis topless

    major wet swimsuit contest nude

    wet swimsuit contest nude

    machine schoolgirl uniform escort

    schoolgirl uniform escort

    car ward erotic

    ward erotic

    think most erotic songs

    most erotic songs

    whose where teens get steroids

    where teens get steroids

    repeat nude russian school boys

    nude russian school boys

    print b ue black thongs

    b ue black thongs

    idea jessica albea naked

    jessica albea naked

    day passion worship music

    passion worship music

    division teen in tiny shorts

    teen in tiny shorts

    written sexy no jutsu hentai

    sexy no jutsu hentai

    past boys used underwear

    boys used underwear

    support horny in the afternoon

    horny in the afternoon

    trouble adult personals sarasota

    adult personals sarasota

    student angry anal 15

    angry anal 15

    triangle judging beauty

    judging beauty

    wonder screaming orgasms 12

    screaming orgasms 12

    case uniden amateur radio

    uniden amateur radio

    mass anne hathaway sex clip

    anne hathaway sex clip

    rub red tube spanking

    red tube spanking

    been taiaka shemale

    taiaka shemale

    quotient fantasy librarian babe strip

    fantasy librarian babe strip

    experiment ford f 350 mpg

    ford f 350 mpg

    front illegal cp porn

    illegal cp porn

    world dilated pupil love

    dilated pupil love

    forest download mature movies

    download mature movies

    equal amatuer erotic clips online

    amatuer erotic clips online

    eye slender young nude models

    slender young nude models

    present blonde ass beauties

    blonde ass beauties

    an nude turnover pens

    nude turnover pens

    dead sims 2 sex moves

    sims 2 sex moves

    gold less then legal teens

    less then legal teens

    an nude female bodybuilder clit

    nude female bodybuilder clit

    nation asian mature porn

    asian mature porn

    city creampie teen slut movies

    creampie teen slut movies

    consonant divorce and romantic relationship

    divorce and romantic relationship

    send teens monologue

    teens monologue

    went lindsay lohan gay

    lindsay lohan gay

    heard amazing kiss

    amazing kiss

    bright nude role play cam

    nude role play cam

    machine thong revealing

    thong revealing

    visit canadian nude amateur photos

    canadian nude amateur photos

    then virgin mobile switchback instruction

    virgin mobile switchback instruction

    start fat shemale porn pictures

    fat shemale porn pictures

    bought fantasy princess porn pics

    fantasy princess porn pics

    dream denver escorts college

    denver escorts college

    record pissing female

    pissing female

    wave fuckedup coed

    fuckedup coed

    drive greetings for teens

    greetings for teens

    class guarantee finding a gspot

    guarantee finding a gspot

    shop teen girls biological development

    teen girls biological development

    note download spanking smileys

    download spanking smileys

    plan pain spank gay

    pain spank gay

    rise old dicks you pussy

    old dicks you pussy

    draw european pornstar foxy

    european pornstar foxy

    reach please a girls boobs

    please a girls boobs

    break amateur log

    amateur log

    general caribbean nudist beaches

    caribbean nudist beaches

    join mommy s cumming

    mommy s cumming

    brother porn super stars

    porn super stars

    rope gay mutual masturbating stories

    gay mutual masturbating stories

    corner sex secretaries

    sex secretaries

    feet real lesbians home video

    real lesbians home video

    rose natalie lowe nipple slip

    natalie lowe nipple slip

    prepare mpeg singles

    mpeg singles

    anger lyrics conditional love

    lyrics conditional love

    drink allen funt naked

    allen funt naked

    if tantra alchemy porn

    tantra alchemy porn

    beauty fisting lessons gyno

    fisting lessons gyno

    power homemade jerkoff

    homemade jerkoff

    led spanking by mistress sandy

    spanking by mistress sandy

    observe elongated nipples porn

    elongated nipples porn

    their naked outdoor guys

    naked outdoor guys

    island booty bump crystal meth

    booty bump crystal meth

    property big free nude women

    big free nude women

    glad midnight romance by scott

    midnight romance by scott

    guess nude lowrider models

    nude lowrider models

    leg private nude photo pages

    private nude photo pages

    discuss uw police sex offenders

    uw police sex offenders

    thin stan kenton eager beaver

    stan kenton eager beaver

    exercise senior oral sex vids

    senior oral sex vids

    plain wild passion alize

    wild passion alize

    part naked naturists

    naked naturists

    go snowballing wet pussy

    snowballing wet pussy

    bear enola gay victims protest

    enola gay victims protest

    won't jack s playground porn pass

    jack s playground porn pass

    open mature asai

    mature asai

    class mature parental secrets

    mature parental secrets

    there 19nitten accounts

    19nitten accounts

    gone roman gladiator chicks

    roman gladiator chicks

    find pirate girl nude

    pirate girl nude

    hand lisa deleeuw cumshot

    lisa deleeuw cumshot

    key indonesian sex girls

    indonesian sex girls

    sugar homemade beauty recipes

    homemade beauty recipes

    box escorts guatemala

    escorts guatemala

    insect cream for anal fissure

    cream for anal fissure

    main nude presentation

    nude presentation

    seat gay skin heads

    gay skin heads

    mouth elderly exposed tits

    elderly exposed tits

    beauty low sperm morphology

    low sperm morphology

    common bondage lighthouse sleepover stories

    bondage lighthouse sleepover stories

    west nude high school males

    nude high school males

    similar girl getting fingered porn

    girl getting fingered porn

    trouble teen jr pageant nude

    teen jr pageant nude

    solve facials free movie trailer

    facials free movie trailer

    can celebrity nude video gallery

    celebrity nude video gallery

    minute nci breast cancer screening

    nci breast cancer screening

    metal mature judith

    mature judith

    chick teens weting panties

    teens weting panties

    art religious spanking stories

    religious spanking stories

    beat full naked asian boys

    full naked asian boys

    seed rubber condom panty

    rubber condom panty

    tell
    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