vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   A List Of 3rd Party Remote Hosted Software (https://vborg.vbsupport.ru/showthread.php?t=145996)

DieselMinded 04-29-2007 02:20 AM

A List Of 3rd Party Remote Hosted Software
 
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 - 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

Quote:

Originally Posted by DiesellMinded (Post 1265944)
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:
PHP Code:

<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.
PHP Code:

<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(0target=_top onClick=openPoker(966)>Poker</a


Dismounted 09-23-2007 06:11 AM

Code:

$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

1 Attachment(s)
Quote:

Originally Posted by Dismounted (Post 1344981)
Code:

$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:
HTML Code:

<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:
HTML Code:

<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.


All times are GMT. The time now is 04:59 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.01081 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete