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

Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: MyPornLife.info
Forum: vB3 General Discussions 12-22-2009, 05:52 AM
Replies: 2
Views: 566
Posted By MyPornLife.info
no one knows ??

no one knows ??
Forum: vB3 General Discussions 12-20-2009, 08:35 AM
Replies: 2
Views: 566
Posted By MyPornLife.info
adding button in navbar in vB 3.6.x

in vBulletin 3.6.x there is no $template_hook[navbar_buttons_left]
so is there any way to add button in navbar without changing template...i mean by plugin
Forum: vBulletin 3.6 Add-ons 12-18-2009, 11:14 PM
Replies: 247
Views: 84,879
Posted By MyPornLife.info
looking for a version for vB4

looking for a version for vB4
Forum: vB3 General Discussions 12-12-2009, 10:36 PM
Replies: 4
Views: 640
Posted By MyPornLife.info
not working. same result

not working. same result
Forum: vB3 General Discussions 12-12-2009, 06:55 AM
Replies: 4
Views: 640
Posted By MyPornLife.info
field "ID" is in table: first (its an INT field)...

field "ID" is in table: first (its an INT field)
field "IDs" is in table: second (its a VARCHAR field)

so "ID" & "IDs" two different field in deferent table.

"ID" contains a single unique...
Forum: vB3 General Discussions 12-11-2009, 11:17 PM
Replies: 4
Views: 640
Posted By MyPornLife.info
Join SQL command

hey.
i use these SQL command
$a = $db->query_first("SELECT `IDs` FROM " . TABLE_PREFIX . "second WHERE pID = $pID");
$b = $a['IDs']; // it returns like 7,9,15,16
$query =...
Forum: vB3 General Discussions 11-23-2009, 08:31 AM
Replies: 6
Views: 823
Posted By MyPornLife.info
thank you very much :) its working nice

thank you very much :)
its working nice
Forum: vB3 General Discussions 11-23-2009, 04:16 AM
Replies: 6
Views: 823
Posted By MyPornLife.info
no. VARCHAR. why? shud i change it?

no. VARCHAR.
why? shud i change it?
Forum: vB3 General Discussions 11-23-2009, 01:30 AM
Replies: 6
Views: 823
Posted By MyPornLife.info
ok. here is my mysql's table structure ...

ok. here is my mysql's table structure

https://vborg.vbsupport.ru/external/2009/11/3.png


i want to select rows from vbArticles
as im the admin my usergroup is 6
look at the table vbCat...
Forum: vB3 General Discussions 11-22-2009, 10:47 PM
Replies: 6
Views: 823
Posted By MyPornLife.info
usergroup permission based SQL query

in a custom page...

i hav to use this: $query = "SELECT * FROM " . TABLE_PREFIX . "vbtable WHERE cID = ??? ORDER BY dateline DESC";

in the category table (in mysql) there are six...
Forum: vB3 General Discussions 11-19-2009, 01:56 PM
Replies: 2
Views: 556
Posted By MyPornLife.info
thank you very much :) just what i was looking...

thank you very much :)
just what i was looking for..
Forum: vB3 General Discussions 11-19-2009, 04:06 AM
Replies: 2
Views: 556
Posted By MyPornLife.info
xml to variable

hey.
the xml file name is: list.xml which is on http://domain/path/list.xml

its code is:
<note>
<to>
Tove
</to>
<from>
Jani
Forum: Modification Graveyard 11-16-2009, 12:50 AM
Replies: 1,813
Major Additions - Video-Directory Remixed
Views: 321,055
Posted By MyPornLife.info
same question here. or can anyone post some...

same question here.

or can anyone post some compatible XML file of some video services like google vid, yahoo vid, pornhub etc.
Forum: vB3 General Discussions 11-10-2009, 03:22 AM
Replies: 5
Views: 669
Posted By MyPornLife.info
ok, in a page im using a function more than 10...

ok, in a page im using a function more than 10 times.

inside that function i need to call a DB table. yes lynne u r right, i dont wanna use Type-2 too.

but what about type-3 ?

when declare...
Forum: vB3 General Discussions 11-09-2009, 11:36 AM
Replies: 5
Views: 669
Posted By MyPornLife.info
<font size="3">too bad...ppl r not willing to...

<font size="3">too bad...ppl r not willing to help, these days</font>
Forum: vB3 General Discussions 11-08-2009, 02:52 AM
Replies: 5
Views: 669
Posted By MyPornLife.info
need help about function

plz look at these 3 types of code

type 1:
$query = $vbulletin->db->query_first("SELECT * FROM " . TABLE_PREFIX . "table");

function abc($var)
{
echo $query[$var];
}
Forum: vB3 General Discussions 11-05-2009, 12:34 AM
Replies: 0
Views: 421
Posted By MyPornLife.info
$vbphrase not working in custom page

i tried to use $vbphrase in my custom pages.

only the phrases from global field work when I use them in templates

but when i use them in .php file, none is working, even not from global field
...
Forum: vB3 General Discussions 11-01-2009, 08:15 AM
Replies: 0
Views: 465
Posted By MyPornLife.info
creating a REPORT system

hey im trying to create a REPORT system for my article mod.

i used these codes in article_report.php file to do that:

$forumid= ''; //this tis the forum id where report is generated as a...
Forum: vB3 General Discussions 10-28-2009, 08:08 AM
Replies: 3
Views: 1,029
Posted By MyPornLife.info
ya ya ya. i know that very well. & i tried...

ya ya ya. i know that very well. & i tried vbdate(). it can convert UNIX timestamp to normal like php date() function.
but thats not my problem
i want to include user's (current user) timezone here...
Forum: vB3 General Discussions 10-28-2009, 03:16 AM
Replies: 3
Views: 1,029
Posted By MyPornLife.info
time now, timezone's questions

hey
in a custom page, when someone add something (maybe a comment system), it adds to database current server time using TIMENOW
on my server..time zone is GMT +07.00
so it add to mysql db that +7...
Forum: vB3 General Discussions 10-26-2009, 04:42 AM
Replies: 1
Views: 456
Posted By MyPornLife.info
Database error for my query

hey i used this query but its showing error

$db->query_read("SELECT * FROM " . TABLE_PREFIX . "userdata AS userdata LEFT JOIN " . TABLE_PREFIX . "userid AS userid WHERE userdata.xID = userid.xID...
Forum: vB3 General Discussions 10-16-2009, 01:55 AM
Replies: 5
Views: 662
Posted By MyPornLife.info
ya thats what i was talking about defining...

ya thats what i was talking about
defining $show['reputationlink'] in php

plz giv me the codes here...coz i hav no idea which codes

plzzzzz
Forum: vB3 General Discussions 10-16-2009, 01:01 AM
Replies: 5
Views: 662
Posted By MyPornLife.info
ya actually i tried $show['reputaionlink']...

ya actually i tried $show['reputaionlink'] first...then i also tried $show['infractionlink'] & $show['reportlink']

not working..

& Brandon's site link ??
Forum: vB3 General Discussions 10-16-2009, 12:26 AM
Replies: 5
Views: 662
Posted By MyPornLife.info
$show[''] not working in custom page

hey
i created a custom page
in the template $show['SOMETHING'] is not working

like if i use <if condition="$show['reputationlink']">

its not working...always negetiv result

i think i need...
Forum: vB3 General Discussions 10-15-2009, 10:33 AM
Replies: 2
Views: 1,352
Posted By MyPornLife.info
thank you sir

thank you sir
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT. The time now is 01:48 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.01711 seconds
  • Memory Usage 2,033KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (6)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