include ("site_header.inc.php"); require("mysql.inc.php"); require("ad_config.inc.php"); require("ad_functions.inc.php"); ?>
|
Advertise in our OpenUp Regional Mall System
IMPORTANT - please take a moment to read this....
The OpenUp Regional Mall System has been on the internet continuously for 5 years since its creation by Simple Online Solutions (SOS) in 1997. SOS also runs the domain registration site - www.SimpleURL.com. We have thousands of customers and have securely conducted many thousands of credit card transactions with those customers on the internet. If you have doubts about doing business with us, please click here and you'll see why we're so successful...... www.SimpleURL.com About our advertising program... You can choose to advertise throughout our entire mall system, or simply advertise in one particular mall. You can also maximize your response rate by experimenting with different ads, since you can create/edit/delete ads at will in your account, and track the click through rates for each ad. Benefits of advertising with us:
Our advertising program is a very simple and inexpensive way to get your message in front of potential customers, and you're in control. Minimum advertising order - only $ // log the exposure to the db $page_stat_select_result = mysql_query("SELECT * FROM page_stat WHERE page='$PHP_SELF' AND date=NOW()"); if(mysql_num_rows($page_stat_select_result)==0) { $page_stat_insert_result = mysql_query("INSERT INTO page_stat(page,date,count) VALUES('$PHP_SELF',NOW(),1)"); } else { $page_stat_update_result = mysql_query("UPDATE page_stat SET count=count+1 WHERE page='$PHP_SELF' AND date=NOW()"); } print(" \n");
print(" \n\nCreate your ad to see how it would look \n"); print_ad_demo("","","","","","","https://www.openup.com/ads/create_first_ad.php"); print(" \n"); include("advertise_footer.html"); print(" \nTo get started, click here to set up your free account or start creating an ad in the form above."); ?> |
include("site_footer.inc.php") ?>