Thread: Runescape 2006 Site! [Complete]

Page 3 of 20 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 193
  1. #21  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    The admin control panel on this is just awful. I had to rewrite it just to add boards to the forums.
     

  2. #22  
    RevolutionX PK
    All3n's Avatar
    Join Date
    Jul 2010
    Posts
    1,172
    Thanks given
    1,380
    Thanks received
    527
    Rep Power
    982
    Quote Originally Posted by animeking1120 View Post
    The admin control panel on this is just awful. I had to rewrite it just to add boards to the forums.
    I hadnt added an acp yet so that must've been Spiral. I hadnt logged into the site for a few weeks before i released this.
     

  3. #23  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Quote Originally Posted by All3n View Post
    I hadnt added an acp yet so that must've been Spiral. I hadnt logged into the site for a few weeks before i released this.
    I'm not very good with php but I have a start on an admin cp. It is fully functional and I'll gradually improve it as I learn more about php.




    The forums with a category and sub category set up.



    If anybody is interested in seeing the forums completely set up you can see it Here
     

  4. Thankful user:


  5. #24  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    I asked a friend to do a vulnerability check on the website and this is what she said.

    Code:
    « « Marlz - AcidRane » » said (2:06 PM)
    I found an Cross Site Scripting vulnerabillity within your forums, you can inject Javascript directly into the Message boxes
    and she recommended this
    Code:
    « « Marlz - AcidRane » » says
    i beleive there is a php function that youuse to parse a page before it is executed
     

  6. #25  
    Rukin sux

    Sieg's Avatar
    Join Date
    May 2009
    Posts
    1,041
    Thanks given
    223
    Thanks received
    281
    Rep Power
    244
    Quote Originally Posted by animeking1120 View Post
    I asked a friend to do a vulnerability check on the website and this is what she said.

    Code:
    « « Marlz - AcidRane » » said (2:06 PM)
    I found an Cross Site Scripting vulnerabillity within your forums, you can inject Javascript directly into the Message boxes
    and she recommended this
    Code:
    « « Marlz - AcidRane » » says
    i beleive there is a php function that youuse to parse a page before it is executed
    Yep, this should be perfect for you:

    PHP: htmlentities - Manual

    Usage:

    Code:
    <?php
        //data by user, not trusted
        $data = '<script>alert(\'HACKZOR\');';
    
        //display it with HTML tags disabled
        echo htmlentities($data, ENT_NOQUOTES);
    ?>

     

  7. #26  
    Registered Member MPL UL's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    48
    Thanks given
    4
    Thanks received
    1
    Rep Power
    14
    I need some help with this I got it working on my site but I get these what are they telling me I think it wants me to go to includes/functions.ws? on line 312 how would i find that lol. What exactly is wrong with it??

    Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /home/****/public_html/includes/functions.ws on line 312
    R-S Admin Response  "When in doubt... Play RuneScape!"



     

  8. #27  
    Registered Member MPL UL's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    48
    Thanks given
    4
    Thanks received
    1
    Rep Power
    14
    Also how would someone make it so there account that you login in with would be a Administrator? As you guy can probably tell that I am a retard when it comes to PHP and database's so please don't hate me because I want to learn.
    R-S Admin Response  "When in doubt... Play RuneScape!"



     

  9. #28  
    Donator
    Intredy's Avatar
    Join Date
    Sep 2011
    Age
    25
    Posts
    219
    Thanks given
    19
    Thanks received
    25
    Rep Power
    15
    I'm having an issue with the forums and recovering accounts. With the forums, I cannot add any Categories, or Forums. As for recovering accounts, it says "Seems like you have missed a field" or something like that. Could you please help?
     

  10. #29  
    Registered Member MPL UL's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    48
    Thanks given
    4
    Thanks received
    1
    Rep Power
    14
    Hey ddnhf how did you get rid of this:
    Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /home/****/public_html/includes/functions.ws on line 312
    R-S Admin Response  "When in doubt... Play RuneScape!"



     

  11. #30  



    Join Date
    Oct 2011
    Posts
    874
    Thanks given
    301
    Thanks received
    373
    Rep Power
    338
    Downloaded in case I ever might need it in the future, thanks.
     

Page 3 of 20 FirstFirst 1234513 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Old runescape website 2006
    By Jesse in forum Downloads
    Replies: 26
    Last Post: 08-22-2018, 04:31 PM
  2. RuneScape 2006 forums.
    By Menantectler in forum Application Development
    Replies: 4
    Last Post: 06-25-2012, 10:45 AM
  3. RuneScape 2006 website.
    By international in forum Requests
    Replies: 2
    Last Post: 05-12-2012, 10:26 AM
  4. RuneScape 2006 website theme?
    By Sieg in forum Website Development
    Replies: 5
    Last Post: 02-14-2012, 02:59 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •