Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 193
Search took 0.01 seconds.
Search: Posts Made By: Jhonnyf
Forum: vBulletin 4.x Add-ons 09-04-2021, 02:09 AM
Replies: 1,342
Views: 371,535
Posted By Jhonnyf
Maybe your hosting do some change in your PHP , ...

Maybe your hosting do some change in your PHP , I friend recently used this in a vb 4.2.5 without problems
Forum: vB4 Programming Discussions 01-11-2013, 08:45 PM
Replies: 6
Views: 963
Posted By Jhonnyf
Thank you very much kh99; I solved the problem...

Thank you very much kh99; I solved the problem (without testing :P)

thank you again
Forum: vB4 Programming Discussions 01-11-2013, 08:02 PM
Replies: 6
Views: 963
Posted By Jhonnyf
Hi again kh99, I checked the the hook and that is...

Hi again kh99, I checked the the hook and that is the correct that I need

my another question is: How I can call this event without use a Paypal?

Thank You
Forum: vB4 Programming Discussions 01-11-2013, 05:38 PM
Replies: 6
Views: 963
Posted By Jhonnyf
Hi kh99, basicatly, I want to add a forum...

Hi kh99, basicatly, I want to add a forum suscription (the PAID FORUM) to the users that pay for the access.

I know that the can do this manual with a click in FORUM SUSCRIPTION, control panel,...
Forum: vB4 Programming Discussions 01-11-2013, 05:07 AM
Replies: 6
Views: 963
Posted By Jhonnyf
hook for Paid suscription

Hello,

This is my question:
When a User PAY por a suscription (paypal, etc) I can choose his/her group, access, etc, etc.... but I need to do more thing.. basicatly I need to insert php when the...
Forum: vBulletin 4.x Add-ons 05-24-2012, 09:52 PM
Replies: 1,342
Views: 371,535
Posted By Jhonnyf
Maybe it's because your header templete still in...

Maybe it's because your header templete still in vb 4.1.12 version, I don't see 4.2 header template but I', sure that now have many conditional or diferent code for their own tab manager
Forum: vBulletin 4.x Add-ons 05-24-2012, 02:05 AM
Replies: 1,342
Views: 371,535
Posted By Jhonnyf
Delete the Files: ...

Delete the Files:
/includes/xml/cpnav_evbs_sstab.xml

after that (if still showing) rebuild the bitfield
..../admincp/index.php?do=buildbitfields
Forum: vB4 General Discussions 05-23-2012, 02:54 PM
Replies: 3
Views: 351
Posted By Jhonnyf
All metatag should be in <HEAD>, in vbulletin is...

All metatag should be in <HEAD>, in vbulletin is the headinclude template
Forum: vB4 Programming Discussions 05-23-2012, 02:56 AM
Replies: 3
Views: 498
Posted By Jhonnyf
You have a hack that force to read a thread, this...

You have a hack that force to read a thread, this hack cath when you require the css in the HTML <link rel="stylesheet" type="text/css"...
Forum: vBulletin 4.x Add-ons 05-23-2012, 01:07 AM
Replies: 1,342
Views: 371,535
Posted By Jhonnyf
Yeah, the vb 4.2 have their own TAB MANAGER.

Yeah, the vb 4.2 have their own TAB MANAGER.
Forum: vB4 General Discussions 05-22-2012, 06:05 PM
Replies: 3
Views: 351
Posted By Jhonnyf
a litle help: ...

a litle help:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.cpafix.com%2Fforum.php

and your Imagen URL is broken (in og:image)
Forum: vB4 Programming Discussions 05-20-2012, 06:46 PM
Replies: 9
Views: 733
Posted By Jhonnyf
I did not know that the EXTERNAL.PHP can be give...

I did not know that the EXTERNAL.PHP can be give data as Javascript...

Thank you
Forum: vB4 Programming Discussions 05-20-2012, 05:12 PM
Replies: 9
Views: 733
Posted By Jhonnyf
Ahh, you need to use PHP for do that... If...

Ahh, you need to use PHP for do that...

If the test page is in the same website, you can do a SQL sentence and process the last thread, else (external website), with RSS you need to read the XML...
Forum: vB4 General Discussions 05-20-2012, 05:00 PM
Replies: 6
Views: 625
Posted By Jhonnyf
Try this Script (in headinclude template) ...

Try this Script (in headinclude template)

<script type="text/javascript">
setTimeout(function () { location.href='http://URL'; }, 5000);
</script>
where 5000 = 5 seconds (1000 = 1 seconds)
Forum: vB4 Programming Discussions 05-20-2012, 04:42 PM
Replies: 9
Views: 733
Posted By Jhonnyf
I don't understand very well what do you try to...

I don't understand very well what do you try to do but:

Create a own test.php page => https://vborg.vbsupport.ru/showthread.php?t=228112

If you want to export your thread to a another website,...
Forum: vB4 General Discussions 05-20-2012, 02:54 AM
Replies: 4
Views: 541
Posted By Jhonnyf
<a...

<a href="https://www.vbulletin.com/forum/showthread.php/401430-How-to-add-thread-no-similar-threads?p=2295234&viewfull=1#post2295234"...
Forum: vBulletin 4.x Add-ons 05-15-2012, 04:15 AM
Replies: 1,342
Views: 371,535
Posted By Jhonnyf
Ok, Updating to avoid the CSS breaking -...

Ok, Updating to avoid the CSS breaking

- edit -

I can't reproduce the error with the CSS in vb 4.1.12 and 4.1.12 Patch Level 1

Sorry
Forum: vB3 General Discussions 05-09-2012, 06:08 AM
Replies: 1
Views: 484
Posted By Jhonnyf
it's posible connect to database from another...

it's posible connect to database from another domain if configure first the "remote access" in mysql.

another opcion is ask to principal domain and get a XML with userinfo some like (need create...
Forum: vBulletin 4.x Add-ons 04-20-2012, 07:14 PM
Replies: 122
Administrative and Maintenance Tools - Check 4 Hack - Finds infected Datastore Entries
Views: 45,136
Posted By Jhonnyf
I think That I found how happen the INJECTION SQL...

I think That I found how happen the INJECTION SQL .. I'm testing on a Client and not have problem since 2 days (the day that I do the patch)
Forum: vBulletin 4.x Add-ons 02-22-2012, 07:08 PM
Replies: 2,845
Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX]
Views: 489,141
Posted By Jhonnyf
DragonByte have reason to be carefully with the...

DragonByte have reason to be carefully with the change of Encoding.... try with this:

File: /dbtech/vbshout/includes/class_core.php line 1879 (aprox) find
$shouts_r['message'] =...
Forum: vB4 Programming Discussions 08-10-2011, 11:02 PM
Replies: 6
Views: 3,633
Posted By Jhonnyf
try adding global $vbulletin; as first line

try adding global $vbulletin; as first line
Forum: Forum and Server Management 07-22-2011, 11:57 AM
Replies: 3
Views: 896
Posted By Jhonnyf
that error it's for update 4.1.3 to 4.1.4 ...

that error it's for update 4.1.3 to 4.1.4

https://www.vbulletin.com/forum/show...error-4.0.6%29...
Forum: vB4 General Discussions 07-21-2011, 03:21 PM
Replies: 4
Views: 479
Posted By Jhonnyf
What's the Hack URL.... I want to see here save...

What's the Hack URL.... I want to see here save that data
Forum: vB4 General Discussions 07-21-2011, 02:17 PM
Replies: 4
Views: 479
Posted By Jhonnyf
I don't know which hack it's, but if the field...

I don't know which hack it's, but if the field it's post table, you only should be call (in postbit template)

{vb:raw post.NOMBRE_FIELD}
Forum: vBulletin 4.x Add-ons 05-14-2011, 11:44 PM
Replies: 1,342
Views: 371,535
Posted By Jhonnyf
In Plugin Insertando Tabs find: $tree =...

In Plugin Insertando Tabs
find:
$tree = array();
while( $tabs = $vbulletin->db->fetch_array( $result ))
{
if (is_null($tabs['tipo']))
{
...
Showing results 1 to 25 of 193

 
Forum Jump

All times are GMT. The time now is 02:03 AM.


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.01818 seconds
  • Memory Usage 2,051KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (24)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete