View Full Version : A List Of 3rd Party Remote Hosted Software
DieselMinded
04-29-2007, 02:20 AM
OK I have 2 of these and they are awesome !
Addon Chat and Plugin Poker
I have been looking for other 3rd Party Things to use and pay per Mth or Year like i do these 2 but I CANT FIND ANY !!
I Search here and all the threads i get in return are that Vbulletin.org will never have a section to list these , Ok Thats fine but I would still like to have atleast a thread to show links to 3rd party developers .
Please Only List Those who are Remotely Hosted , Remote Authentication , Full Vbulletin Integration
Ill Get it started ...
www.addonchat.com (http://www.addonchat.com) - Integrated Chat Software
www.pluginpoker.com - Integrated Texas Holden Tables
thedvs
06-09-2007, 07:07 PM
yeah except the poker plugin they hurridly did for vbulletin doesnt work with the latest vb's
DieselMinded
06-11-2007, 03:42 AM
Whaaa... ITs Working Great
DM
Cigarcritic
09-23-2007, 03:03 AM
Whaaa... ITs Working Great
DM
The code they offer for the navbar is for 3.03 and does not work with 3.6.8. Can you or anyone else help me? PM sent too.
They want me to find, but it's not exactly the same as in 3.6.8:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout"
onclick="return log_out()">$vbphrase[log_out]</a></td>
...and add the following IMMEDIATELY above it.
<script type="text/javascript"><!--
function openPoker(cn) {pipwin=open("","pipwin","scrollbars=no,width=715,height=510").document.write("<html><title>Texas Holdem</title><frameset rows=* cols=* border=0 frameborder=0><frame noresize scrolling=no src=http://www.pluginpoker.com/popup/lobby.asp?c="+cn+"&phpu=$bbuserinfo[username]&phpp=$bbuserinfo[password]&phpe=$bbuserinfo[email]></frameset></html>");}
--></script>
<a href=javascript:void(0) target=_top onClick=openPoker(966)>Poker</a>
Dismounted
09-23-2007, 06:11 AM
$vbphrase[log_out]
Find that and you'll find the rest of it. That (logout) code was altered slightly in the 3.6.7 upgrade.
Cigarcritic
09-23-2007, 06:26 AM
$vbphrase[log_out]
Find that and you'll find the rest of it. That (logout) code was altered slightly in the 3.6.7 upgrade.
When I add their code it adds a link above the Navbar. Any ideas? Thanks!
See attachment.
Dismounted
09-23-2007, 06:34 AM
Instead of:
<script type="text/javascript"><!--
function openPoker(cn) {pipwin=open("","pipwin","scrollbars=no,width=715,height=510").document.write("<html><title>Texas Holdem</title><frameset rows=* cols=* border=0 frameborder=0><frame noresize scrolling=no src=http://www.pluginpoker.com/popup/lobby.asp?c="+cn+"&phpu=$bbuserinfo[username]&phpp=$bbuserinfo[password]&phpe=$bbuserinfo[email]></frameset></html>");}
--></script>
<a href=javascript:void(0) target=_top onClick=openPoker(966)>Poker</a>
Use:
<td class="vbmenu_control"><script type="text/javascript"><!--
function openPoker(cn) {pipwin=open("","pipwin","scrollbars=no,width=715,height=510").document.write("<html><title>Texas Holdem</title><frameset rows=* cols=* border=0 frameborder=0><frame noresize scrolling=no src=http://www.pluginpoker.com/popup/lobby.asp?c="+cn+"&phpu=$bbuserinfo[username]&phpp=$bbuserinfo[password]&phpe=$bbuserinfo[email]></frameset></html>");}
--></script>
<a href=javascript:void(0) target=_top onClick=openPoker(966)>Poker</a></td>
Cigarcritic
09-23-2007, 06:46 AM
Thank you, Dismounted!!
That took care of my issue.
One more question, works perfect in FireFox but IE opens up an additional blank window titled www.mysitesurl.com/?styeid=10
Any idea what is causing this? Thank you very much for the help!!
Cancel that for ?styeid=10 as the extra blank window is just showing my sites index url now. It's always something with IE.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.