1 (edited by gorsan 2009-03-06 15:43)

Topic: Heavily modded my site (Not PunBB)

Main page modded
http://www.forumuz.biz/forum.php

arcade
http://www.forumuz.biz/arcade.php

My extra features
-i am guessing i have the best html to BB convert (wysiwyg) editor on whole community which is modded by me from hoteditor
(hoteditor is normally broken really badly do not do it for your site, i edited code really alot)
-Multiple Moderator groups and global moderators
-Can merge whole forums or topics can chose whole topics with one click like in vbulletin
-I am cache ing my whole site which works really well with jpcache for only guests, which drops load really alot.
-Fixed many bugs in megapun. for decreased load. Removed some mods that i dont need and decreased querries
-Last posts with names on main page (found a method ,wiki.punbb method is broken alot)
-Had to disable search smile cause of many posts (this is a minus)
-Integrated a new url thing without help from .htaccess for seo
-Made a multiple sitemaps generator for google which i already sent to punres
-Removed extern.php Don't laugh you will have to do it also if your site gets bigger in posts.
-Logging moderators actions so if they do something evil i can see.
-Added some security to banning so mods dont ban each other, also prevented them to change other users passwords
-Some standart mods like message and reputation and poll
-Made SEO metatags which was really hard for me to do on viewtopic.php cause explanations here were broken.
-Added some more bbcode for videos avi flash even mp3
-Wrote a bot to download content from other forums ! (yes that is bad but i have some explanation which i dont want to talk about much)
-prevented viewtopic.php?pid= links to avoid duplicate content but that is under constructions since i changed whole url system.

THE only problem is
google is too slow to index me even with my seo ed urls
i might have done something wrong.

Re: Heavily modded my site (Not PunBB)

Interesting. For a very big forum it performs really well.

-Last posts with names on main page (found a method ,wiki.punbb method is broken alot)

Which more efficient method did you use? Can you post the code pls smile

-Removed extern.php Don't laugh you will have to do it also if your site gets bigger in posts.

What was the issue - was it load related?

The Google issue may be hard to diagnose but have you logged into the Google Webmaster Toolkit to see how Google is viewing your site?

https://www.google.com/webmasters/tools … about.html

Also you seem to be on a very fast host - who are they? Are they expensive and are they any good?

3 (edited by gorsan 2009-03-10 13:21)

Re: Heavily modded my site (Not PunBB)

- My forum is not very big, i have downloaded many posts from other forums

- It is fast mostly because of jpcache , i am not making database connections for 1 day for guests when a page is viewed , i cache whole page (server side).

-When you have extern.php with many posts , extern.php starts to get very heavy to execute

-My host i like them ,pretty cheap and fast , it is even  a virtual host

-this is the mod that i have applied but it is a bit hard to merge it with subforums i even dont know which parts i changed myself i am very weak at php  http://www.punres.org/viewtopic.php?pid=24988

Re: Heavily modded my site (Not PunBB)

Aha. Thanks for that info.

All the best with your forum!

Re: Heavily modded my site (Not PunBB)

megapun style??

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Heavily modded my site (Not PunBB)

yes megapun style smile

Re: Heavily modded my site (Not PunBB)

google is too slow to index me even with my seo ed urls