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

Showing results 1 to 25 of 116
Search took 0.00 seconds.
Search: Posts Made By: mohammad6006
Forum: vB4 Programming Discussions 04-21-2015, 06:02 AM
Replies: 4
Views: 931
Posted By mohammad6006
Does this hook work when a member login with...

Does this hook work when a member login with cookie or session and without login form?

--------------- Added 1429603453 at 1429603453 ---------------



I want to add user id who login to...
Forum: vB4 Programming Discussions 04-21-2015, 03:29 AM
Replies: 4
Views: 931
Posted By mohammad6006
hook after member login

I want to run a query after a member login to forum

which hook should I use?
Forum: vB4 Programming Discussions 04-17-2015, 06:58 PM
Replies: 5
Views: 624
Posted By mohammad6006
that is not important I created a table...

that is not important

I created a table with 3 columns : userid, dateline, date

I could select userid and lastactivity from "user" table and insert to userid and dateline in this table

but...
Forum: vB4 Programming Discussions 04-17-2015, 06:45 PM
Replies: 5
Views: 624
Posted By mohammad6006
vbdate('Y-m-d', lastactivity) work out of the...

vbdate('Y-m-d', lastactivity) work out of the query

for example if I fetch query and store in variable like: $visitor[lastactivity] and then
vbdate('Y-m-d', $visitor[lastactivity]) was working...
Forum: vB4 Programming Discussions 04-17-2015, 06:34 PM
Replies: 5
Views: 624
Posted By mohammad6006
change time format inside of query

How can I change lastavtivity format and add to another table?

