OnlineCupid.com is an online dating network based in the U.S.

Title

OnlineCupid.com * * * intro

Description

Excerpted from the website:

require("configure.php3"); if ($aff) { mysql_connect("localhost",$mysqlusername,$mysqlpassword); $res = mysql("match","SELECT * FROM affiliates_stats WHERE Month=MONTH(NOW()) AND ID=$aff"); if (!mysql_num_rows($res)) { mysql("match","INSERT INTO affiliates_stats(ID,Month) VALUES($aff,MONTH(NOW()))"); echo mysql_error(); } mysql("match","UPDATE affiliates_stats SET Hits=Hits+1 WHERE ID=$aff AND Month=MONTH(NOW())"); echo mysql_error(); # This month statistics $res = mysql("match","SELECT * FROM affiliates_current WHERE ID=$aff AND DayStat=NOW()"); echo mysql_error(); if (!mysql_num_rows($res)) { mysql("match","INSERT INTO affiliates_current(ID,DayStat) VALUES($aff,NOW())"); echo mysql_error(); } mysql("match","UPDATE affiliates_current SET Hits=Hits+1 WHERE ID=$aff AND DayStat=NOW()"); echo mysql_error(); } if ($HTTP_GET_VARS["aff"] && !$HTTP_COOKIE_VARS["aff"]) { SetCookie("aff",$HTTP_GET_VARS["aff"], time() + 3600 * 24 * 30, "/", ".onlinecupid.com"); mysql("match","UPDATE affiliates_stats SET Referals=Referals+1 WHERE ID=$HTTP_GET_VARS[aff] AND Month=MONTH(NOW())"); mysql("match","UPDATE affiliates_current SET Referals=Referals+1 WHERE ID=$HTTP_GET_VARS[aff] AND DayStat=NOW()"); } ?>
read more

Languages

English

Address

PO Box 990, Ryans Pl, High St
St. Johns WI US

Additional Information

Related Domains

External Links





Retrieved from "http://aboutus.com/index.php?title=OnlineCupid.com&oldid=24640474"