Groupon Clone :Dealphp Previously Wroupon

Recent Articles

Wroupon V3.6 En is released now!

21st April 2011, We proudly announce UltraV3.6 Version of Wroupon (English), Brazil version will be launched in few days. We have added a new system log and improved captcha system in V3.6 Series. Existing users will soon be able to download upgrade file, We will try to upload upgrade v3.2 to 3.6 and 3.4 to […]

Read Article ›

about-wroupon

Server Requirements: PHP5 with MBString , GD Support and CURL. MySQL5 (Engine MyISAM) Apache for URL rewrite or equiv. Linux is best preferred A good starting host can be http://www.webhostingbuzz.com Coding : Wroupon is coded on OOPS based concept, which is very similar to Zend Framework and template is done similar way to smarty engine. […]

Read Article ›

How do i show Video on sidebar of the deal

While you post a deal, There is an input box called FLV Video File There you need to enter correct video location of your FLV file. Note:You must have file uploaded already! Example http://mywebsite.com/files/video/deal12.flv Then it is going to show up there .

Read Article ›

How do i activate sms feature in my Wroupon v3

SMS Sumscribe is an optional package as described Make sure you have got registered with SMS service Provider and modified your /include/function/sms.php line 13, Without doing so ,Your SMS Function will not work, You can signup service like ClickaTell.com Then after editing goto /manage/system/sms.php and enter username and pass.

Read Article ›

How do i change time zone , or deal does not start on time

Only applicable on V2.2 and earlier.V3/V4 Script users should not use this tutorial.   This is due to time zone difference. You can modify script in few secs to work it in your time zone to do so. goto include/application.php Line 55-57 /* date_zone */ if(function_exists(‘date_default_timezone_set’)) { date_default_timezone_set(‘Asia/Shanghai’); } /* end date_zone */ Change Asia/Shanghai […]

Read Article ›

Ultra

============================================= Features in Wroupon UltraV3 (addon features over V2.2) ===================== UltraV3 is 100% turn key solution It has WAP version inbuilt,Which is text based version for mobile users. Google Maps Integration(Shows Map on each deal) SEO Options with each deal (Title,Meta-tags) Forum for users to discuss. Survey with question and answers Printed coupon support , […]

Read Article ›

Incorrect time zone in groupon clone

If you are facing incorrect timezone trouble in groupon clone. fix it by going to include/application.php line 56 if(function_exists(‘date_default_timezone_set’)) { date_default_timezone_set(‘Asia/Shanghai’); } Just edit it or comment it like //if(function_exists(‘date_default_timezone_set’)) { date_default_timezone_set(‘Asia/Shanghai’); }

Read Article ›

How to setup Facebook connect in groupon clone

Regardless of your experience level it is advised to read this section to guarantee correct configuration of your application. It is incorrect settings in the Facebook Developer application that tends to be the cause for misfunction. This can result in many hours of lost time trying to fix it. Choose application name Open Facebook Developer […]

Read Article ›

How do i change G icon(Favicon) in my groupon clone

Step 1. Create a favicon for your self. Create your logo or use existing logo Then goto http://www.favicon.cc/ and generate your favicon.ico Step2. Change existing Favicon goto your server browse through /static/icon/favicon.ico and replace with your New icon. Step3. Clear your browser cache. After replacing favicon this is possible you still see old favicon. To […]

Read Article ›

Setting up email system, Step by step.

Step1. Login in to your admin area. Step2. Goto system >> Email and select phpmail as mailing option. in email boxes type down your email addresss. Note:I would recommend you to type email which belongs to your server. for example your website is mycoolcoupons.com Then in those box enter email address from your server only […]

Read Article ›

How to i edit template files in groupon clone

Wroupon template files exists at include/template/ Those are files are smarty like html files. From there you can change layout of  website/ Change language too. We would not recommend you to edit template from backend(website admin). Edit them offline using any html editor(just be cautious ) and upload them on include/template/ . Then goto include/compiled […]

Read Article ›

How do i change my logo

Please create an image with following dimensions 246px × 68px save  it  on your system with name logo and format is png. so it is logo.png Now goto your server browse through the directories and find /static/css/i/logo.png Replace this logo file with yours. Remember to clear cache of your browser to see changes Thats it

Read Article ›

Can not add city in manage >> system??

Till version 2.2 There is a bug when you add a city like san diago , it will not be able to add it. It has been fixed! To fix it goto manage/system/city.php Line 11 $cityname = preg_split(‘/[\s,]+/’, $_POST[‘hotcity’], -1, PREG_SPLIT_NO_EMPTY); Replace it with $cityname = preg_split(‘/[,]+/’, $_POST[‘hotcity’], -1, PREG_SPLIT_NO_EMPTY); And you are done. Thanks

Read Article ›

What is wroupon the groupon clone?

DealPHP (Wroupon)is a turnkey solution to get your own groupon . com like site. Groupon get into publicity recently , and is a deal of the day website that is localized to major markets in US and canada. How ever popularity made groupon to earn millions in very small span of time. Wroupon has come […]

Read Article ›

How do i change header of my Groupon Clone header?

Groupon Header is controlled using 2 files mainly . one is template file You can control html using include/template/header.html another is css file /static/css/index.css Here is the code you need to edit. #hdw { -moz-background-clip:border; -moz-background-origin:padding; -moz-background-size:auto auto; background-attachment:scroll; background-color:transparent; background-image:url(“i/bg-hd.gif”); background-position:0 0; background-repeat:repeat-x; height:157px; }

Read Article ›