Blessed 0 Report post Posted April 20, 2007 // spam Share this post Link to post Share on other sites
matak 2 Report post Posted April 20, 2007 I see you are having fun with php these days. Nice work. Thanks for introducing few cool functions.A small tweak to your script. Maybe you want random images. Just a simple html output like this.. <?php echo '<img src="images/random_image_'.$page_title.'.gif" alt="No image">'; ?> Should use your numbers to walk through random images in images folder (random_image_0.gif, random_image_1.gif, ...etc till 4.Maybe you can improve this script to work in total, i think that few tweaks have to be done.. Maybe later Share this post Link to post Share on other sites
Blessed 0 Report post Posted April 20, 2007 I see you are having fun with php these days. Nice work. Thanks for introducing few cool functions.A small tweak to your script. Maybe you want random images. Just a simple html output like this.. <?php echo '<img src="images/random_image_'.$page_title.'.gif" alt="No image">'; ?> Should use your numbers to walk through random images in images folder (random_image_0.gif, random_image_1.gif, ...etc till 4.Maybe you can improve this script to work in total, i think that few tweaks have to be done.. Maybe later yes it add some more things to it laterthanx for the reply Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted April 20, 2007 Just a small warning about using this script, in which I gave a similar post before about something similar to use. If you want your website to be index properly in search engines like google do not use it, because if you constantly change your website title then your site will not get index properly and you could also get denied for search engine cheating in someway. But if you don't care about that and just making a personal site then go right ahead and use it to your hearts content. Share this post Link to post Share on other sites
Blessed 0 Report post Posted April 23, 2007 Just a small warning about using this script, in which I gave a similar post before about something similar to use. If you want your website to be index properly in search engines like google do not use it, because if you constantly change your website title then your site will not get index properly and you could also get denied for search engine cheating in someway. But if you don't care about that and just making a personal site then go right ahead and use it to your hearts content. i agree whit you m8but can you use the google adds whit this script Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted April 23, 2007 hmm... With the google ad's I would say it could be logical that you could get denied, but I don't know the innre workings for adsense so person who does use adsense would have a better answer for you. Share this post Link to post Share on other sites
Blessed 0 Report post Posted April 24, 2007 Gretingsthanx for your answer m8i will look arround on the net to find my answer for the question. Share this post Link to post Share on other sites
srujanlive 0 Report post Posted April 24, 2007 That is a quite cool trick. Thanks very much man. Continue providing more such tricks Share this post Link to post Share on other sites