/    Sign up×
Community /Pin to ProfileBookmark

Help with something wierd (Game site)??

this might not make sense and it might not exist but if it does please help me ???

ok is there a script that automatically creates html pages or replaces images i own a site called InZane Games check it out to get an idea of what i mean [url]www.inzanegames.com[/url]

MY PROBLEMS:

  • 1. Every time i get a new game i have to go through every single page of my site to ad the new advertisement for the new game (you can see this on my site on the left of [url]http://www.inzanegames.com/[/url] where it says new release) is there a way i can just type in the image location or upload the image and the new image will just show up on every page???
  • 2. Also everytime i get a new game i have to put it in the list under it’s category is there a way once again were all i have to do is put in the image, description and links without editing all the games because i have to take a game from my front page and cut it and paste it on another page and then replace where it was with the new game so is there a way i can just upload all the stuff needed then it will move all the games down one and the new game will be on top without me having to go through the long process
  • (Example here: [url]http://www.inzanegames.com/arcade.html[/url])

  • 3. is there a way i can also create a page for a game without haveing to go through the long proccess of replacing images and links?
  • (Example here: [url]http://www.inzanegames.com/Dinerdashfloonthego.htm[/url])

    Thanks in advance
    please try and help

    to post a comment
    PHP

    12 Comments(s)

    Copy linkTweet thisAlerts:
    @sfjhnwerJan 28.2007 — Since all you pages are .htm, I assume you don't have a database.

    The best solution is to use a database.

    You can create a javascript file and include it on all pages. So you only need to put info in the javascript file.
    Copy linkTweet thisAlerts:
    @infektidauthorJan 28.2007 — i do have a mysql database if that is what you mean is there a site on how to set this up?
    Copy linkTweet thisAlerts:
    @sfjhnwerJan 28.2007 — Just Create a database table, and put all game info there.

    So For Question

    1. you only need to fetch the newest game from table and display the ad

    2&3. Use a .php page instead of .htm pages.


    i do have a mysql database if that is what you mean is there a site on how to set this up?
    [/quote]

    If you know php+mysql, you should be able set it up fairly easily.

    Or, you can search for some shopping libraries made by others.
    Copy linkTweet thisAlerts:
    @sfjhnwerJan 28.2007 — Make a database table like this

    Game ID | Add Date | Title | Description.....

    So to get the newest game item, use
    [CODE]SELECT * FROM table_name ORDER BY add date DESC LIMIT 0,1[/CODE]

    And you no longer need to create separate pages for each game. Just make a single php file to handle all the games.
    Copy linkTweet thisAlerts:
    @sfjhnwerJan 28.2007 — First make a database table like this

    Game ID | Add Date | Title | Description.....

    So to get the newest game item, use
    [CODE]SELECT * FROM table_name ORDER BY add date DESC LIMIT 0,1[/CODE]

    And you no longer need to create separate pages for each game. Just make a single php file to handle all the games.
    Copy linkTweet thisAlerts:
    @infektidauthorJan 29.2007 — this might not make sense and it might not exist but if it does please help me ??

    ok is there a script that automatically creates html pages or replaces images i own a site called InZane Games check it out to get an idea of what i mean www.inzanegames.com

    MY PROBLEMS:

  • 1. Every time i get a new game i have to go through every single page of my site to ad the new advertisement for the new game (you can see this on my site on the left of http://www.inzanegames.com/ where it says new release) is there a way i can just type in the image location or upload the image and the new image will just show up on every page???



  • 2. Also everytime i get a new game i have to put it in the list under it's category is there a way once again were all i have to do is put in the image, description and links without editing all the games because i have to take a game from my front page and cut it and paste it on another page and then replace where it was with the new game so is there a way i can just upload all the stuff needed then it will move all the games down one and the new game will be on top without me having to go through the long process


  • (Example here: http://www.inzanegames.com/arcade.html)

  • 3. is there a way i can also create a page for a game without having to go through the long process of replacing images and links?



  • (Example here: http://www.inzanegames.com/Dinerdashfloonthego.htm)

    [B]IM MOSTLY LOOKING FOR A WAY THAT MY SITE CAN RUN LIKE www.Reflexive.com[/B]

    So if someone could make me that script to run my site like that I thank you

    ALSo

    i have

    Kernel version 2.6.12-1.1381_FC3

    Apache version 1.3.37 (Unix)

    PERL version 5.8.5

    PHP version 4.4.3

    MySQL version 4.0.27-standard

    cPanel Build 10.9.0-RELEASE 118


    Thanks in advance

    please help
    Copy linkTweet thisAlerts:
    @infektidauthorJan 29.2007 — HELP HELP HELP!!!!!

    this might not make sense and it might not exist but if it does please help me ??

    ok is there a script that automatically creates html pages or replaces images i own a site called InZane Games check it out to get an idea of what i mean www.inzanegames.com

    MY PROBLEMS:

  • 1. Every time i get a new game i have to go through every single page of my site to ad the new advertisement for the new game (you can see this on my site on the left of http://www.inzanegames.com/ where it says new release) is there a way i can just type in the image location or upload the image and the new image will just show up on every page???



  • 2. Also everytime i get a new game i have to put it in the list under it's category is there a way once again were all i have to do is put in the image, description and links without editing all the games because i have to take a game from my front page and cut it and paste it on another page and then replace where it was with the new game so is there a way i can just upload all the stuff needed then it will move all the games down one and the new game will be on top without me having to go through the long process


  • (Example here: http://www.inzanegames.com/arcade.html)

  • 3. is there a way i can also create a page for a game without having to go through the long process of replacing images and links?



  • (Example here: http://www.inzanegames.com/Dinerdashfloonthego.htm)

    [B]IM MOSTLY LOOKING FOR A WAY THAT MY SITE CAN RUN LIKE www.Reflexive.com[/B]

    So if someone could make me that script to run my site like that I thank you

    ALSo

    i have

    Kernel version 2.6.12-1.1381_FC3

    Apache version 1.3.37 (Unix)

    PERL version 5.8.5

    PHP version 4.4.3

    MySQL version 4.0.27-standard

    cPanel Build 10.9.0-RELEASE 118


    Thanks in advance

    please help
    Copy linkTweet thisAlerts:
    @MrCoderJan 29.2007 — What your asking for is a full website development, not a script.

    That is not what we do here.

    We can help you while you are developing your site, but we will not do it for you.
    Copy linkTweet thisAlerts:
    @ApkcleverOct 05.2022 — improve your gaming skill with [apkclever](https://apkclever.com) you can visit this website and I hope it's you.
    Copy linkTweet thisAlerts:
    @James0707Oct 05.2022 — @infektid#704299 There should be with how much content there is online about this
    Copy linkTweet thisAlerts:
    @sibertOct 05.2022 — 16 YEARS LATER - Closing :-)
    Copy linkTweet thisAlerts:
    @sibertOct 05.2022 — {"locked":true}
    ×

    Success!

    Help @infektid spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.19,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...