vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBGamEz - game monitoring script (https://vborg.vbsupport.ru/showthread.php?t=244839)

CoZmicShReddeR 08-03-2013 07:44 AM

Quote:

Originally Posted by shayanr (Post 2436386)
I might be blind ,but I can't find minecraft or ts3 in the drop down menu, ;/ I see dayz tho,

Thanks

Ok sorry I forgot I made my extra edits to make the Minecraft and Teamspeak show in drop down menu!

Install update by re-loading product-vbgamez.xml

Here is the link to my original post:
https://vborg.vbsupport.ru/showpost....&postcount=195

I already tested it works fine...

CoZmicShReddeR 10-10-2013 10:09 PM

I Need some help from the issues caused by the vBulletin 4.2.2 update for this mod if anyones interested fixing with the errors...

I am sure its a simple fix adjusting a few spots here and there...

I will eventually figure it out but would most likely be fixed a lot faster from someone who was well experienced...

Use this link to get the latest version if your interested...
https://vborg.vbsupport.ru/showpost....&postcount=195

You will have to install it on your own board or test board am sure it's just a few coding updates...

ozzy47 10-10-2013 10:19 PM

Can you give me the errors?

CoZmicShReddeR 10-10-2013 10:30 PM

You can see it by visit this page for the main server view errors:
http://www.cozworld.com/vbgamez.php?do=view&id=40

This is most likely all the errors from that page.
Code:

Warning: usort() expects parameter 2 to be a valid callback, non-static method vB_vBGamez_Sorter::by_name() should not be called statically in ..../packages/vbgamez/bootstrap.php on line 2189

Warning: Accessing static property vBGamez_Stats_Display::$registry as non static in ..../packages/vbgamez/statistics.php on line 109

Warning: Accessing static property vBGamez_Stats_Display::$server as non static in ..../packages/vbgamez/statistics.php on line 110

Warning: Accessing static property vBGamez_Stats_Display::$server as non static in ..../packages/vbgamez/statistics.php on line 118

Warning: usort() expects parameter 2 to be a valid callback, non-static method vB_vBGamez_Sorter::sort_by_playerscount() should not be called statically in ..../packages/vbgamez/bootstrap.php on line 2170

Warning: Non-static method vB_vBGamez_Sorter::intval_compare() should not be called statically in ..../packages/vbgamez/sorter.php on line 92

Warning: Non-static method vB_vBGamez_Sorter::ascDesc() should not be called statically in ..../packages/vbgamez/sorter.php on line 100

Frontpage server blocks on my website I am getting these:
Code:

Warning: Accessing static property vBGamez_Stats_Display::$registry as non static in ..../packages/vbgamez/statistics.php on line 109

Warning: Accessing static property vBGamez_Stats_Display::$server as non static in ..../packages/vbgamez/statistics.php on line 110


Everything seems to be showing but not able to update the servers...

Anything you can come up with would be most appreciated.

ozzy47 10-10-2013 10:39 PM

Hmmm, it would seem, those files may be hosted on their site, I don't see them in the zip file. So you may pretty much be hosed, other than suppressing the errors, read here, http://www.vbulletin.com/forum/forum...66#post4000466

CoZmicShReddeR 10-10-2013 10:46 PM

I am hosting them now

Look at this post has a link to the files that can be downloaded from my post...
https://vborg.vbsupport.ru/showpost....&postcount=195

ozzy47 10-10-2013 10:52 PM

Ok I got the file, let me see if there is anything I can do.

ozzy47 10-10-2013 11:00 PM

Ok lets try the first fix, to see if I am on the right track, open the file, packages/vbgamez/bootstrap.php

change line 2189 to this:

Code:

usort($server['p'], $arrayAll, array('vB_vBGamez_Sorter', $call_method));
And see if the error, Warning: usort() expects parameter 2 to be a valid callback, non-static method vB_vBGamez_Sorter::by_name() should not be called statically in ..../packages/vbgamez/bootstrap.php on line 2189 goes away

CoZmicShReddeR 10-10-2013 11:09 PM

Yes that one worked!

CoZmicShReddeR 10-10-2013 11:10 PM

Err my bad its now saying
Warning: usort() expects exactly 2 parameters, 3 given in ..../packages/vbgamez/bootstrap.php on line 2189

ozzy47 10-10-2013 11:11 PM

Ok hold on.

ozzy47 10-10-2013 11:16 PM

Ok try this:
Wait a min

ozzy47 10-10-2013 11:40 PM

Ok let me install this and play around, I don't know if I will be able to do anything, but I can try.

CoZmicShReddeR 10-10-2013 11:44 PM

Ok sounds good!

Bestrafung 10-31-2013 07:15 PM

I've been lightly modifying LGSL over the years to add support for new games but am not enough of a coder to pull a project like this off so I thank you for porting this. I'm trying to add some source based servers that run on a different query port than the server port (Chivalry: Medieval Warfare). I've tried adding the server as Source and it appears to be working. In the list I can see a green icon to show it's online but the server name, players, and other info isn't displayed. I'm using VB4.2.2 and the same servers work on the stand-alone LGSL without issue. I'd really appreciate it if you could offer some suggestions to get this working.

CoZmicShReddeR 10-31-2013 07:36 PM

Your trying to add them to the game selection?? If it's using HL2 Deathmatch just use that??

Bestrafung 10-31-2013 07:59 PM

Quote:

Originally Posted by CoZmicShReddeR (Post 2457542)
Your trying to add them to the game selection?? If it's using HL2 Deathmatch just use that??

I've actually setup a couple CSGO servers without issue but I have two UDK games, Chivalry and Red Orchestra 2 there are causing trouble. They query using Source but on a different port. For example, a CSGO server uses 27015 for both query and server port, a CMW server will use 7777 for server and 27015 for query. I've been poking at the code and I see the ports are being set via admincp in the same order (c_port, q_port, and s_port) so I've set it for 7777, 27015, 0. This is basically the same setting as my LGSL script that is already working.

It appears that only games with differing connection and query ports are affected. I'm still trying to determine the cause of the problem but my PHP skills are lacking.

CoZmicShReddeR 10-31-2013 08:02 PM

What ports can you give me the servers full ip and port or your website address??

Bestrafung 10-31-2013 08:23 PM

Quote:

Originally Posted by CoZmicShReddeR (Post 2457545)
What ports can you give me the servers full ip and port or your website address??

Ok, there may nat be an issue after all... After pouring over the code and clearing the cache and rechecking everything, one of the servers just started listing on it's own after a while.

CoZmicShReddeR 10-31-2013 08:24 PM

Ok I got it!

Example:
http://www.cozworld.com/vbgamez.php?do=view&id=63

Enter IP address and port of server are: 208.100.25.73:37019

USE IT LIKE THIS
Enter server port: 37019
Enter second server port (optionally): 37019
Enter Software port (optionally): 37019

Bestrafung 10-31-2013 09:49 PM

Quote:

Originally Posted by CoZmicShReddeR (Post 2457551)
Ok I got it!

Example:
http://www.cozworld.com/vbgamez.php?do=view&id=63

Enter IP address and port of server are: 208.100.25.73:37019

USE IT LIKE THIS
Enter server port: 37019
Enter second server port (optionally): 37019
Enter Software port (optionally): 37019

Actually, that will work but the link to join the game will fail as the connection port is different. I actually have all of the servers added and working now. Apparently there's some kind of delay when listing the UDK based games. All HL and Source games listed immediately.

Is there an alternative download link for the map images? I can create them myself if needed. I'm fixing some small bugs now but it's mostly working. Thanks.

CoZmicShReddeR 10-31-2013 09:58 PM

For now use:
http://www.cozworld.com/files/vb/mod...valwarfare.zip

Glenn379 11-18-2013 12:11 AM

Any chance that LotRO might be added to the official list? It would great to have this great mod on my forum. Users would love that!

CoZmicShReddeR 11-18-2013 01:47 AM

Quote:

Originally Posted by Glenn379 (Post 2461627)
Any chance that LotRO might be added to the official list? It would great to have this great mod on my forum. Users would love that!

I have no idea what your asking without a link to the game??

If your referring to lotro.com this mod isn't meant for stuff like that...

Glenn379 11-18-2013 01:57 AM

Quote:

Originally Posted by CoZmicShReddeR (Post 2461642)
I have no idea what your asking without a link to the game??

If your referring to lotro.com this mod isn't meant for stuff like that...

Yes, I'm referring to LotRO.com. I don't really get how it isn't made for 'stuff like that' when there are a bunch of other MMO's on the list including World of Warcraft.

CoZmicShReddeR 11-18-2013 02:26 AM

This mod has a built in query script that has queries for about 60 different games and game engines but it's. Built so people can show servers they host on a server they run or someone they know runs. Stuff like LotRO most likely doesn't like giving that kind of access to people because of privacy concerns or other malicious behavior.

I did a little searching around and there are query scripts out there that shows if the servers are up but stuff like that will never be added to this script... You can Google search the internet and look for LotRO server status scripts or blocks and most likely you will just add it to a forum block but there is no support for it in this thread.

goarack 11-26-2013 11:50 PM

courious can this be upgraded to work with vb5 ? can pay

CoZmicShReddeR 11-27-2013 12:04 AM

Quote:

Originally Posted by goarack (Post 2463994)
courious can this be upgraded to work with vb5 ? can pay

It could if you can find anyone willing...

goarack 12-01-2013 07:30 PM

i changed my mind im going to stay with vb 4x too much done on it and dont feel like having to reset every thing.
what i would like is to find some one that can fix the templates to look good though mobile style on mobile devices

CoZmicShReddeR 12-01-2013 08:11 PM

Quote:

Originally Posted by goarack (Post 2465051)
i changed my mind im going to stay with vb 4x too much done on it and dont feel like having to reset every thing.
what i would like is to find some one that can fix the templates to look good though mobile style on mobile devices

I think you might want to know I haven't found any support for mobile styles which is why I just refer people to use Tapatalk. Vbulletin is going nowhere at the moment with anyone designating styles to vbulletin mobile. I hate to say it but xenforo community skin developers seem a bit more focused with adding mobile styles but they usually are not free at least the decent ones...

You might be able to talk to Sean at http://www.bluepearl-skins.com he makes themes for vbulletin and xenforo but haven't seen him designate anything towards mobile styling with vbulletin.

I purchased vbulletin 5 and was disappointed so slow with development (CMS) and for me nothing other than a few mods here and some of my favorite dbtech mods are on it but want someone to make vbgamez on it before I switch over... I suppose if I offered a crazy amount of money I might interest someone but many coders have no idea how many gamer websites depend on vbulletin there just isn't enough people or websites using vbgamez to convince anyone to carry it on. Also vbgamez requires game ports to be open on their web hosting accounts which creates another hurdle unless someone is willing to host the query script for the masses.

Skyrider 12-15-2013 08:01 PM

Quote:

SELECT * FROM vbgamez_userbar WHERE userid = 0 ORDER BY `order`;

MySQL Error : Table 'xxx.vbgamez_userbar' doesn't exist
Something is missing..

CoZmicShReddeR 12-15-2013 08:41 PM

Quote:

Originally Posted by FF|Skyrider (Post 2468489)
Something is missing..

Are you getting the error from the light version??

The pro version has been released for free you can doenload it here: http://www.cozworld.com/files/vb/mod..._4_English.rar

If you're getting from the pro version might have to Un - install re install. Maybe your data base timed out during installation

Skyrider 12-15-2013 08:57 PM

1 Attachment(s)
Quote:

Originally Posted by CoZmicShReddeR (Post 2468495)
Are you getting the error from the light version??

The pro version has been released for free you can doenload it here: http://www.cozworld.com/files/vb/mod..._4_English.rar

If you're getting from the pro version might have to Un - install re install. Maybe your data base timed out during installation

I used that file in the first place to install it (not the file in the first post).

Also having this:

https://vborg.vbsupport.ru/attachmen...1&d=1387144616

Missing text.

I only used Beta 4 to upload files as I scattered through the thread and found the full version instead. I never installed the lite version (as mentioned) in the first post.

EDIT!!!!
EDIT!!!!
EDIT!!!!

Oddly enough, after re-installing everything, it appears to be working, thanks! Anyway I can add my own game though? EG, 2 half-life mods with their own game icons.

CoZmicShReddeR 12-16-2013 02:24 PM

Glad you got this cleared up!

As far as adding your own game obviously you choose the game engine if it was a sourcebased game then choose: Source (Half-Life 2, TF2, L4D, ..)

One like Killingfloor obviously you would use the unreal (Unreal One) engine
/images/vbgamez/maps/killingfloor/killing_floor (Its one of a few that require an odd location) It's sometimes best to upload the map from the server view page it will auto create the game folder and load the map to it...

For the Game or Mod icon add the icon to the icons folder /images/vbgamez/icons/source/ (Only if its a Source based mod or Game)
Then add your Mod icon not folder make the icon 16x16

As long as it's a source based mod you add a image folder under /images/vbgamez/maps/source/ You will have to use the same name as the game name folder where the mod is installed...

I set all my maps to 160(Width)x120(Height) jpg as that is the fixed width for the page view but you can expand the map image when you click on it from tha game servers pages

So if the mod was called "Pirates Vikings and Knights" and the mod folder was pvk and you were certain it was a Source based Game or Mod then you would add pvk folder under /images/vbgamez/maps/source/pvk and load all your map picks in there...

I hope this helps anyone having issues with the vBGamez product

Skyrider 12-16-2013 09:48 PM

1 Attachment(s)
Thanks, but is there a way I can alter the game name?

Example:
Quote:

Game: Half-Life (CS, TF, ..)
To:

Quote:

Half-Life (Steam)
And I was hoping that I can add a new info bar under the whole server information.. Example:

Quote:

Server status: Online
Game: Half-Life (CS, TF, ..)
IP: xxxxx
Map: xxxx
Players: 4/16
Rating: 1
Views: 47
To:

Quote:

Server status: Online
Game: Half-Life (Steam)
[ICON] Mod: <-- the modification name
IP: xxxxx
Map: xxxx
Players: 4/16
Rating: 1
Views: 47
And the sidebar doesn't appear to be working either (when active). Got a working sidebar block code for me to add manually? And would be nice if it auto-hides offline servers as well, until they are available again. Unless I can find a way to replace the white server offline icon with a bold red OFFLINE text.

Might be a good idea as well that when a server is offline, it could alter the map name to "unknown" or something. Rather than using the last known map name.

Also a small issue, in "who's online", the Game Server page shows as "Go to the page"

https://vborg.vbsupport.ru/attachmen...1&d=1387234578

I think it should be a better name :p.

And curious.. Is it possible that this mod can globally automatically add all the servers from the master server for a specific game/mod? Would be nifty.

Thanks btw!

CoZmicShReddeR 12-17-2013 10:24 AM

Your side block code is generated on your server view page unless you disabled it in your settings you just make a new forum block or CMS block using HTML add the code. That's all I use for my website. It's much like Gametrackers code except your the host. That is if that was what you were asking.

CoZmicShReddeR 12-17-2013 10:32 AM

As it is there is zero development being done for this product. I am only doing light modifications and keeping this alive until we get someone to pick it up.

I am offering simple support and added modifications to this product but I am not changing anything with phrases or names but you can modify your version all you want just remember what you did so you can undo what you did if something goes wrong.

We can discuss modifications but I am not supporting changing this a lot because the need for a serious coder to review any major changes and to make sure any major changes will not effect the overall changes.

Skyrider 12-17-2013 09:44 PM

I understand if you are giving light support :). That's not a problem. Just have to figure out where I can alter the "server offline" image to display text instead. Just need to figure out which template the code is on.

Bestrafung 02-21-2014 02:47 PM

We had the lite version from the beginning of this thread installed and working without issue. All of a sudden it quit working about two or three weeks ago. I have a stand alone LGSL installed on another server that still works fine. After uninstalling and reinstalling it still wouldn't work. I tried uninstalling and installing the v6 beta 4 and still have the same issue. I can add and manage servers but there isn't any query information. Has anyone else had this issue or have any ideas on how to fix this?

CoZmicShReddeR 02-21-2014 04:11 PM

Unfortunately it's because by default your vBGamEz is set to use vBGamEz.com for the remote queries and it is no longer hosting the query script!

You are going to have to point your internal query script in vBGamEz to your personal hosting of LGSL query script or there is a setting in vBGamEz to allow it to query from within as long as you are hosting your vbulletin on the same server hosting your Game servers as your website!

so basically my website is hosted on Godaddy they block all the ports so I have to remotely host my query from my game server in order to get queries... I am using wamp or xampp hosting LGSL and I point it to the query script part of LGSL works great!


All times are GMT. The time now is 06:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01499 seconds
  • Memory Usage 1,853KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete