Frequently Asked Questions

  1. Does Poker Mavens require a dedicated server?
  2. Can I install the game server on a virtual private server (VPS)?
  3. Can I install Poker Mavens on my web site?
  4. How do I customize the poker table graphics?
  5. How do I get the SMTP email functions to work with the Secure Connection option?
  6. Can I use Google's Gmail SMTP server for the email functions?
  7. How many simultaneous logins does Poker Mavens support?
  8. Is the system scalable?
  9. What programming language is Poker Mavens written in and is the source code available?
  10. I would like some custom features, can I get a custom version made?
  11. Where can I hire a programmer to customize my web site using the Poker Mavens API?



  1. Does Poker Mavens require a dedicated server?

    The Poker Mavens server module is a conventional Windows application so it will run on a regular desktop computer (Windows 2000, XP, Vista, or 7) as well as dedicated server or VPS running Windows Server 2003 or 2008. On a residential cable modem or DSL Internet connection, the upstream bandwidth (or lack thereof) will be your bottleneck so the Lite version (with its single table limit) is probably more suited for that installation. You can test your downlink and uplink speeds at www.speedtest.net. Pro/Gold version users who expect more players (dozens to hundreds) may want to consider a VPS or dedicated option from a hosting service, as described in the next item.

  2. Can I install the game server on a virtual private server (VPS)?

    Yes, the official Poker Mavens demo site at www.pmserver.net is running on a low-cost ($29/month) Windows Server 2003 VPS system hosted by www.1and1.com. Use Remote Desktop Connection to connect to your remote server from your local PC to install and manage the poker server. The RDC program is included with all versions of Windows under Start | All Programs | Accessories | Communications. Enter your remote server's IP address (or domain name) to connect. You will be prompted for a user ID (Administrator) and the corresponding password. Once logged in, the interface will appear as a normal Windows desktop. In the Options section of RDC, check the Drives box under Local Resources so that the copy of Windows Explorer on the remote server can see the disk drives of your local PC. Then you can simply copy and paste files between the two computers.

  3. Can I install Poker Mavens on my web site?

    Not directly if it's on a shared server. Most low cost web hosts are running hundreds of accounts on a single server and thus will not allow custom software to be installed that could potentially bring down their system. You can, however, install your poker server on an external system and then embed that link in an iframe tag or a popup window on your existing web site.

  4. How do I customize the poker table graphics?

    This feature is only available in the Pro and Gold versions. See the table template page for instructions. It is highly recommended that you convert your background and logo images to the native Flash SWF format so that they will be scaled smoothly when the table window is resized by the player. An online SWF convertor is available for this purpose.

  5. How do I get the SMTP email functions to work with the Secure Connection option?

    The TLS encryption functions used in the secure connection option require an external library from by the OpenSSL Project, which provides a link to a Windows installation package. Alternatively you can download and unzip the raw DLL files ssleay32.dll and libeay32.dll and copy them to the Poker Mavens program folder where PMServer.exe is installed. Also, you may need to use port 465 or 587 instead of 25 for the secure connection, depending on the requirements of your Internet service provider.

  6. Can I use Google's Gmail SMTP server for the email functions?

    Yes. Google requires a secure connection so install the OpenSSL DLL's as described above. Then set the following parameters in the Poker Mavens SMTP Server group:

    • Host server: smtp.gmail.com
    • Host port: 465
    • Username: (your gmail address)
    • Password: (your gmail password)
    • From address: (your gmail address)
    • Secure connection: Yes

  7. How many simultaneous logins does Poker Mavens support?

    That depends on your Internet bandwidth (upstream and downstream) and system resources such as cpu speed and available ram. A fast system on a 100 Mbps connection should be able to support a few hundred players.

  8. Is the system scalable?
  9. Not very. However, you could purchase multiple licenses and run multiple servers. Then using a centralized web interface, account management and logins could be handled via the Poker Mavens API to connect players to the available poker servers.

  10. What programming language is Poker Mavens written in and is the source code available?

    The server in written in Delphi and the Flash client is written in OpenLaszlo. The source code is not published.

  11. I would like some custom features, can I get a custom version made?

    Sorry, no. The software is too complex to try and maintain parallel versions on the side. If you have a feature request with wide appeal, please post a message in the Wish List section of the support forums.

  12. Where can I hire a programmer to customize my web site using the Poker Mavens API?

    PHP and other web language programmers are plentiful and can be found at work-for-hire sites such as RentACoder and Elance. You can direct your prospective bidders to the trial version of the software and the API documentation and examples.