it connects perfectly -- it's just that one button that's superfucked
[QUOTE=Soleeedus;38992403]it connects perfectly -- it's just that one button that's superfucked[/QUOTE]
[QUOTE=Aide;38989254]Users() doesn't do anything.[/QUOTE]
In other words it isn't complete yet.
No i double checked everything and reinstalled it and it still is not working, is ther anyway you can set this so it updates a players ingame rank with the one on their forum profile ?
When its working i working again ;)
I get this error when I join the server.
[ERROR] addons/gforum/lua/autorun/server/sv_meta.lua:1596: attempt to call method 'query' (a nil value)
1. SendPM - addons/gforum/lua/autorun/server/sv_meta.lua:1596
2. unknown - addons/gforum/lua/autorun/server/sv_cmd.lua:34
3. unknown - lua/includes/modules/concommand.lua:69
I'm pretty sure my MySQL details are correct. - I'm also using SMF.
I then click to view members:
[ERROR] addons/gforum/lua/autorun/client/cl_init.lua:757: attempt to call upvalue 'Users' (a userdata value)
1. DoClick - addons/gforum/lua/autorun/client/cl_init.lua:757
2. OnMouseReleased - lua/vgui/dlabel.lua:206
3. unknown - lua/vgui/dimagebutton.lua:125
read the above posts
view members is not finished
look at your server console: does it say "successfully connected to the database" or "failed to connect"?
It doesn't come up.
Then you MySQL setting are not right
[QUOTE=ideal-gaming;38993298]No i double checked everything and reinstalled it and it still is not working, is ther anyway you can set this so it updates a players ingame rank with the one on their forum profile ?
When its working i working again ;)[/QUOTE]
Check sv_config.lua for
[lua]
// 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 = false
[/lua]
[QUOTE=mib999;38994159]It doesn't come up.[/QUOTE]
If you are encounter problems first check your console looks like this. All the text in green is the text that should be in your console.
[thumb]http://puu.sh/1G3ea[/thumb]
[QUOTE=Aide;38994431]Check sv_config.lua for
[lua]
// 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 = false
[/lua]
If you are encounter problems first check your console looks like this. All the text in green is the text that should be in your console.
[thumb]http://puu.sh/1G3ea[/thumb][/QUOTE]
I get what you mean now :P
[QUOTE=ideal-gaming;38994569]Yes is is "false"[/QUOTE]
Make it true and everyone who has a different group than your register group will be added to 'prefix'_rank table.
what about it not working :/ any luck on that side ?
[QUOTE=Aide;38994431]Check sv_config.lua for
[lua]
// 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 = false
[/lua]
If you are encounter problems first check your console looks like this. All the text in green is the text that should be in your console.
[thumb]http://puu.sh/1G3ea[/thumb][/QUOTE]
Everything is there. Except "connected to the database" It may be a problem relating to my MySQL database. I've enabled Remote MySQL for "%" so it has access, and I've also double checked the details for the DB.
[code]
[gForum] Server -> Commands loaded.
[gForum] Server -> Variables loaded.
[gForum] Server -> Commands loaded.
[gForum] Server -> Variables loaded.
[gForum] Server -> Player meta's loaded.
[gForum] Server -> Player meta's loaded.
[ERROR] addons/gforum/lua/autorun/server/sv_init.lua:15: Couldn't load module library!
1. require - [C]:-1
2. ConnectToSQL - addons/gforum/lua/autorun/server/sv_init.lua:15
3. fn - addons/gforum/lua/autorun/server/sv_init.lua:65
4. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
[/code]
[b]Edited:[/b]
Just tested connecting to my Database via HeidiSQL. It connects perfectly.
[b]Edited 2:[/b]
Successfully to connected to database. Nevermind, I'm so sorry for bothering you all.
[QUOTE=mib999;39003310]Everything is there. Except "connected to the database" It may be a problem relating to my MySQL database. I've enabled Remote MySQL for "%" so it has access, and I've also double checked the details for the DB.
[code]
[gForum] Server -> Commands loaded.
[gForum] Server -> Variables loaded.
[gForum] Server -> Commands loaded.
[gForum] Server -> Variables loaded.
[gForum] Server -> Player meta's loaded.
[gForum] Server -> Player meta's loaded.
[ERROR] addons/gforum/lua/autorun/server/sv_init.lua:15: Couldn't load module library!
1. require - [C]:-1
2. ConnectToSQL - addons/gforum/lua/autorun/server/sv_init.lua:15
3. fn - addons/gforum/lua/autorun/server/sv_init.lua:65
4. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
[/code]
[b]Edited:[/b]
Just tested connecting to my Database via HeidiSQL. It connects perfectly.
[b]Edited 2:[/b]
Successfully to connected to database. Nevermind, I'm so sorry for bothering you all.[/QUOTE]
So is everyone thing ok for you ?
And what did you have wrong ?
[QUOTE=ideal-gaming;39003645]So is everyone thing ok for you ?
And what did you have wrong ?[/QUOTE]
I forgot to include libmysql.dll. xD
i got mine to connect but i think i know the problem, its connecting to the mySQloo but that is not connecting the database for the fourms ?
would that cause this error ?
[QUOTE=ideal-gaming;39004127]i got mine to connect but i think i know the problem, its connecting to the mySQloo but that is not connecting the database for the fourms ?
would that cause this error ?[/QUOTE]
Did you add libmysql.dll to orangebox/ folder?
[QUOTE=mib999;39004151]Did you add libmysql.dll to orangebox/ folder?[/QUOTE]
Yes but how does that connect to my webhosts database ?
[QUOTE=ideal-gaming;39004833]Yes but how does that connect to my webhosts database ?[/QUOTE]
libmysql.dll is required for gmsv_win32_mysqloo.dll to work.
Make sure your connection details are correct in sv_init.lua
[QUOTE=Aide;39006212]libmysql.dll is required for gmsv_win32_mysqloo.dll to work.
Make sure your connection details are correct in sv_init.lua[/QUOTE]
no what i mean is my database for my website is an external web address so would it still connect ?
As now that i have connected it to a local MySQL database its working fine
[QUOTE=ideal-gaming;39006992]no what i mean is my database for my website is an external web address so would it still connect ?
As now that i have connected it to a local MySQL database its working fine[/QUOTE]
If your website is hosted on cPanel or similar, you will probably need to add it to the hosts whitelist, normally round here...
[img]http://puu.sh/1Gtmf[/img]
No i use Godaddy and they dont have that
Godaddy stills requires you to whitelist ip afaik, consult their support team via a tech if you need to whitelist an external ip.
I am still wondering one thing, would it be possible instead of this popping up when you join you make it a command like "!signup" or "!signin" ?
[QUOTE=ideal-gaming;39028066]I am still wondering one thing, would it be possible instead of this popping up when you join you make it a command like "!signup" or "!signin" ?[/QUOTE]
Or making it an optional register, instead of forcing players (= loose no playerbase)
That's what i've done to my copy.. and stripped out the other board coding since I only need MyBB's :)
When will this become available for Vbulletin, i can maybe offer assistance because i own Vbulletin.
[QUOTE=metrotyranno;39043521]When will this become available for Vbulletin, i can maybe offer assistance because i own Vbulletin.[/QUOTE]
He already mentioned he couldn't match the hash for vBulletin, try reading up?
[QUOTE=Aide;38959940]
I wasn't able to ever get the vbulletin hash to match. I remember telling you.[/QUOTE]
Infact, he already answered your question a page back, why ask again?
Someone make a video tutorial for us noobs out there. I know its sad go ahead and rate this post dumb.
Have you ever thought about adding support for vbulletin?
[QUOTE=thegtz;39061914]Have you ever thought about adding support for vbulletin?[/QUOTE]
Try reading two posts prior.
[QUOTE=MrTheJoker;39060415]Someone make a video tutorial for us noobs out there. I know its sad go ahead and rate this post dumb.[/QUOTE]
not to be a dick but if you can't figure it out you probably shouldn't run a server using it, especially since this is in beta and there have been bugs
Sorry, you need to Log In to post a reply to this thread.