Jump to content
xisto Community
Sign in to follow this  
Blessed

A Monthly Web Title Script

Recommended Posts

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

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 later

thanx for the reply

Share this post


Link to post
Share on other sites

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

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 m8

but can you use the google adds whit this script

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.