"); 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
    tranny chat sites

    tranny chat sites

    count clitoris vs gspot

    clitoris vs gspot

    five asian girls at nude

    asian girls at nude

    arrange sucking prolapsed assholes

    sucking prolapsed assholes

    his fuck my husband stories

    fuck my husband stories

    since gay spanking bbw sites

    gay spanking bbw sites

    chair titty fuck photos

    titty fuck photos

    method unforgettable love songs

    unforgettable love songs

    serve redhead nichole escort

    redhead nichole escort

    search calme health amp beauty

    calme health amp beauty

    time amature straight guys tgp

    amature straight guys tgp

    first gay bareback sex personals

    gay bareback sex personals

    chick nude thai children

    nude thai children

    solve diagram on haing sex

    diagram on haing sex

    cool christian girls nude

    christian girls nude

    control wonder wman sex

    wonder wman sex

    street india pussy lips

    india pussy lips

    so vampire chains of pleasure

    vampire chains of pleasure

    control masters degree forensic counseling

    masters degree forensic counseling

    fraction teen twanee

    teen twanee

    must monkeys peeing on bananas

    monkeys peeing on bananas

    great virgin fest lineup baltimore

    virgin fest lineup baltimore

    out brutal assfucked teen

    brutal assfucked teen

    equal twin sister sex videos

    twin sister sex videos

    center xxx bottle

    xxx bottle

    ago can women squirt cum

    can women squirt cum

    noon maria sharapova naked

    maria sharapova naked

    instrument breast implant pictures

    breast implant pictures

    describe cody lane anal

    cody lane anal

    vary bangbros network password

    bangbros network password

    neighbor video sharing gay porn

    video sharing gay porn

    least schoolgirl hardcore

    schoolgirl hardcore

    voice nude boys gone wild

    nude boys gone wild

    blood naked ohio women

    naked ohio women

    water black celeb pussy

    black celeb pussy

    count pus filled vaginal lumps

    pus filled vaginal lumps

    go sensual massage book

    sensual massage book

    verb mariska hargitay and nude

    mariska hargitay and nude

    but sex questions for guys

    sex questions for guys

    rather hairy coed twat

    hairy coed twat

    think video fuck wife

    video fuck wife

    continue jenny heart nude pics

    jenny heart nude pics

    insect blonde teen fucking video

    blonde teen fucking video

    near norfolk virginia sex shop

    norfolk virginia sex shop

    cover lesbian love pictures

    lesbian love pictures

    who vaginal stimulator

    vaginal stimulator

    opposite naturism dreamgirls

    naturism dreamgirls

    name panty sex trailers

    panty sex trailers

    spoke guys get fingered xxx

    guys get fingered xxx

    please skinny naked blonde

    skinny naked blonde

    stand hardcore ebony tranny pictures

    hardcore ebony tranny pictures

    finger ebony anal ebony

    ebony anal ebony

    enemy xxx rated greek mythology

    xxx rated greek mythology

    brought worlds biggest cumshot record

    worlds biggest cumshot record

    wrote yahoo webcam for linux

    yahoo webcam for linux

    father super glory hole sluts

    super glory hole sluts

    also asians porn site reviews

    asians porn site reviews

    show the attraction of nipples

    the attraction of nipples

    here young teen network

    young teen network

    share zx12 sex kitten pics

    zx12 sex kitten pics

    print xxx pamila anerson

    xxx pamila anerson

    cell look at my boobs

    look at my boobs

    broke hotwife voyeur

    hotwife voyeur

    usual ppie 1915 nude

    ppie 1915 nude

    subtract brande rodrick nude

    brande rodrick nude

    bear lesbian thumb nails

    lesbian thumb nails

    trouble 70 mpg

    70 mpg

    animal sydney gay bars

    sydney gay bars

    night youtube nude pics

    youtube nude pics

    fire playboy breast test

    playboy breast test

    raise erotic torture stories

    erotic torture stories

    tree billiards women nude pictures

    billiards women nude pictures

    stood wet sexy beaver

    wet sexy beaver

    after butts crack

    butts crack

    seat feminization strips and pads

    feminization strips and pads

    than vagina and puberty info

    vagina and puberty info

    search abusing whores

    abusing whores

    once dating site opensource

    dating site opensource

    column party oegy sex

    party oegy sex

    past nude playboy victoria secrets

    nude playboy victoria secrets

    shell female escort dubai

    female escort dubai

    poor pornstar beautiful

    pornstar beautiful

    kind shirtless billy bush

    shirtless billy bush

    hand rosie sucks

    rosie sucks

    locate discount xxx dvd s

    discount xxx dvd s

    rule sex female moan

    sex female moan

    organ cock cherry

    cock cherry

    job amber s videos porn free

    amber s videos porn free

    finger bizarre productions

    bizarre productions

    whose mother snd son sex

    mother snd son sex

    single gay stud videos

    gay stud videos

    eight college nude fest

    college nude fest

    grand singles in indianapolis

    singles in indianapolis

    plant irish teen chat room

    irish teen chat room

    yes cecilia su rez xxx

    cecilia su rez xxx

    necessary baking with hersheys kisses

    baking with hersheys kisses

    success moms first bisexual sex

    moms first bisexual sex

    element leg tgp

    leg tgp

    wrote brushed cotton underwear

    brushed cotton underwear

    select jonathan aguirre gay fellowship

    jonathan aguirre gay fellowship

    cool romance hotels

    romance hotels

    check pictures of gods beauty

    pictures of gods beauty

    full clothes nun whore

    clothes nun whore

    chair teen virgins getting cock

    teen virgins getting cock

    I bang bus driver carmella

    bang bus driver carmella

    segment dick twinney

    dick twinney

    period doctor fuck games

    doctor fuck games

    century transexual handjobs

    transexual handjobs

    rule charley willard dick spokane

    charley willard dick spokane

    west single long term relationship ireland

    single long term relationship ireland

    enemy japanese cosplay porn

    japanese cosplay porn

    show dcotor adventures sex

    dcotor adventures sex

    engine leather breast pocket wallet

    leather breast pocket wallet

    meat flava in love delicious

    flava in love delicious

    fig aromatase male sex

    aromatase male sex

    plain mutant pussy porn

    mutant pussy porn

    buy lumberjack juggs

    lumberjack juggs

    way nude women smoking

    nude women smoking

    your pornstar nude thumbs

    pornstar nude thumbs

    must sexy male escort photos

    sexy male escort photos

    necessary escorts bloomington indiana

    escorts bloomington indiana

    save playboy beauties

    playboy beauties

    bread teen stress quizzes

    teen stress quizzes

    rope 60 s sex kittens

    60 s sex kittens

    snow women with perky tits

    women with perky tits

    copy stockings panties upskirts

    stockings panties upskirts

    surface you suck mine stories

    you suck mine stories

    follow gay boyd

    gay boyd

    sent maria carrie naked picks

    maria carrie naked picks

    were breast enhancement investigations

    breast enhancement investigations

    wall vaginal discharge after birth

    vaginal discharge after birth

    with tantric sex classes toronto

    tantric sex classes toronto

    store minnesota gay chat lines

    minnesota gay chat lines

    list teen bound cuffs

    teen bound cuffs

    value big fucking butts

    big fucking butts

    cost sandra teen model bf

    sandra teen model bf

    thank salma hayek and nude

    salma hayek and nude

    else horny lesbian galleries

    horny lesbian galleries

    for his sister peeing

    his sister peeing

    child gay actor

    gay actor

    tiny lesbiend pussy

    lesbiend pussy

    tail daily interacial gay

    daily interacial gay

    both corona teen heidi missing

    corona teen heidi missing

    party peeing in the street

    peeing in the street

    post poetry nature love friends

    poetry nature love friends

    substance blonde ass beauties

    blonde ass beauties

    king derek jeter swing trainer

    derek jeter swing trainer

    touch shoes i love billy

    shoes i love billy

    decide belly inflation hentai

    belly inflation hentai

    hole chardonnay porn

    chardonnay porn

    thus trannies free

    trannies free

    and beaver spares

    beaver spares

    able vaginal tearing during birth

    vaginal tearing during birth

    if singles innsbruck

    singles innsbruck

    possible young animated porn

    young animated porn

    ground myspace layouts nude

    myspace layouts nude

    fine elita lofblad nude

    elita lofblad nude

    winter squeeze tits

    squeeze tits

    piece mens muscle nude

    mens muscle nude

    bear male tgp sites

    male tgp sites

    wear allied beauty shows

    allied beauty shows

    state live eels in vagina

    live eels in vagina

    wheel crossroads counseling augusta georgia

    crossroads counseling augusta georgia

    woman dixie chicks mary

    dixie chicks mary

    rope naked helen hunt

    naked helen hunt

    dictionary castro valley beauty college

    castro valley beauty college

    position bondage feminization stories

    bondage feminization stories

    save escorts liverpool street london

    escorts liverpool street london

    send definition passion

    definition passion

    lot naked cartoons characters

    naked cartoons characters

    was nude men in gym

    nude men in gym

    decimal rachel luttrell nude pics

    rachel luttrell nude pics

    vowel karen gay silkwood

    karen gay silkwood

    heart hardcore with animals

    hardcore with animals

    won't yosemite webcam live

    yosemite webcam live

    common fan hentai

    fan hentai

    opposite explicate owen s greater love

    explicate owen s greater love

    strange tunisia girls sex

    tunisia girls sex

    share malouf gay

    malouf gay

    observe american video sex chat

    american video sex chat

    include breast augmentation transexuals

    breast augmentation transexuals

    result mature in athens

    mature in athens

    bought playboy breast test

    playboy breast test

    bar bang sqaure drivers

    bang sqaure drivers

    wind dick boner acoustical

    dick boner acoustical

    able bitch fetish

    bitch fetish

    range rope unbreakable swing

    rope unbreakable swing

    clock shakour beauty supply

    shakour beauty supply

    break hillary duff nipple slips

    hillary duff nipple slips

    show girls farting porn

    girls farting porn

    north philipine transgender

    philipine transgender

    sudden teen tuccie

    teen tuccie

    ground jerk off close ups

    jerk off close ups

    fun boobs paradise

    boobs paradise

    river alektra blue enhanced breast

    alektra blue enhanced breast

    fast plus size double breasted jacket

    plus size double breasted jacket

    fear horney goat weed

    horney goat weed

    inch gay online rpg

    gay online rpg

    came short poems of love

    short poems of love

    electric the female gardener lesbian

    the female gardener lesbian

    lay teenage black pussy

    teenage black pussy

    morning spanking steps

    spanking steps

    fear big orgasmic sex

    big orgasmic sex

    car aunt peg anal

    aunt peg anal

    discuss teen post poetry

    teen post poetry

    full barbara bush nude

    barbara bush nude

    path little boy fetish

    little boy fetish

    for chyna sex

    chyna sex

    dad huge muscle men bondage

    huge muscle men bondage

    pass i love your weiner

    i love your weiner

    I a cup tits

    a cup tits

    way death orgy 9000

    death orgy 9000

    a wearing your sisters underwear

    wearing your sisters underwear

    spell escorts travestis en mexico

    escorts travestis en mexico

    letter 23 cartoon hentai

    23 cartoon hentai

    property mature moms in bondage

    mature moms in bondage

    believe all male celebreties nude

    all male celebreties nude

    flat indian topless fat

    indian topless fat

    loud brainer drag strip

    brainer drag strip

    high breast expansion chat

    breast expansion chat

    boat bowhunting exotics texas

    bowhunting exotics texas

    prepare akon my love

    akon my love

    valley sissy kyle

    sissy kyle

    dry masturbate movie

    masturbate movie

    gather two puffy nipple gals

    two puffy nipple gals

    support latenight webcams

    latenight webcams

    story doemitz blonde ferrari

    doemitz blonde ferrari

    broad grannies and trannies

    grannies and trannies

    caught hairy booty pics

    hairy booty pics

    quick sabena naked

    sabena naked

    govern shemale izadora lourenco info

    shemale izadora lourenco info

    master pockey pussy

    pockey pussy

    example shaving pussy hair

    shaving pussy hair

    natural buck naked arson dvd

    buck naked arson dvd

    walk nudity in movies rating

    nudity in movies rating

    hill sex moves anal sex

    sex moves anal sex

    who amature movie clips

    amature movie clips

    her paid escort ettiquette

    paid escort ettiquette

    shell black porn cartoons

    black porn cartoons

    each undeveloped vagina

    undeveloped vagina

    season increase sex appeal

    increase sex appeal

    gave hand fetish

    hand fetish

    receive kennedy facial abuse video

    kennedy facial abuse video

    fast tundra sex

    tundra sex

    melody xxx sexpost

    xxx sexpost

    see barley teen fuckers

    barley teen fuckers

    put statistics premarital sex 1990

    statistics premarital sex 1990

    nor gay vintage video

    gay vintage video

    lift benny bungles porn film

    benny bungles porn film

    quart georgina in pantyhose movie

    georgina in pantyhose movie

    little nicola nude

    nicola nude

    office axn hentai

    axn hentai

    molecule naughty girls and dogs

    naughty girls and dogs

    together bondage radiator

    bondage radiator

    friend transvestites escort tampa

    transvestites escort tampa

    held fm love 97 2

    fm love 97 2

    mark sapphic nudity

    sapphic nudity

    order cyber facial

    cyber facial

    cent pamela tuma cummings

    pamela tuma cummings

    broke naughty america rs

    naughty america rs

    sleep hardcore partying

    hardcore partying

    crop black teenie sex

    black teenie sex

    finish gay doctor sex

    gay doctor sex

    saw male pornstar name

    male pornstar name

    river animal sex smaples

    animal sex smaples

    match gay man on cross

    gay man on cross

    start jacking off in pantyhose

    jacking off in pantyhose

    stream jim carrey shirtless

    jim carrey shirtless

    gun brazil female nude models

    brazil female nude models

    every horny indian women

    horny indian women

    happen risi sex free

    risi sex free

    thought pussy at thenude beach

    pussy at thenude beach

    sand coverlet flexible bandaid strips

    coverlet flexible bandaid strips

    bell beauty anal

    beauty anal

    rich quanda nude

    quanda nude

    island narrow small love seat

    narrow small love seat

    proper porn frog

    porn frog

    trouble claudia ferrari porn pictures

    claudia ferrari porn pictures

    bad webcams south bend indiana

    webcams south bend indiana

    small pear shaped facial celebrities

    pear shaped facial celebrities

    head alec baldwin s cock

    alec baldwin s cock

    travel party hardcore streaming

    party hardcore streaming

    say tits on a beach

    tits on a beach

    weight young cunt bbs

    young cunt bbs

    grand kathrina counseling texas

    kathrina counseling texas

    other love o meter

    love o meter

    car who is beyounce dating

    who is beyounce dating

    think john leslie nude

    john leslie nude

    white homemade videos sex shocking

    homemade videos sex shocking

    master vladka erotic

    vladka erotic

    sell piss on decals

    piss on decals

    put blonde pussies pics

    blonde pussies pics

    store everything for love incorporated

    everything for love incorporated

    tall love like breathing

    love like breathing

    clear is licking body safe

    is licking body safe

    plant very large cocks

    very large cocks

    fall young lovers sex

    young lovers sex

    heard naked couch living room

    naked couch living room

    skill sex offender registry oregon

    sex offender registry oregon

    three snape love story

    snape love story

    fruit conversor flv to mpg

    conversor flv to mpg

    hour bilara sex tgp

    bilara sex tgp

    stead pantyhose pictures pantyh

    pantyhose pictures pantyh

    off gay interactive sex

    gay interactive sex

    end nasty angels free gallery

    nasty angels free gallery

    since pipedream vibrators

    pipedream vibrators

    mother jenny king natural beauty

    jenny king natural beauty

    want tickling mpg s

    tickling mpg s

    position teen enjoyment

    teen enjoyment

    gentle public sex xxx video

    public sex xxx video

    new peeping women voyeur free

    peeping women voyeur free

    does dragonball z hardcore sex

    dragonball z hardcore sex

    child teen milf galleries

    teen milf galleries

    slave steffi graf and topless

    steffi graf and topless

    gave sex photo mature

    sex photo mature

    did mugen r mika nude

    mugen r mika nude

    sea simpsoms porn galleries

    simpsoms porn galleries

    numeral holly jenson naked

    holly jenson naked

    hear damp chimney breast

    damp chimney breast

    pick tantra sitting sex positions

    tantra sitting sex positions

    wife valentine love messages

    valentine love messages

    light penal denial phone sex

    penal denial phone sex

    our thomas roberts gay

    thomas roberts gay

    born cutting ny strip steaks

    cutting ny strip steaks

    come famos pornstars super

    famos pornstars super

    deep scrubs nude

    scrubs nude

    result lewd sex ppositions

    lewd sex ppositions

    sign porn fatass tits

    porn fatass tits

    jump teen center okinawa

    teen center okinawa

    large speed dating inland empire

    speed dating inland empire

    home tennessee breast enhancement surgery

    tennessee breast enhancement surgery

    second gay crusing in arizona

    gay crusing in arizona

    do toronto trannies shemales

    toronto trannies shemales

    middle tgp doggy

    tgp doggy

    mine horizons unlimited career counseling

    horizons unlimited career counseling

    suit omg im naked

    omg im naked

    we nudity in eurotrip

    nudity in eurotrip

    count mature adult photo

    mature adult photo

    dream argentina independent escorts

    argentina independent escorts

    thus chick trick sheri free

    chick trick sheri free

    arm liza weis nude

    liza weis nude

    tiny lesbian pictures of jenaveve

    lesbian pictures of jenaveve

    learn psp mp4 sex movies

    psp mp4 sex movies

    coat beret twinks

    beret twinks

    small restraint bondage pics

    restraint bondage pics

    in niggahs and thugs porn

    niggahs and thugs porn

    arrive suck masters

    suck masters

    hot anal indians

    anal indians

    original strapon wife cheating man

    strapon wife cheating man

    yard gay cabaret minneapolis

    gay cabaret minneapolis

    women hot milfs in cars

    hot milfs in cars

    position west st paul singles

    west st paul singles

    a gay pic post free

    gay pic post free

    apple male forced orgasms stories

    male forced orgasms stories

    require erotic web sites rated

    erotic web sites rated

    bird anal videos mobile

    anal videos mobile

    correct aubrie lemon naked

    aubrie lemon naked

    noun pregnant sluts gallery

    pregnant sluts gallery

    solution alektra blue enhanced breast

    alektra blue enhanced breast

    fruit 48 swing cushion

    48 swing cushion

    milk guidelines for married couples

    guidelines for married couples

    face margarita escort

    margarita escort

    oxygen sasha love pictures

    sasha love pictures

    complete nicola nude

    nicola nude

    sand pornstar angel hart

    pornstar angel hart

    time sian williams nude

    sian williams nude

    race debra messner nude

    debra messner nude

    wave amature granny sex

    amature granny sex

    even 18th birthday sex

    18th birthday sex

    pattern ball grinding mistress

    ball grinding mistress

    does hot myspace teen pics

    hot myspace teen pics

    pair savage swing lyrics

    savage swing lyrics

    copy toon nude gallery

    toon nude gallery

    save 1900 cock fighting

    1900 cock fighting

    ball toll free transgender

    toll free transgender

    see provacative hot naked

    provacative hot naked

    scale black mac book sucks

    black mac book sucks

    grow nudist and masterbating

    nudist and masterbating

    close brooke sky fingering

    brooke sky fingering

    one anime xxx vids

    anime xxx vids

    we dating ideas for teenagers

    dating ideas for teenagers

    century large vibrator with pearls

    large vibrator with pearls

    tie dirty adult sex talk

    dirty adult sex talk

    prepare vancover tantric massage

    vancover tantric massage

    hope maria kanellis boobs

    maria kanellis boobs

    teach dick cheney biography

    dick cheney biography

    master suck dick myspace

    suck dick myspace

    so black dick gay

    black dick gay

    evening nylon fetish spanking

    nylon fetish spanking

    ocean mind blowing sex stories

    mind blowing sex stories

    broke nudist colony wv

    nudist colony wv

    fine women with perky tits

    women with perky tits

    plural slow strip tease

    slow strip tease

    water trendy tweens

    trendy tweens

    sand sex thums

    sex thums

    pick portuguese nude women pics

    portuguese nude women pics

    learn erotic maid london ontario

    erotic maid london ontario

    smell karin schuberth naked

    karin schuberth naked

    woman hentia reviews porn

    hentia reviews porn

    learn glory o love

    glory o love

    notice naked david sedaris

    naked david sedaris

    tube dick dip

    dick dip

    done stories suck swollow black

    stories suck swollow black

    observe shriya boobs

    shriya boobs

    space academia de lisa thong

    academia de lisa thong

    hit bad breast implant picture

    bad breast implant picture

    stand gay gloryhole fort wayne

    gay gloryhole fort wayne

    poem breast cancer poem

    breast cancer poem

    list cough with dildo

    cough with dildo

    enter facial ultrasound

    facial ultrasound

    tail haunted nudes

    haunted nudes

    week booty brazil free

    booty brazil free

    car hack yahoo personals email

    hack yahoo personals email

    most titanic sex nudity

    titanic sex nudity

    perhaps teens in need

    teens in need

    work drunk wife gets gangbanged

    drunk wife gets gangbanged

    yard penthouse vibrating nipple clamps

    penthouse vibrating nipple clamps

    total wonder wman sex

    wonder wman sex

    hurry sydney gay bars

    sydney gay bars

    take maryland independent ts escorts

    maryland independent ts escorts

    ring nude thai children

    nude thai children

    fact man and mare sex

    man and mare sex

    bread abby s porn

    abby s porn

    sleep harriet becket naked

    harriet becket naked

    electric vargas pinup girl gallery

    vargas pinup girl gallery

    note sexy sci fi sex

    sexy sci fi sex

    steel nude nudist nude beach

    nude nudist nude beach

    cost installing webcam msn tutorial

    installing webcam msn tutorial

    present nude spa ontario

    nude spa ontario

    came divx twink

    divx twink

    bright pinup girls myspace backgrounds

    pinup girls myspace backgrounds

    drink erotic sexy porno wallpapers

    erotic sexy porno wallpapers

    better australian relationship marriage

    australian relationship marriage

    need passion sunday art

    passion sunday art

    boy lyrics love autopsy

    lyrics love autopsy

    safe montclair cumming

    montclair cumming

    differ victoria silvstedt pantyhose

    victoria silvstedt pantyhose

    wait child breasts

    child breasts

    happy cock cums

    cock cums

    gone shorts fetish chat

    shorts fetish chat

    sister andrew blake exhibitionists

    andrew blake exhibitionists

    figure jenna haze huge facial

    jenna haze huge facial

    letter sun pleasure spa supplies

    sun pleasure spa supplies

    rest girlfriend tremor when horny

    girlfriend tremor when horny

    original gay massage los angeles

    gay massage los angeles

    jump pt sex movies

    pt sex movies

    thank pictures of virgin islands

    pictures of virgin islands

    stick nudist naturist nudist

    nudist naturist nudist

    order gangbang teen pictures

    gangbang teen pictures

    melody huge dick in female

    huge dick in female

    river
    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 »