Welcome to the Yelp For Exes App!

Check us out, finish your profile, then get started adding exes and inviting people!

Welcome to the Yelp For Exes App!

Please register for an account!
SELECT UserID, UserFirstName FROM Users WHERE UserEmailAddress = '#form.username#' AND UserPassword = '#hash(form.password)#' AND UserIsEmailVerified = 1 AND UserIsMobileVerified = 1 No user found!

Please login.

What is this?! Great Question!!


Yelp For Exes (YFE) is a fun little app where users can input relationships with all sorts of people in your past.

After you add a relationship then rate them like a restaurant! Invite your friends or family to verify your story, invite the Ex so they can tell their side!

And you can even add your current relationships, they don't necessarily have to be an Ex. Register now and come join the conversations!!

Problem! SELECT UserID FROM Users WHERE UserEmailAddress='#values.UserEmailAddress#' AND UserIsEmailVerified = 1 AND UserIsMobileVerified = 1 SELECT UserID FROM Users WHERE UserMobileNumber='#values.UserMobileNumber#' AND UserIsEmailVerified = 1 AND UserIsMobileVerified = 1

Register for Yelp For Exes:

#ListElement#



= required
Email:
Email verify:
Mobile number:
Mobile verify:
Password:
Password verify:
 
INSERT INTO Users ( UserEmailAddress, UserPassword, UserProfileImage, UserMobileNumber, UserIsActive, UserIsMobileVerified, UserDeviceToken, UserPlatform, UserAddedOn, UserUUID, UserMobileVerifyCode ) VALUES ( '#values.UserEmailAddress#', '#hash(values.UserPassword)#', '', '#values.UserMobileNumber#', 0, 0, '', 'web signup register.cfm', #createODBCDateTime(now())#, '#UUID_to_insert#', '#customer_OPT_confirm#' ) Thank you for registering for Yelp For Exes!
Click this link to confirm your email:

click here to confirm

if that doesn't work you can try to copy and paste this link into your browser:

#link_to_build#

if that doesn't work then email us and we will figure out how to fix it.

regards,

Yelp For Exes
Email address = #values.UserEmailAddress#
Mobile number = #values.UserMobileNumber#

now let's validate your mobile number!

we just sent a six digit code to #formatted_phnum#

please input that code here:

 confirm mobile


in addition we sent you an email with a link to click on to confirm your email, after you submit your six digit code above

thanks!
The first step is to find out if your Ex already has an account here

Please enter their name and at least one contact method:

First Name:
Last Name:
Email address:
Mobile Number:


- - - >


Please login!
SELECT UserID FROM Users WHERE UserEmailAddress='#form.UserEmailAddress#' AND UserMobileNumber='#form.UserMobileNumber#' AND UserIsEmailVerified = 1 AND UserIsMobileVerified = 1 User found! Is this the person?
No current YFE user found, are you sure this info is correct?

First Name: #form.UserFirstName#
Last Name: #form.UserLastName#
Email Addr: #form.UserEmailAddress#
Number: #form.UserMobileNumber#


YES it's correct


NO try again


Please login!
INSERT INTO Users ( UserFirstName, UserLastName, UserEmailAddress, UserMobileNumber, UserPlatform, UserAddedOn, UserUUID ) VALUES ( '#form.UserFirstName#', '#form.UserLastName#', '#form.UserEmailAddress#', '#form.UserMobileNumber#', 'relationship submitted online', #createODBCDateTime(now())#, '#UUID_to_insert#' ) SELECT UserID as LastInsertedUserID FROM `Users` order by UserID desc limit 1; SELECT UserFirstName, UserLastName FROM Users WHERE UserID = #form.LastInsertedUserID# You are rating: #form.UserFirstName# #form.UserLastName#

The next step is to provide some basic details about the relationship you are rating:

SELECT RelationshipTypeID, RelationshipTypeName FROM tt_RelationshipTypes ORDER BY RelationshipTypeSortOrder
Title your rating:
Start Date:
End Date:
Relationship Type:
Description:
Quick Rating:



- - - >


Please login!
You are about to create this rating, does everything look correct?

Title=#form.RelationshipTitle#
StartDate=#form.RelationshipStartDate#
EndDate=#form.RelationshipEndDate#
TypeID=#form.RelationshipTypeID#
Description=#form.RelationshipDescription#
QuickRating=#form.RelationshipQuickRating#

YES it's correct


NO try again
Please login!
INSERT INTO Relationships ( RelationshipAddedByUserID, RelationshipSubjectUserID, RelationshipTitle, RelationshipStartDate, RelationshipEndDate, RelationshipTypeID, RelationshipDescription, RelationshipQuickRating, RelationshipAddedOn ) VALUES ( #request.UserID#, #form.LastInsertedUserID#, '#form.RelationshipTitle#', #createODBCDate(form.RelationshipStartDate)#, #createODBCDate(form.RelationshipEndDate)#, #form.RelationshipTypeID#, '#form.RelationshipDescription#', '#form.RelationshipQuickRating#', #createODBCDateTime(now())# ) SELECT RelationshipID as LastInsertedRelationshipID FROM `Relationships` order by RelationshipID desc limit 1; Basic details added, now here's some additional optional details, if you'd like to give us more info!

SELECT tt_StateID, tt_StateName FROM tt_States WHERE tt_StateCountryID = 1 ORDER BY tt_StateSortOrder
City & State:
Honesty Rating:
Loyalty Rating:
Frugality Rating:
(1=cheap, 10=$$$)
Responsibility Rating:
Funniness Rating:
Outdoor Rating:
Geek Rating:
Sex Rating:
Best thing about it:
Worst thing about it:
Who would be perfect for this person:
Who should stay away:


- - - >


Please login!
UPDATE Relationships SET RelationshipCity = '#form.RelationshipCity#', RelationshipStateID = '#form.RelationshipStateID#', RelationshipHonesty = '#form.RelationshipHonesty#', RelationshipLoyalty = '#form.RelationshipLoyalty#', RelationshipFrugality = '#form.RelationshipFrugality#', RelationshipResponsibility = '#form.RelationshipResponsibility#', RelationshipFunny = '#form.RelationshipFunny#', RelationshipOutdoor = '#form.RelationshipOutdoor#', RelationshipGeek = '#form.RelationshipGeek#', RelationshipSex = '#form.RelationshipSex#', RelationshipBestThing = '#form.RelationshipBestThing#', RelationshipWorstThing = '#form.RelationshipWorstThing#', RelationshipWhoWouldEnjoy = '#form.RelationshipWhoWouldEnjoy#', RelationshipWhoShouldStayAway = '#form.RelationshipWhoShouldStayAway#' WHERE relationshipID = '#form.LastInsertedRelationshipID#'
Please login!
Upload media to accompany your rating!

INSERT INTO lt_Relationships_UploadedImages ( lt_Relationships_UploadedImages_RelationshipID, lt_Relationships_UploadedImages_ImageName, lt_Relationships_UploadedImages_AddedOn ) VALUES ( #form.chip#, '#this_file_name#', #createODBCDateTime(now())# )
Your upload attempt has been rejected for the following reason(s):

#messages#

Return to editing

Please login!
UPDATE Relationships SET RelationshipTitle = '#form.RelationshipTitle#', RelationshipStartDate = #CreateODBCDate(form.RelationshipStartDate)#, RelationshipEndDate = #CreateODBCDate(form.RelationshipEndDate)#, RelationshipTypeID = '#form.RelationshipTypeID#', RelationshipDescription = '#form.RelationshipDescription#', RelationshipQuickRating = '#form.RelationshipQuickRating#', RelationshipCity = '#form.RelationshipCity#', RelationshipStateID = '#form.RelationshipStateID#', RelationshipHonesty = '#form.RelationshipHonesty#', RelationshipLoyalty = '#form.RelationshipLoyalty#', RelationshipFrugality = '#form.RelationshipFrugality#', RelationshipResponsibility = '#form.RelationshipResponsibility#', RelationshipFunny = '#form.RelationshipFunny#', RelationshipOutdoor = '#form.RelationshipOutdoor#', RelationshipGeek = '#form.RelationshipGeek#', RelationshipSex = '#form.RelationshipSex#', RelationshipBestThing = '#form.RelationshipBestThing#', RelationshipWorstThing = '#form.RelationshipWorstThing#', RelationshipWhoWouldEnjoy = '#form.RelationshipWhoWouldEnjoy#', RelationshipWhoShouldStayAway = '#form.RelationshipWhoShouldStayAway#' WHERE relationshipID = '#form.chip#' Relationship updated!
SELECT U.UserFirstName, U.UserLastName, R.* FROM Relationships R, Users U WHERE R.RelationshipID = #form.chip# AND U.UserID = R.RelationshipSubjectUserID
SELECT RelationshipTypeID, RelationshipTypeName FROM tt_RelationshipTypes ORDER BY RelationshipTypeSortOrder SELECT tt_StateID, tt_StateName FROM tt_States WHERE tt_StateCountryID = 1 ORDER BY tt_StateSortOrder
Title your rating:
Start Date:
End Date:
Relationship Type:
Description:
Quick Rating:

City & State:
Honesty Rating:
Loyalty Rating:
Frugality Rating:
Responsibility Rating:
Funniness Rating:
Outdoor Rating:
Geek Rating:
Sex Rating:
Best thing about it:
Worst thing about it:
Who would be perfect for this person:
Who should stay away:


Update - - - >


SELECT lt_Relationships_UploadedImages_ImageName, lt_Relationships_UploadedImages_ID FROM lt_Relationships_UploadedImages WHERE lt_Relationships_UploadedImages_RelationshipID = #form.chip# AND lt_Relationships_UploadedImages_ImageIsActive=1
Delete image & thumbnail


No images for this relationship!

Upload an image!!

Please login!
UPDATE lt_Relationships_UploadedImages SET lt_Relationships_UploadedImages_ImageIsActive=0 WHERE lt_Relationships_UploadedImages_ID = #form.chip# SELECT lt_Relationships_UploadedImages_RelationshipID FROM lt_Relationships_UploadedImages WHERE lt_Relationships_UploadedImages_ID = #form.chip#
Please login!
Problem! sent email to #evaluate(built_variable)#
#builtmessagebody#
sent text to #parsed_phnum#

Thanks for sharing Yelp For Exes!

Here is the message we sent:

#builtmessagebody#

Input the mobile number or email address of a person to share with:

Mobile/Email:
 
Please login!
SELECT U.UserFirstName, U.UserLastName, R.* FROM Relationships R, Users U WHERE R.RelationshipID = #form.chip# AND U.UserID = R.RelationshipSubjectUserID SELECT I.lt_Relationships_UploadedImages_ImageName FROM lt_Relationships_UploadedImages I WHERE I.lt_Relationships_UploadedImages_ImageIsActive = 1 AND I.lt_Relationships_UploadedImages_RelationshipID = #form.chip# ORDER BY I.lt_Relationships_UploadedImages_AddedOn

#values.RelationshipTitle#

SELECT RelationshipTypeName FROM tt_RelationshipTypes WHERE RelationshipTypeID = #values.RelationshipTypeID# SELECT tt_StateName FROM tt_States WHERE tt_StateID = #values.RelationshipStateID#
Date: #dateformat(values.RelationshipStartDate, "Mmm d, yyyy")# - #dateformat(values.RelationshipEndDate, "Mmm d, yyyy")#
Relationship Type: #get_relationship_types.RelationshipTypeName#
Description: #values.RelationshipDescription#
Quick Rating: #values.RelationshipQuickRating#
City & State: #values.RelationshipCity#, #get_State.tt_StateName#
Honesty Rating:

#values.RelationshipHonesty#

Loyalty Rating:

#values.RelationshipLoyalty#

Frugality Rating:
(1 = cheap 10=$$$)

#values.RelationshipFrugality#

Responsibility Rating:

#values.RelationshipResponsibility#

Funniness Rating:

#values.RelationshipFunny#

Outdoor Rating:

#values.RelationshipOutdoor#

Geek Rating:

#values.RelationshipGeek#

Sex Rating:

#values.RelationshipSex#

Best thing about it: #values.RelationshipBestThing#
Worst thing about it: #values.RelationshipWorstThing#
Would be perfect for: #values.RelationshipWhoWouldEnjoy#
Who should stay away: #values.RelationshipWhoShouldStayAway#
Images:



SELECT U.UserID, U.UserFirstName, U.UserLastName, R.RelationshipStartDate, R.RelationshipEndDate, R.RelationshipID, R.RelationshipTitle, R.RelationshipDescription FROM Relationships R, Users U WHERE U.UserID = R.RelationshipAddedByUserID ORDER BY R.RelationshipAddedOn

Relationships with at least one image:

SELECT lt_Relationships_UploadedImages_ImageName FROM lt_Relationships_UploadedImages WHERE lt_Relationships_UploadedImages_RelationshipID = #get_relationships.RelationshipID# AND lt_Relationships_UploadedImages_ImageIsActive = 1 LIMIT 1
#left(RelationshipTitle,20)#...#RelationshipTitle# #dateformat(RelationshipStartDate, "Mmm D, yyyy")#
to
#dateformat(RelationshipEndDate, "Mmm D, yyyy")#
#left(RelationshipDescription,100)#...#RelationshipDescription#

All relationships:

SELECT U.UserID, U.UserFirstName, U.UserLastName, R.RelationshipStartDate, R.RelationshipEndDate, R.RelationshipID, R.RelationshipTitle, R.RelationshipDescription FROM Relationships R, Users U WHERE U.UserID = R.RelationshipAddedByUserID ORDER BY R.RelationshipAddedOn SELECT lt_Relationships_UploadedImages_ImageName FROM lt_Relationships_UploadedImages WHERE lt_Relationships_UploadedImages_RelationshipID = #get_relationships.RelationshipID# AND lt_Relationships_UploadedImages_ImageIsActive = 1 LIMIT 1
click
#left(RelationshipTitle,20)#...#RelationshipTitle# #dateformat(RelationshipStartDate, "Mmm D, yyyy")#
to
#dateformat(RelationshipEndDate, "Mmm D, yyyy")#
#left(RelationshipDescription,100)#...#RelationshipDescription#

Please login!
SELECT * FROM Users WHERE UserID = #request.UserID# Problem!
#ListElement#


Edit account

SELECT tt_StateID, tt_StateName FROM tt_States WHERE tt_StateCountryID = 1 ORDER BY tt_StateSortOrder
First Name:
Last Name:
Address Line 1:
Address Line 2 (or unit, apt, etc.):
City:
Select State:
ZIP Code:
UPDATE Users SET UserFirstName = '#values.UserFirstName#', UserLastName = '#values.UserLastName#', UserAddress1 = '#values.UserAddress1#', UserAddress2 = '#values.UserAddress2#', UserCity = '#values.UserCity#', UserStateID = '#values.UserStateID#', UserZIPCode = '#values.UserZIPCode#' WHERE UserID = #request.UserID# User info updated!

Please login!
SELECT U.UserFirstName, U.UserLastName, R.RelationshipStartDate, R.RelationshipEndDate, R.RelationshipID FROM Relationships R, Users U WHERE R.RelationshipAddedByUserID = #request.UserID# AND U.UserID = R.RelationshipSubjectUserID
Name From To
#UserLastName#, #UserFirstName#
#dateformat(RelationshipStartDate, "m/yy")# #dateformat(RelationshipEndDate, "m/yy")#
Add pic
Please login!
Please input either your email address or cell phone:

Submit

SELECT UserEmailAddress, UserMobileNumber, UserUUID FROM Users WHERE (UserEmailAddress = '#form.credential#' OR UserMobileNumber = '#parsed_phnum#') AND UserIsEmailVerified = 1 AND UserIsMobileVerified = 1 someone requested a password change for your Yelp For Exes account. Click here:

#link_to_build#

if you didn't request this action, please either ignore it or email us and we will figure out what happened.

regards,

Yelp For Exes
If there is registered Yelp For Exes account with that information, you will receive information on how to reset your password. User not found!

UPDATE Users SET UserPassword = '#hash(new_password)#' WHERE UserUUID = '#form.UUID#' AND UserIsEmailVerified = 1 AND UserIsMobileVerified = 1 Password updated!

Values did not match, please try again!

Please input your new password:



Please type it again:



Submit

SELECT UserID, UserIsEmailVerified, UserEmailAddress, UserMobileVerifyCode FROM Users WHERE UserUUID = '#form.UUID#' AND UserMobileVerifyCode = '#form.OTP#' AND UserIsMobileVerified = 0 AND UserIsEmailVerified = 0 UPDATE Users SET UserIsMobileVerified = 1 WHERE UserID = #check_valid.UserID# OTP verified, please check your email #check_valid.UserEmailAddress#

There's a link there for you to click, then you can login to Yelp For Exes!
SELECT UserID, UserIsEmailVerified, UserEmailAddress FROM Users WHERE UserUUID = '#form.UUID#' AND UserMobileVerifyCode = '#form.OTP#' AND UserIsMobileVerified = 0 AND UserIsEmailVerified = 1 UPDATE Users SET UserIsMobileVerified = 1 WHERE UserID = #check_valid_with_email_confirmed.UserID# You're now fully verified and ready to use Yelp For Exes!

it's time to go rate an ex!
SELECT UserID, UserIsEmailVerified FROM Users WHERE UserUUID = '#form.UUID#' AND UserIsMobileVerified = 0