$vbulletin->db->query_write("
INSERT INTO `". TABLE_PREFIX ."mba_hozor`
(userid, dateline, date)
SELECT userid,...
Forum: vB4 Programming Discussions 04-17-2015, 01:01 PM
Replies: 1
Views: 323
Posted By mohammad6006
How can i select and insert with one query?

It is an example about SELECT from a table and INSERT to another table :

INSERT INTO Customers (CustomerName, Country)
SELECT SupplierName, Country FROM Suppliers;


How can I do that with VB...
Forum: vB4 General Discussions 02-10-2015, 06:12 AM
Replies: 7
Views: 1,319
Posted By mohammad6006
I add but not solved

I add but not solved
Forum: vB4 General Discussions 02-09-2015, 10:05 AM
Replies: 7
Views: 1,319
Posted By mohammad6006
No , I don't have this line in config.php No...

No , I don't have this line in config.php

No . There aren't any error about this topic and this action

after I click on edit post , edit box open but its blank and I click on save then error...
Forum: vB4 General Discussions 02-08-2015, 05:03 PM
Replies: 7
Views: 1,319
Posted By mohammad6006
for example this post : #6224...

for example this post : #6224 (http://forum.tractorfc.com/showthread.php?t=6777&p=1967795&viewfull=1#post1967795)

vb 4.2.2
php 5.3.29
Forum: vB4 General Discussions 02-07-2015, 02:23 PM
Replies: 7
Views: 1,319
Posted By mohammad6006
not editable post

for example :
when I copy news from this link : http://www.farsnews.com/newstext.php?nn=13931118000293#sthash.JXv1d5pZ.HOmHcDs0.dpuf
directly

select all news -> ctrl + c and ctrl+v to forum new...
Forum: vB4 Programming Discussions 02-07-2015, 06:37 AM
Replies: 4
Views: 652
Posted By mohammad6006
my forum is in : forum.site.com other folder...

my forum is in : forum.site.com

other folder that i want to use forum cookie is : site.com/admin

cookie path setting is on : /
domain cookie setting is on : (space)

What value i need to...
Forum: vB4 Programming Discussions 02-05-2015, 05:50 AM
Replies: 4
Views: 652
Posted By mohammad6006
I know I create a file test.php and...

I know

I create a file test.php
and insert that codes

so , my usergroup is 6 and when i run this page show 6
but for other users for example moderators and registered group display 1

1 is...
Forum: vB4 Programming Discussions 02-03-2015, 03:35 PM
Replies: 4
Views: 652
Posted By mohammad6006
get usergroupid value

I use this code in external vbulletin page :
$curdir = getcwd ();
chdir('/home/tractorfc/domains/tractorfc.com/public_html/forum');
require_once('global.php');
chdir ($curdir);
echo...
Forum: vB4 Programming Discussions 12-21-2014, 10:59 AM
Replies: 14
Views: 1,515
Posted By mohammad6006
vbulletin database using for another system

i want create a news portal for my website

news portal with users, posts , category and tags

Is good choice , If i use vbulletin database tables ,for this portal?

(for security and optimize...
Forum: vB4 Programming Discussions 12-19-2014, 05:58 PM
Replies: 1
Views: 343
Posted By mohammad6006
use vbulletin class in non vb sites

my forum is in subdomain for example : forum.site.com

i have another sub domain for example : new.site.com

now i want use vbulletin user login or session in new.site.com

require global.php
...
Forum: vBulletin 4.x Add-ons 05-30-2014, 06:06 AM
Replies: 2,697
Major Additions - vBExperience 4
Views: 528,949
Posted By mohammad6006
i need progress bars for user infraction? ...

i need progress bars for user infraction?

can i add this?
Forum: vB4 Programming Discussions 05-19-2014, 09:58 AM
Replies: 3
Views: 485
Posted By mohammad6006
not work this is full code of plugin :...

not work

this is full code of plugin : https://vborg.vbsupport.ru/showthread.php?t=270797

<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="chip_limitnewthreadperday"...
Forum: vB4 Programming Discussions 05-19-2014, 08:53 AM
Replies: 3
Views: 485
Posted By mohammad6006
limit post in thread per day

this code in plugin is for limit users post in forum per day :

if($vbulletin->options['chip_limitnewthreadperday_advopturn'] && trim($vbulletin->options['chip_limitnewthreadperday_advop']))
{...
Forum: vBulletin 4.x Add-ons 04-28-2014, 08:14 AM
Replies: 2,765
Views: 556,251
Posted By mohammad6006
but from yesterday final step is working and not...

but from yesterday final step is working and not finish

from yesterday proccess reach to 270000 and i dont know how time this step end

and in forum not show old thans under posts
Forum: vBulletin 4.x Add-ons 04-27-2014, 01:59 PM
Replies: 2,765
Views: 556,251
Posted By mohammad6006
i update to new version but i have more than...

i update to new version but i have more than 1000,000 post in my forum

so Finalising Install take mane times

not have other way?
Forum: vBulletin 4.x Add-ons 03-24-2014, 04:56 PM
Replies: 70
Profile Enhancements - Profile Page Banner
Views: 13,400
Posted By mohammad6006
thank you very much i add style ...

thank you very much

i add style
style="max-height: 350px; max-width: 75%;"
Forum: vBulletin 4.x Add-ons 03-24-2014, 01:18 PM
Replies: 70
Profile Enhancements - Profile Page Banner
Views: 13,400
Posted By mohammad6006
how can i change banner size like facebook cover?

how can i change banner size like facebook cover?
Forum: vBulletin 4.x Add-ons 09-24-2013, 06:49 PM
Replies: 4
BB Code Enhancements - BBCode: Embed Aparat Videos in posts
Views: 3,541
Posted By mohammad6006
یعنی چی به صورت فرم لود نشه؟ متوجه نشدم بیشتر...

یعنی چی به صورت فرم لود نشه؟ متوجه نشدم
بیشتر توضیح بدید لطفا

my brother please say more information

i cant understand your question
Forum: vBulletin 4.x Add-ons 09-15-2013, 10:00 PM
Replies: 4
BB Code Enhancements - BBCode: Embed Aparat Videos in posts
Views: 3,541
Posted By mohammad6006
BBCode: Embed Aparat Videos in posts

how to add aparat bbcode in your forum posts?

aparat.com is video sharing site

you can embed aparat videos in your forum posts:

Admincp --> Add New BBCode -->

Title: aparat
Forum: vB4 General Discussions 09-11-2013, 02:57 PM
Replies: 1
Views: 381
Posted By mohammad6006
online users name in non-vb page?

how can i display my forum online users usernames in non-vb php page?
Showing results 1 to 25 of 116

 
Forum Jump

All times are GMT. The time now is 07:00 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.02232 seconds
  • Memory Usage 2,060KB
  • 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
  • (17)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