• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Online RPG like Pokemon Crater or Psypoke

Alakazam

Banned
  • 222
    Posts
    21
    Years
    I was just wondering if anyone would be willing to help me create an online RPG like Pokemon Crater and Psypoke have. I've noticed that they've been really successful and I've tried them out and they're a lot of fun, so I was wondering if anyone with a knowledge of PHP and MySQL or whatever programming languages they use would be willing to help me create one. I'd do it myself, but I don't know programming well enough to be able to create a complicated program like that. Anyway, any help would be greatly appreciated.
     
    Yeah, where the heck is Psypoke? I hope they don't pull a Poke Sky on us (ie. be up one day and dissapear forever the next day)!
     
    Oh, I'll help. Pick Me! I know PHP! Yay!
     
    Man Good luck I would help but I specialise in other aspects of computers so I'd be no help. I found Pokemon Crater when the game was an extra thing on the side but now the whole site is about the game.
     
    PHP:
    <?php 
    if($set="base") { $folder="Base Set"; }
    if($set="jungle") { $folder="Jungle"; } 
    if($set="fossil") { $folder="Fossil"; }
    if($set="base2") { $folder="Base Set 2"; }
    if($set="rocket") { $folder="Team Rocket"; }
    if($set="gym") { $folder="Gym Heroes"; }
    if($set="gym2") { $folder="Gym Challenge"; }
    ?>
    <head>
    <title>The APCC - <?echo $folder;?> - <?echo (stripslashes($pokemon));?></title>
    </head>
    <? virtual("/left.php"); ?>
    <img src="/folder.gif" width="15" height="11" alt="Folder" /> <b>TCG <img src="/arrow.gif" width="5" height="10" alt="Arrow" /> <?echo $folder;?> <img src="/arrow.gif" width="5" height="10" alt="Arrow" /> <?echo (stripslashes($pokemon));?></b> <? virtual("/header.php"); ?>
    <p><center><h1><?echo (stripslashes($pokemon));?></h1></center>
    <p align="center"><img src="/tcg/<?echo $set;?>/<?echo $number;?>.jpg" alt="<?echo (stripslashes($pokemon));?>" /></p>
    <? virtual("/right.php"); ?>
    Here's how the script is suposed to work: instead of making a page for each TCG card, I decided to write a script since it will be the same page over and over again, except with a different Pokemon card. Anyway, the problem is that when you enter a URL like *image removed* instead of showing the first card from the Jungle set, it shows the first card from the Gym Challenge set instead. Can somebody please tell me what is wrong with my script?
     
    anyone wanna make bets on a release date?
    I got $5 on never
     
    LOL, hmm well if it does come out than cool but I am kinda with V-Road on this one. Oh and by the way if you do make it don't make it like pok?mon TCG *sticks out tung*. Anyway I will add $10.00 more to V-Roads bet XD.
     
    Hey Alakazam, why don't you ask Aaron? i bet he'll help you...

    Off-topic [kinda...]: what is your PKMN Crater username?
     
    PGN said:
    Hey Alakazam, why don't you ask Aaron? i bet he'll help you...

    Off-topic [kinda...]: what is your PKMN Crater username?
    What is Aaron's username?
    I signed up once, but I haven't used it in like a year, so I forgot.
     
    I actually used to have a copy of one of the first versions of Pokemon Craters rpg(I had all files, some ppl still probabally have it)
     
    Try project x rendering. This allows you to associate keywords with pictures and use animated gifs and stylesheets to overlap each other.
     
    v-road said:
    I actually used to have a copy of one of the first versions of Pokemon Craters rpg(I had all files, some ppl still probabally have it)
    I would just be interesting to look at how everything works. I wouldn't know where to start when creating a complicated script like that, so it would be cool to see how they did it.
     
    Back
    Top