[Only registered and activated users can see links. ]
I will show you how to do things like in this thread:
[Only registered and activated users can see links. ]
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
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 >.>.
Last edited by Adrenalin3; 11-09-2007 at 01:09 AM..
What's wrong with hosting it? It's nothing bad, and any changes you do is exactly like model editing it will all be client side and won't effect the server in anyway other than using up the bandwidth from linking to the images (so save all the images and link them in the html your self).