You will need a html editor. Get one here:
http://www.mmowned.com/forums/genera...tp-access.html
I will show you how to do things like in this thread:
http://www.mmowned.com/forums/screen...u-do-this.html
Step 1. First we need to find a page to edit. Lets edit the MMOwned index so go to it then proceed to step 2.
Step 2. Now we need the source of the page which is very easy to get. In your browser go up to the view menu and in IE select "view source" or in Wyzo select "Page source". I'm not sure about any other browsers.
Step 3. It should open a text editor up and it will be filled with code. Now if possible save it as a html file. If you cant, save it as a txt. Then open the txt up in your html editor.
Step 4. Now were going to mess with the code of the page. Scroll to the bottom of the code in your editor. Near the bottom it should have things that say how long ago replies were made. Like "12 hours ago" or "40 minutes ago". Lets change them to "years ago".
Step 5. just replace "hours ago" with "years ago" then save it as index.html or w/e you saved it as before. Now open it and check your changes.
Step 6. Now lets change how many Threads, posts, and members we have. Scroll down to where it says
Code:
Threads: *#*
Posts: *#*
Members: *#*
Now that we found that change it to:
Code:
Threads: 999,999,999
Posts: 999,999,999
Members: 999,999,999
Step 7. Now save your changes and now open your html. Scroll to the very bottom to see your new changes.
Keep experimenting with this. You can change peoples names, change the logo, remove ads, etc... Also this is NOT hacking. Also this is not public unless you host it which i don't advise doing lol
. Hope this gives you all another way to not be bored or try >.>.