Malricks Posted September 8, 2008 Share Posted September 8, 2008 Hi, I want to create a site like this one - powerebooks dot com/links/ Here is the site - http://www.cb-analytics.com/top-products.php Please help how do I create a site like that. I can do it manually but it will take more than 50 hours.Please help. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/123260-need-help-please/ Share on other sites More sharing options...
JonnoTheDev Posted September 8, 2008 Share Posted September 8, 2008 With a database and knowledge of PHP. You better get a book. Quote Link to comment https://forums.phpfreaks.com/topic/123260-need-help-please/#findComment-636545 Share on other sites More sharing options...
revraz Posted September 8, 2008 Share Posted September 8, 2008 So you want to steal it? I can do it manually but it will take more than 50 hours.Please help. Quote Link to comment https://forums.phpfreaks.com/topic/123260-need-help-please/#findComment-636547 Share on other sites More sharing options...
obsidian Posted September 8, 2008 Share Posted September 8, 2008 Well, it starts with having a database to house your information. For a link page as simple as that you have shown us, it really would take a matter of an hour or less to get everything together for it, if you know what you're doing. The biggest time consumption will come from gathering the resources themselves. Once you have the DB populated, you just need a simple loop to retrieve all the records and list them out to the screen in the format you specify. Pagination can be a bit tricky for someone getting started, but there are enough tutorials and threads on this site to help you through with that that it shouldn't take you any time to get up to speed. Good luck! Quote Link to comment https://forums.phpfreaks.com/topic/123260-need-help-please/#findComment-636548 Share on other sites More sharing options...
Malricks Posted September 8, 2008 Author Share Posted September 8, 2008 Thanks for replies, I want to create 5000+ files for those links.I don't want to cloak, I just want like html files with this code - <meta HTTP-EQUIV="REFRESH" content="0; url=http://affid.productid.hop.clickbank.net"> I want the file name to be like domain name and each redirecting to the site. Is there anyway to do this, please help, I can pay you if you know how to do it. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/123260-need-help-please/#findComment-636580 Share on other sites More sharing options...
obsidian Posted September 8, 2008 Share Posted September 8, 2008 I can pay you if you know how to do it. Thanks If you are looking for someone to write this for you, you need to post in the freelancing forum. If you are looking for some help in understanding techniques, feel free to continue this thread. Quote Link to comment https://forums.phpfreaks.com/topic/123260-need-help-please/#findComment-636583 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.