Adventure Quest Worlds

Page 7 of 26 FirstFirst 12345678910111213141517 ... LastLast
Results 91 to 105 of 382
  1. #91
    Enthusiast Sotaeko is offline
    MemberRank
    Sep 2012 Join Date
    CanadaLocation
    31Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by Arievlis View Post
    Can anyone direct me to a good CMS for these files?
    I'm trying to adapt the HiddenProject CMS - 4th Revival.
    I have some errors, but I'm trying little by little.
    Can anyone direct me to one?



    Gabriel "Oroch" Silveira - Arievlis "Oroch" Leirbag
    Why are you using a CMS? You do not really need it.

  2. #92
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by Arievlis View Post
    Can anyone direct me to a good CMS for these files?
    I'm trying to adapt the HiddenProject CMS - 4th Revival.
    I have some errors, but I'm trying little by little.
    Can anyone direct me to one?

    Edition: Omnija, how far the Revision 3?



    Gabriel "Oroch" Silveira - Arievlis "Oroch" Leirbag
    Ill release it when more shops/items are implemented and jooda stops posting.

    I might also start doing some of the monster stats, before i release it.

  3. #93
    Member Arievlis is offline
    MemberRank
    Jun 2012 Join Date
    ...Location
    62Posts

    Re: Adventure Quest Worlds

    Yes, I know that it is not necessary, but the game itself is more presentable this way.
    I just liked the idea of the CMS, but I imagine that this is not the HiddenProject presents some mistakes because it was not made ​​for these files.
    My idea was actually how do I get through the game on a site of mine, done for example in .html, or .php.

  4. #94
    Enthusiast Sotaeko is offline
    MemberRank
    Sep 2012 Join Date
    CanadaLocation
    31Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by Arievlis View Post
    Yes, I know that it is not necessary, but the game itself is more presentable this way.
    I just liked the idea of the CMS, but I imagine that this is not the HiddenProject presents some mistakes because it was not made ​​for these files.
    My idea was actually how do I get through the game on a site of mine, done for example in .html, or .php.
    what do you mean by this?
    "My idea was actually how do I get through the game on a site of mine, done for example in .html, or .php."

  5. #95
    Member Arievlis is offline
    MemberRank
    Jun 2012 Join Date
    ...Location
    62Posts

    Re: Adventure Quest Worlds

    Example:
    I create a page for browser games.
    How do I play my private aqw starting this page.
    Is there a file that I leave on my page?
    Should be using a blank page with only the AQW.
    Just to test.

  6. #96
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by Arievlis View Post
    Example:
    I create a page for browser games.
    How do I play my private aqw starting this page.
    Is there a file that I leave on my page?
    Should be using a blank page with only the AQW.
    Just to test.
    You can add an index.php or html that redirects to w/e starting page you want. Or you can edit the files so you don't have to have a playme folder.

    If you create a index.php
    Code:
    <?php
      header( 'Location: http://youriphere/playme' );
      exit();
    ?>
    Not sure if this is what you meant...

  7. #97
    Enthusiast Sotaeko is offline
    MemberRank
    Sep 2012 Join Date
    CanadaLocation
    31Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by omnija View Post
    You can add an index.php or html that redirects to w/e starting page you want. Or you can edit the files so you don't have to have a playme folder.

    If you create a index.php
    Code:
    <?php
      header( 'Location: http://youriphere/playme' );
      exit();
    ?>
    Not sure if this is what you meant...
    That is what I figured you meant as well.

  8. #98
    Member Arievlis is offline
    MemberRank
    Jun 2012 Join Date
    ...Location
    62Posts

    Re: Adventure Quest Worlds

    Almost it Omnija, but what i wanted was to know which file in the folder "PlayMe" that initiates the game, so I starting a php or html file that can make a direct link to this file.
    So I could for example create a new site/template and incorporate AQW it.
    Being able until create a CMS, for exemple.


    Sorry if they do not understand me, I'm using Google Tradudor not contain many errors of translation.

  9. #99
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by Arievlis View Post
    Almost it Omnija, but what i wanted was to know which file in the folder "PlayMe" that initiates the game, so I starting a php or html file that can make a direct link to this file.
    So I could for example create a new site/template and incorporate AQW it.
    Being able until create a CMS, for exemple.


    Sorry if they do not understand me, I'm using Google Tradudor not contain many errors of translation.
    I'am still not 100% sure what you mean but, index.php is what you want to look at. It initiates the flash file (SWF) alpha_fixed.swf, which is the game client.

    Code:
    /playme/gamefiles/Alpha_fixed.swf

  10. #100
    Member Arievlis is offline
    MemberRank
    Jun 2012 Join Date
    ...Location
    62Posts

    Re: Adventure Quest Worlds

    Exactly Omnija, this is what i said.The question is, my problem is that if I try to go by: http://localhost/playme/gamefiles/Alpha_fixed.swf
    I can not enter because it is always in the "Authenticating account info."
    Do not leave this part, you know what do you?

    Try it yourself the link between "http://localhost/playme/gamefiles/Alpha_fixed.swf" and you'll see my problem, so I think you will understand me.

  11. #101
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by Arievlis View Post
    Exactly Omnija, this is what i said.The question is, my problem is that if I try to go by: http://localhost/playme/gamefiles/Alpha_fixed.swf
    I can not enter because it is always in the "Authenticating account info."
    Do not leave this part, you know what do you?

    Try it yourself the link between "http://localhost/playme/gamefiles/Alpha_fixed.swf" and you'll see my problem, so I think you will understand me.
    Simple fix -> copy the cf-userlogin.php into the gamefiles folder

  12. #102
    Member Arievlis is offline
    MemberRank
    Jun 2012 Join Date
    ...Location
    62Posts

    Re: Adventure Quest Worlds

    For some reason here not fix nothing. >_<
    I try to open: http://localhost/playme/gamefiles/Alpha_fixed.swf
    After i put login and password, press enter, and stop in the same part, "Authenticating Account info..."
    But open ok if i go for http://localhost/playme

  13. #103
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Adventure Quest Worlds

    Quote Originally Posted by Arievlis View Post
    For some reason here not fix nothing. >_<
    I try to open: http://localhost/playme/gamefiles/Alpha_fixed.swf
    After i put login and password, press enter, and stop in the same part, "Authenticating Account info..."
    But open ok if i go for http://localhost/playme
    Copy "cf_userlogin.php" to /playme/gamefiles/ -> same folder at the alpha_fixed.swf

  14. #104
    Member Arievlis is offline
    MemberRank
    Jun 2012 Join Date
    ...Location
    62Posts

    Re: Adventure Quest Worlds

    This is what I make...
    And continue the same.
    Last edited by Arievlis; 29-09-12 at 05:56 AM.

  15. #105
    Apprentice Fulmine is offline
    MemberRank
    Sep 2012 Join Date
    9Posts

    Re: Adventure Quest Worlds

    The game looks interesting keep up!
    Cheers!



Advertisement