Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
zakwilko is on a distinguished road
 
Posts: 6
Join Date: Jul 2010
Default Need A Script... - 07-16-2010, 01:23 PM

hey there,

im looking for a script for my cheats website
it needs to be a php script and maybe use MySQL, i would like it to be where i can add pages and just add cheats like that insted of adding pages threw the file manager so basicly like a site script were it lets me add pages and edits pages for my cheats website for game consoles!

help me please!

thanks,
Zak
Reply With Quote
Sponsored Links
(#3 (permalink))
Old
Junior Member
zakwilko is on a distinguished road
 
Posts: 6
Join Date: Jul 2010
Default 07-16-2010, 01:37 PM

thanks alot mate
Reply With Quote
(#4 (permalink))
Old
Senior Member
Rhyfelwr is on a distinguished road
 
Posts: 134
Join Date: May 2010
Location: UK - Somewhere in the middle!
Default 07-18-2010, 11:03 PM

Creating your own shouldn't be too tricky if you have some basic knowledge of php.

1) Admin page to add content, which will store to MySQL database.
2) CMS page, in which the url would end with a query relating to the right content. i.e. www.yoursite.com/index.php?content=134

When this page is visited, the php will "get" the $content string (ID number for instance) and display (or echo) the content for that record in the main body of the page. That way, you only have one page, and multiple content depending on the url query string.

To pass the url query string to this viewing page, you would probably have an index page that lists all content (or a snippet of it) from your database. You could add a link (<a href="contentviewer.php?content="<?php echo $row_fromdatabase['ID'];?>">link description</a>)

If you need further help with this, just let me know.
Reply With Quote
(#5 (permalink))
Old
Senior Member
Jasper is on a distinguished road
 
Posts: 165
Join Date: Jun 2010
Default 07-24-2010, 02:08 PM

Quote:
Originally Posted by Rhyfelwr View Post
Creating your own shouldn't be too tricky if you have some basic knowledge of php.
But clearly he doesn't, otherwise he wouldn't be asking here...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com