how to delere data inserted in sql. i am using bizdirectory script and there are some recorde which i delete. How this is possible.
I believe I posted the mod for the "recently added" on the DP Forums. I'd search through my posts. There are only about 1000, and I posted the mod within the last few months. Do a mod rewrite to parse out to .html. As for the Coop, follow Shawn's directions as to what to place where. I just placed the code in the footer include. That's about it.
Just use the Search feature in the VB forum at the top of the page Here you go: http://forums.digitalpoint.com/showthread.php?t=10215&highlight=require_once
thanks for your support tell me one more thing how can i convert .php file to .html in biz-directory script ...can you give me that code also. I will be greatful to you.
Check out this site: http://www.kuro5hin.org/story/2003/7/31/2335/08552 You need to do a mod_rewrite.
Im using WSN Links and I highly recommend it. It's affordable and extremely customisable and easy to use. You will need to have a basic understanding of HTML, if you want to edit it. Only improvement I can suggest is that they make the default theme more attractive.
Check out this site. It is a great primer. That or hire someone to do it. There are tons of people on this forum that would likely do this for you. http://www.kuro5hin.org/story/2003/7/31/2335/08552
No I haven't but with WSN you don't really need to know PHP to edit it, since I don't lol. The support is very good as well, I suggest you download the free trial version, but I never did so I cant say how close to the real version it is.
this mod_rewrite code is not working out for my site www.cash-for-surveys.com/dir RewriteEngine on RewriteRule ^dir/([a-zA-Z0-9_]*).html$ index.php?c=$1 [L,NC] RewriteRule ^dir/([a-zA-Z0-9_]*).html$ add_url.php?c=$1 [L,NC] RewriteRule ^dir/([a-zA-Z0-9_]*).html$ recent.php=$1 [L,NC] RewriteRule ^dir/([a-zA-Z0-9_]*).html$ search.php?c=$1 [L,NC] tell me what other changes are required?
You'll have to change your internal linking to reflect the changes you've made in your httpd.conf or .htaccess files.
I have a "home town" directory that I use K-Links for: http://www.turn-k.net/k-links You might want to read the forum first. Support wise, they have certainly had some issues with slow/no responses in the past. If you are comfortable with editing php to customize it how you want, it's pretty easy to work with. If you are not experienced with PHP and will require lots of support/questions, it may not be a good solution.
can anyone tell me how can i add coop code at www.cash-for-surveys.com/dir . i have lraedy done it at www.cash-for-surveys.com but i don know how to do it for www.cash-for-surveys.com/dir
You have to edit the template file of your directory software. Probably the same way you placed the ads down there...
i did the same think which you have told me but didn't work out for me. I don know why ? i have placed the folowing code : <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_227.php'); echo $ad_network; ?> but it show's the same code written on the webpage.