[b]Update[/b]
[quote]
Added revision announcements.
Fixed MyBB.
Removed User name additional checks.
Additional Information
Everything is now working.
[/quote]
Zip download
[url]http://code.google.com/p/garryforum/downloads/list[/url]
Svn checkout
[url]https://garryforum.googlecode.com/svn/trunk/gForum/[/url]
[QUOTE=Aide;38355410][b]Update[/b]
Zip download
[url]http://code.google.com/p/garryforum/downloads/list[/url]
Svn checkout
[url]https://garryforum.googlecode.com/svn/trunk/gForum/[/url][/QUOTE]
Is there an estimate time for when this will support IPB (Invision Power Board)
[QUOTE=gaz492;38355478]Is there an estimate time for when this will support IPB (Invision Power Board)[/QUOTE]
I would love an IPB Version as well :)
[b]Update[/b]
[quote]
Added Invision Power Board (IPB)
Updated revision number.
[/quote]
Zip download
[url]http://code.google.com/p/garryforum/downloads/list[/url]
Svn checkout
[url]https://garryforum.googlecode.com/svn/trunk/gForum/[/url]
So I'm thinking I do vBulletin next?
Also if a mod could change the title to '[b]gForum - In-Game Forum Registration (SMF, MyBB, IPB, XenForo)[/b]'
[QUOTE=Aide;38356542][b]Update[/b]
Zip download
[url]http://code.google.com/p/garryforum/downloads/list[/url]
Svn checkout
[url]https://garryforum.googlecode.com/svn/trunk/gForum/[/url]
So I'm thinking I do vBulletin next?
Also if a mod could change the title to '[b]gForum - In-Game Forum Registration (SMF, MyBB, IPB, XenForo)[/b]'[/QUOTE]
Thanks :D
[editline]7th November 2012[/editline]
Ok getting an error
[code]
ERROR: Hook 'InitPostEntity.Tags' Failed: addons/gforum/lua/autorun/server/sv_init.lua:23: attempt to call method 'connect' (a nil value)
Removing Hook 'InitPostEntity.Tags'
[/code]
[QUOTE=gaz492;38357712]Thanks :D
[editline]7th November 2012[/editline]
Ok getting an error
[code]
ERROR: Hook 'InitPostEntity.Tags' Failed: addons/gforum/lua/autorun/server/sv_init.lua:23: attempt to call method 'connect' (a nil value)
Removing Hook 'InitPostEntity.Tags'
[/code][/QUOTE]
Your using an older version of gmsv_mysqlooo which was broke go to the link in the thread.
-snip-
[QUOTE=Aide;38360763]Your using an older version of gmsv_mysqlooo which was broke go to the link in the thread.[/QUOTE]
Im using the version form the download link
Are you using the right module for your server's os and do you have libmysql installed outside the garrysmod folder?
Here is the orangebox folder and the lua/bin folder.
[img_thumb]http://i.imgur.com/zyPn3.jpg[/img_thumb]
[img_thumb]http://i.imgur.com/H0h47.jpg[/img_thumb]
What distro of linux are you using?
[QUOTE=Aide;38369482]What distro of linux are you using?[/QUOTE]
Debian 6
[QUOTE=gaz492;38369771]Debian 6[/QUOTE]
Appears someone one else is encountering the same problem.
[QUOTE=ms333;38369765]This is pretty weird.
No matter what I do, I can't connect...
[url]https://www.dropbox.com/s/3rb2h5jvbwzopdu/err.png[/url]
I followed you installation guide and copied gmsv_mysqloo_linux.dll (i'm running linux) to orangebox/garrysmod/lua/includes/modules
And libmysql.so.16 to orangebox/[/QUOTE]
[QUOTE=Aide;38369973]Appears someone one else is encountering the same problem.[/QUOTE]
The module is currently broken for linux, but if you look in the release post (some of the newest posts) Drakehawke shared a link to a temp fix until Garry fix it :)
Do you plan on fixing
[code]
// Admin is weather you wish to enabled supported admin mods to dervied it's users from your site user group. This is disabled by default and is either true or false.
Admin = true
[/code]
Admin isn't even called anywhere in the addon, so I was wondering if you would add this feature.
[QUOTE=J.R.;38379193]Do you plan on fixing
[code]
// Admin is weather you wish to enabled supported admin mods to dervied it's users from your site user group. This is disabled by default and is either true or false.
Admin = true
[/code]
Admin isn't even called anywhere in the addon, so I was wondering if you would add this feature.[/QUOTE]
Before GM13 I was working on forum rank to game rank hook for ulx and evolve. I pretty much scrapped that work and yesterday started rewriting it. In the coming days their will be some important additions such as the ability to allow users to reset their account link.
The main purpose of this addon was to allow communities to gather information from server to forum and visa versa. With an addon like this and some simple tweaking you could create a profile page with information about the player from the game server such as cash, time played, steamid, and various other information. A person could also create a automatic donation system using forum software addons and simple tweaking to gForum to look for the donation. In fact I've already done so for AGL community.
Either way this addon is great, and I modified it a tad to suit my needs(removed registration and made /link to link your account, and it sets your evolve group to your rank on the forums when you join the server).
Isn't this the addon you used to be able to SQL inject with?
I keep getting the error:
[code]
[ERROR] addons/gforum/lua/autorun/server/sv_meta.lua:219: bad argument #1 to 'lower' (string expected, got nil)
1. lower - [C]:-1
2. LinkUser - addons/gforum/lua/autorun/server/sv_meta.lua:219
3. unknown - addons/gforum/lua/autorun/server/sv_cmd.lua:9
4. unknown - lua/includes/modules/concommand.lua:69
[/code]
When i try to sign up or link an account. Its frustrating and i would really like to be using this addon.
[QUOTE=LedZepp;38408559]I keep getting the error:
[code]
[ERROR] addons/gforum/lua/autorun/server/sv_meta.lua:219: bad argument #1 to 'lower' (string expected, got nil)
1. lower - [C]:-1
2. LinkUser - addons/gforum/lua/autorun/server/sv_meta.lua:219
3. unknown - addons/gforum/lua/autorun/server/sv_cmd.lua:9
4. unknown - lua/includes/modules/concommand.lua:69
[/code]
When i try to sign up or link an account. Its frustrating and i would really like to be using this addon.[/QUOTE]
That because it the username wasn't supplied to link an account.
[lua]hash = string.lower(name) .. pass[/lua]
This addon is currently being updated as of right now.
[editline]21st November 2012[/editline]
[url]https://secure.join.me/300-429-403[/url]
Redesign.
[thumb]http://puu.sh/1sHfb[/thumb]
[thumb]http://puu.sh/1sHeY[/thumb]
And... PMs are coming back.
[thumb]http://puu.sh/1sN5Y[/thumb]
Clients will no longer have to download any files with the upcoming changes. What's planned is a Profile Center that includes the following. Read a PM you get to choose. Send a PM. View players and their forum account in-game(find out a users forum account user name and additional information). Finally a link to the forums which is straight forward. Only big changes are vgui as I can recycle my previous pm system server side code from gm12(will have to create some code for ipb though).
join.me new link -> [url]https://secure.join.me/216-322-163[/url]
live streaming development.
Nice, i will keep an eye for this and sure to be using in a few places.
[quote]
Log message
Added Personal Messages.
Added Various minor security checks.
Added Reset con command and function(button to follow soon).
Added Halt var because querys are to fast.(this is to prevent bad insert with
null userdata).
Added Debug so I can easily debug reported problems.
Added Personal Message vgui.
Added Some networking for personal messages.
Fixed some query problems.
Fixed ipb on client showing up as xf.
Changed client vgui.
Changed cl_setinfo hook.
Removed all custom image content.
Affected expand all collapse all
Modify /trunk/gForum/lua/autorun/client/cl_init.lua diff
Modify /trunk/gForum/lua/autorun/server/sv_cmd.lua diff
Modify /trunk/gForum/lua/autorun/server/sv_config.lua diff
Modify /trunk/gForum/lua/autorun/server/sv_init.lua diff
Modify /trunk/gForum/lua/autorun/server/sv_meta.lua diff
[/quote]
Zip download
[url]http://code.google.com/p/garryforum/downloads/list[/url]
Svn checkout
[url]https://garryforum.googlecode.com/svn/trunk/gForum/[/url]
Report problems/bugs you have.
So you plan on adding vbulletin as well? how long before we see this?
Is there any way I can set this up to where it can only make an account, update the user's rank with my choice of admin mod, and NOT replace the scoreboard or anything? So, after you register/link your account, you never see the box again? It messes with things like TTT for some reason...
Wasn't this the addon you said was impossible to SQL inject with, even with client side lua allowed?
My friend ran a server using it, supposedly specially patched to stop this, so (with his permission) I registered about 100 different invalid forum accounts called "your mom is a poo poo head lolololololololol" and he stopped using it soon after.
all input is escaped so
[QUOTE=shirly;38850414]Is there any way I can set this up to where it can only make an account, update the user's rank with my choice of admin mod, and NOT replace the scoreboard or anything? So, after you register/link your account, you never see the box again? It messes with things like TTT for some reason...[/QUOTE]
Explain a bit further. I don't quite understand.
[QUOTE=Ylsid;38851054]Wasn't this the addon you said was impossible to SQL inject with, even with client side lua allowed?
My friend ran a server using it, supposedly specially patched to stop this, so (with his permission) I registered about 100 different invalid forum accounts called "your mom is a poo poo head lolololololololol" and he stopped using it soon after.[/QUOTE]
I doubt you were able to sql inject with this addon considering once you registered your tied down and are unable to register/link accounts and the fact that all strings are made safe for querys like banana said.
[QUOTE=Aide;38859619]Explain a bit further. I don't quite understand.
I doubt you were able to sql inject with this addon considering once you registered your tied down and are unable to register/link accounts and the fact that all strings are made safe for querys like banana said.[/QUOTE]
It probably isn't possible in the latest version then- it was some really old version the guy was running the "creator" assured him was exploit proof, but only sanitised clientside.
Sorry, you need to Log In to post a reply to this thread.