MyBB Community Forums

Full Version: [Solved] Game section multi upload
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I just installed game section.great plugin you have to try it
http://mods.mybb.com/view/game-section
I would like to upload 100's of games I have 1000's of games but in admin I can only add them 1 at a time does anyone know a faster way.
hello,

ask game section community for this, as this is their plugin Smile
So I figured it out myself
I have seen this asked a bit so here is how to
Upload Bulk Games To Games Section

upload and install this plug in for game section http://community.mybb.com/thread-19452-page-1.html

Once you have installed this plug in, you simply upload all of your .tar files to: /yourroot/games/tar/tar
Then go to http://yourroot/games/tar.php
You will then be on a page with all the files you just uploaded,

It is now just a matter of clicking the button to install the game of your choice.

it is very fast to install games.

The only problem I had is the games it installs are not active

so the easiest way to solve this is to do a SQL query

Quote:UPDATE mybb_games SET active = '1' WHERE active = '0'

If you have any problems i may be able to help as i had a few problems and managed to solve them