FlyCMS

Page 5 of 6 FirstFirst 123456 LastLast
Results 101 to 125 of 146
  1. #101
    Elite Member SyNTaX12 is offline
    Member +Rank
    Jul 2005 Join Date
    179Posts

    Re: FlyCMS

    Read up a bit and use the fix I posted for that.

  2. #102
    Member pat2331647 is offline
    MemberRank
    Aug 2008 Join Date
    52Posts

    Re: FlyCMS

    i already do that like
    Replacing this:
    echo '<img border="1" src="includes/captcha.php"><br><br>';

    To This:
    echo '<img border="1" src="includes/captcha.php"><br><br>';
    }
    else {
    $_SESSION['vercode'] = rand(100000,999999);
    echo $_SESSION['vercode'].'<br><br>';
    }
    but its only the same thing happens, btw can i remove the Code thingy? hmm how to remove the code thingy? :D

  3. #103

    Re: FlyCMS

    SyNTaX12

    I am very sorry but even with your fix I am still seeing a box with a red X in it...Other than that I love your website design and the way things work.

  4. #104
    Sorcerer Supreme Link404 is offline
    Member +Rank
    Aug 2008 Join Date
    427Posts

    Re: FlyCMS

    All works perfetcly, I'll write a guide for you guys, it seems that you need help :P

  5. #105
    Member kareater is offline
    MemberRank
    Apr 2007 Join Date
    26Posts

    Re: FlyCMS

    register code edit ???? show code

    http://savage.no-ip.biz/index.php?page=register

  6. #106
    Sorcerer Supreme Link404 is offline
    Member +Rank
    Aug 2008 Join Date
    427Posts

  7. #107
    Elite Member SyNTaX12 is offline
    Member +Rank
    Jul 2005 Join Date
    179Posts

    Re: FlyCMS

    *bows to Link404*

    Thanks a lot for making that guide! ^^ And thanks for directing them to xampp, as I use that to create FlyCMS which means it's based on the stuff xampp has to provide :3

    And tho not many may know, or expect it, you should change every 'his' that applies to me, to 'her' :3

    If you want I'll add the link to the first post with proper credit of course ;]

  8. #108

    Re: FlyCMS

    Oh ok I understand the problem now I am using winamp instead of xampp and there is some differences in the two....Thank you for the information.

  9. #109
    Member kareater is offline
    MemberRank
    Apr 2007 Join Date
    26Posts

    Re: FlyCMS


  10. #110

    Re: FlyCMS

    kareater...Are you using winamp or xampp?

  11. #111
    Member kareater is offline
    MemberRank
    Apr 2007 Join Date
    26Posts

    Re: FlyCMS

    Quote Originally Posted by MasterofOrder View Post
    kareater...Are you using winamp or xampp?
    Wamp

  12. #112
    Sorcerer Supreme Link404 is offline
    Member +Rank
    Aug 2008 Join Date
    427Posts

    Re: FlyCMS

    Quote Originally Posted by SyNTaX12 View Post
    *bows to Link404*

    Thanks a lot for making that guide! ^^ And thanks for directing them to xampp, as I use that to create FlyCMS which means it's based on the stuff xampp has to provide :3
    You're welcome :] Yes, Xampp for the wiiiiin!

    And tho not many may know, or expect it, you should change every 'his' that applies to me, to 'her' :3
    oops, sorry, didn't know that, I'll change it :]

    If you want I'll add the link to the first post with proper credit of course ;]
    The choose is yours, I'm sure it will help many people :]

    And no, It's me who must say thanks, not you, you did and you do an awesome work, so: thanks again man :]

  13. #113

    Re: FlyCMS

    Yea I just changed over to xampp and everything works great thank you both very much, SyNTaX12 for the great website and to Link404 for the great guide on how to set it up.

  14. #114
    Elite Member SyNTaX12 is offline
    Member +Rank
    Jul 2005 Join Date
    179Posts

    Re: FlyCMS

    Edited the first post with the link etc :]

  15. #115
    Sorcerer Supreme Link404 is offline
    Member +Rank
    Aug 2008 Join Date
    427Posts

    Re: FlyCMS

    @ SyNTaX12: Thank you very much :]

    @ MasterofOrder: You're welcome :]

  16. #116
    Newbie GaSioo is offline
    MemberRank
    Sep 2008 Join Date
    6Posts

    Re: FlyCMS

    Help please... :/
    <- click

  17. #117

    Re: FlyCMS

    That has to do with the news system you have to get the cms.sql file and load it into you flyff database in mysql.

  18. #118
    Newbie GaSioo is offline
    MemberRank
    Sep 2008 Join Date
    6Posts

    Re: FlyCMS

    aww now i can't use "Register" :

    Who can give me good register.php? :o

    (sorry for my bad english, i am Polish :P)

  19. #119
    Elite Member SyNTaX12 is offline
    Member +Rank
    Jul 2005 Join Date
    179Posts

    Re: FlyCMS

    You should read the guide at the bottom of the first post. Following thta guide will make FlyCMS work 100%.

  20. #120
    Member evel is offline
    MemberRank
    Sep 2008 Join Date
    99Posts

    Re: FlyCMS

    well tks. it's a great job.
    Problems with me is the register codes and question too. and i cant fix that. i'm using wamp server and have the CMS on www folder.

  21. #121

    Re: FlyCMS

    evel,

    The CMS was written with xampp in mind so if you switch to xampp everything will work fine.

  22. #122
    Member Dtidus is offline
    MemberRank
    Sep 2008 Join Date
    27Posts

    Re: FlyCMS

    Quote Originally Posted by pat2331647 View Post
    In captcha i only see is this ,hmmm what the code for that?


    I have the same problem and i have add:

    Code:
    echo '<img border="1" src="includes/captcha.php"><br><br>';
    }
    else {
    $_SESSION['vercode'] = rand(100000,999999);
    echo $_SESSION['vercode'].'<br><br>';
    }
    But it dont work ....
    And another bug: If you use the rank page with the User (0) only code,it dont show any,but with gm (1) it work

  23. #123
    Elite Member SyNTaX12 is offline
    Member +Rank
    Jul 2005 Join Date
    179Posts

    Re: FlyCMS

    I'll check that ranking thing in a bit. I haven't really had much time to work on FlyCMS. I'll also add an option to completely remove the captcha from register. I won't fix it to work with wamp(just way too much to do for something that I just create for fun), so people who use that will just have to remove it completely when I add that or switch to xampp =/

  24. #124
    Grand Master Chelseaa is offline
    Grand MasterRank
    Mar 2007 Join Date
    In an MSN Chatroom. [:Location
    1,611Posts

    Re: FlyCMS

    Aha, so MapleStory like.
    I like the CMS, though. It's a nice step in FlyFF servers.

  25. #125
    Member Phosumii is offline
    MemberRank
    Oct 2008 Join Date
    72Posts

    Re: FlyCMS

    uh for questions says that the code is wrong always
    Last edited by Phosumii; 16-10-08 at 12:46 AM. Reason: nvm fixed



Page 5 of 6 FirstFirst 123456 LastLast

Advertisement