Jump to content
xisto Community
Sign in to follow this  
Joshthegreat

Misc Cool Scprits Im looking for some cool scripts

Recommended Posts

Well I'm looking for some cool php scirpts to spruce up my website a little and make it more interactive. Does anyone have some scripts that are easy to apply and customise? I would be enternally greatful, since all the pre-installed scipts on the Xisto cpanel take up loads and loads of webspace. Thanks.

Share this post


Link to post
Share on other sites

Yeha I will add a shoutox. Thanks for the link FaLgoR. I had forgotten what that site was, I know it's got a load of sweet scripts on. I'll check it out. Thanks,

Share this post


Link to post
Share on other sites

What kind of scripts are you looking for. I'm a programmer and I create tons of scripts. :) I'd be happy to code something for you, that is, if you cannot already code it yourself. I could code virtually anything that your mind thinks up. I'm really bored right now so I'm going to go code some pointless script that I probably won't even use. Later. >_> :)

Share this post


Link to post
Share on other sites

Here a little code, but cool :)<?if(!$area)$area = 'main';if(file_exists("$area.htm"))include("$area.htm");elsedie("Area not found.");?>with this code, you can make something like this:link.php?area=downloadsso, by this link, you will be redirected to downloads.htm, its dinamic, I really love it ?D

Share this post


Link to post
Share on other sites

Here a little code, but cool :)

 

<?

if(!$area)

$area = 'main';

 

if(file_exists("$area.htm"))

include("$area.htm");

else

die("Area not found.");

?>

 

with this code, you can make something like this:

link.php?area=downloads

so, by this link, you will be redirected to downloads.htm, its dinamic, I really love it ×D

63512[/snapback]


you miss the point of that script. the purpose of that method of linking is that you can add a function that will called before all pages will be parsed and sent to the output buffer.

Share this post


Link to post
Share on other sites

I like that site that you posted, whyme. Except, some of those things can be easily created by yourself. A quiz, for example, is extremely easy to create by yourself. Also, I've never seen that small script before, whoever posted it (FaLgOr?). If I want to do something like that, (I did this on my site) I'd make a page with an index to all of the things. Say it was named 'games.php'. Then it would change to view_game.php?id=GAMEID. On view_game.php would be this:

$game = $_GET['game'];$query=mysql_query("SELECT title,link FROM games WHERE id='$game'");while($row=mysql_fetch_row($query)) echo '<h2>'.$row[0].'</h2><br /><br /><embed src="'.$row[1].'" heigh="600" width="340"></embed>';

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.