Another full PHP website package

Page 1 of 12 12345678911 ... LastLast
Results 1 to 15 of 173
  1. #1
    Omega FragFrog is offline
    MemberRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,630Posts

    Another full PHP website package

    As many of you shall know by now do I every now and again also make a PHP page. These included a stats adder and a PHP based reset reward script. Now it is time I believe to release a more complete package. This has just about everything you'll ever need for a good PHP based website, with about 10 never before by me released pages (though no doubt the better coders out here already made some of them available).

    I will warn you right here that this is NOT as easy to use as for example john_d's package. I don't have the PHP skills nor the time to create admin-userinterfaces for editing a newspost for example, meaning you'll actually have to edit the php files yourself. Its fairly easy, even for someone with no website skills whatsoever (in fact, it might even inspire you to go code yourself ;)), but don't complain I didn't warn you later :icon6:

    Links:
    Code:
    http://members.home.nl/matthijsdorst/Website.rar
    Recent Screenshot


    With that said and done, I'll now save myself a lot'a time by pasting the contents of the included read_me_first.txt:



    ============ FragFrog's MU WebCenter ===============
    Welcome to FrogMu's WebCenter, originally based on
    IO*'s files, editted and modified by FragFrog
    ============ FragFrog's Mu WebCenter ===============


    ----------------- Installation Notes ----------------

    1. Configuration file: config.php

    This part should speak pretty much for itself. Enter
    the username used by your SQL server and the password
    you've entered for it. Default username is 'sa', but
    I strongly suggest you create a new weblogin for the
    SQL server - they WILL attack it. IP adres is the
    IP adres of the SQL server, default is 127.0.0.1
    COPY THIS FILE TO THE 3 RESET REWARD FOLDERS:
    WING, WEAPON AND ARMOR!



    2. The resets counter

    Open the SQL manager. Go to your MuOnline database,
    select tables, rightmousebutton and click
    'New Table...' Add the following columns:

    "Name", data type "nvarchar"
    "Armor", data type "int"
    "Weapon", data type "int"
    "Wing", data type "int"
    "Ring", data type "int"
    "Pendant", data type "int"
    "Shield", data type "int"
    "Resets", data type "int"

    Then click the 'Table and Index properties'
    button, topleft next to the 'save' button.
    Enter "Resets" as a table name. See also:
    [ame="http://forum.ragezone.com/showthread.php?t=42917"]RaGEZONE - MMORPG server development forums[/ame]


    3. Small individual settings:

    3.1: modify links.php with correct download links
    for your patch, IP adres, and e-mail adres.
    3.2: update data.php with the correct info for
    your server
    3.3: change the GM mail adres in the event.php
    file to your GM's mail adres.
    3.4: edit the index.php file to have your servers
    name in the title and description used by
    search engines.
    3.5: edit the news.php file to match your servers
    latest news and updates.

    4. Forum setup

    please refer to the installation guide as can be
    found on http://www.phpbb.com for more information
    on setting up the forum.


    ------------------- Security info -------------------

    Website is "secured" by john_d's SQL injection
    detector. This is NOT 100% save! Always remember
    not to give the weblogin rights to delete anything
    or you probably will get hacked!


    -------------------- Features -----------------------

    1. Web-based reset reward system

    The webbased reset reward system allows for users
    to manually reset themself and get an increasingly
    good item in return. Currently only the armor and
    wing reset advance in options, meaning someone with
    2 resets can get a wing with 2 options, someone
    with 3 resets gets wing with 3 options, etc. Also
    the total reset number is stored for top player
    lists.


    2. Functional ban system

    The ban function allows for anyone with a GM
    character to easily ban users. All they have to do
    is enter their username, their GM character,
    password and ofcourse the characters name who must
    be banned and make it so...


    3. PK clear function

    PK clear is getting rather expensive now, since it
    will cost users more and more for each PK clear.
    Eventually this value can rise to over 100M zen!


    4. Save stat points adder

    Thats correct, a good 100% guarranteed save stats
    point add script, completely written and debugged
    by me - have been running this baby for over 4
    months on my server and NEVER had anyone abuse it!


    5. Active server status

    keep your users informed of who's online, what are
    the newest characters created, what are the highest
    scoring guilds and even some direct info on the
    server hardware - all only 1 click away from the
    main page!


    6. phpBB forum included

    all you have to do is follow their instructions
    (wich basicly say: create a database in your
    SQL server named 'Forum' and run the installer)
    and you too have a fully functional phpBB forum!


    7. basic usefull info

    included are a whole lot of event pages, server
    data pages and rules that are pretty common for
    any private server, even including client download
    location and a basic installation guide - all can
    be edited simply to match your own serverdata!


    --------------------- Credits -----------------------

    Creator: FragFrog
    Part of some scripts: IO*
    Artwork: Nathalie
    SQL protector: john_d
    Forum: the phpBB team
    Inspiration: RageZone
    Last edited by iBimbo; 18-01-10 at 08:48 PM.


  2. #2
    Enthusiast Mitzi is offline
    MemberRank
    Aug 2004 Join Date
    In My LaboratoryLocation
    44Posts
    awesome webby and u added some great features over there
    specialy the items that u get after the reset

    Thanks. =)

  3. #3
    o_O TakaShi^^ is offline
    MemberRank
    Nov 2004 Join Date
    HeavenLocation
    1,266Posts

    Nice Website issit Secure?

    ^^Nice Website^^ u are becoming a website designer too ^^ Well Done !!!!!

  4. #4
    Omega FragFrog is offline
    MemberRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,630Posts
    only 1 config.php - but I suggest you check your webserver if you get a 'page cannot be displayed' error, since if you extract the index.php file and you link to that it should always at least give you some more detailed errors :)

  5. #5
    Omega FragFrog is offline
    MemberRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,630Posts
    admin ID and pass is the username and password of your SQL server, and extracting all the files in your webservers directory should be enough to at least show the main page. I have no experience with phpnuke, so I'm affraid you'll have to configure that yourself.

    Also, for a good guide on setting up your webserver you can refer to http://forum.ragezone.com/showthread.php?t=32865

  6. #6
    Omega FragFrog is offline
    MemberRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,630Posts
    make sure you followed my guide on how to create an extra table called 'Reset', or it won't work :)

    Also, you'll have to copy that config.php file to the 3 reset option folders (wing, armor and weapon), sorry, forgot to mention that. My bad :icon6:

  7. #7
    Apprentice xtasy is offline
    MemberRank
    Nov 2004 Join Date
    5Posts
    wow dis seems complicated >.<"

  8. #8
    Enthusiast Ambuhed is offline
    MemberRank
    Mar 2004 Join Date
    LisboaLocation
    37Posts

    Urgent!

    FragFrog

    hi brother
    Can u make a php equal that but with normal reset script pliz?
    i need and i dont know script php

    i think isnt only me needing that

    Thanks

  9. #9
    Apprentice xtasy is offline
    MemberRank
    Nov 2004 Join Date
    5Posts
    LoLs but can u ryt down da steps for me??


    im a noob at dis >.<"

  10. #10
    Omega FragFrog is offline
    MemberRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,630Posts
    xtasy: I already did.. first, get your webserver running (follow the link I gave on how to do that, http://forum.ragezone.com/showthread.php?t=32865), then simply follow the installation guide :)

    I admin this is a bit more difficult then some other packages. I also warned you for that directly in the beginning. If you have experience running a website, this should be a piece'a cake, if not, I strongly suggest you follow my installation notes to the letter.

    If you're not sure how to edit things: use notepad. Leave the IP's as they are, 127.0.0.1 will do just fine. The SQL username, admin login, etc, are all the same, and by default 'sa' so you won't have to change anything for that, just the password wich you should have entered during installation of the SQL server.

  11. #11
    Enthusiast Ambuhed is offline
    MemberRank
    Mar 2004 Join Date
    LisboaLocation
    37Posts
    FragFrog

    on total accounts i think is better u on the table Account Name and put something like censored a -
    dont let it have the accounts name.

    :P

  12. #12
    Enthusiast Ambuhed is offline
    MemberRank
    Mar 2004 Join Date
    LisboaLocation
    37Posts
    xtasy for u make your website for your server u need know php scripting
    dont think on that lool

    good luck

  13. #13
    Apprentice xtasy is offline
    MemberRank
    Nov 2004 Join Date
    5Posts
    lol wtf is dat??

  14. #14
    Omega FragFrog is offline
    MemberRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,630Posts
    Hmmm.. well, thats the beauty of this package: all you have to do is remove the <a href='accounts.php'> part in the news.php file and its gone... ;)

    But I for one don't think it'll matter much... :)

  15. #15
    Apprentice xtasy is offline
    MemberRank
    Nov 2004 Join Date
    5Posts
    is dere a place where i can learn php scripting?



Page 1 of 12 12345678911 ... LastLast

Advertisement