The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 2
1
2
>
Showing results 1 to 25 of 32
Search took
0.00
seconds.
Search:
Posts Made By:
danishravian
Forum:
vB4 Programming Discussions
05-19-2010, 12:46 PM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
<?php // ####################### SET PHP...
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################...
Forum:
vB4 Programming Discussions
05-18-2010, 04:05 PM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
I did all (updated my work), but still same...
I did all (updated my work), but still same problem :(
http://www.haveelskere.dk/test.php
Forum:
vBulletin 3 Articles
05-18-2010, 03:10 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,328
Posted By
danishravian
https://vborg.vbsupport.ru/showthread.php?p=203927...
https://vborg.vbsupport.ru/showthread.php?p=2039273#post2039273
i made my thread, plz reply there :)
Forum:
vB4 Programming Discussions
05-18-2010, 03:09 PM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
I made a template by name TEST using this: ...
I made a template by name TEST using this:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude...
Forum:
vB4 Programming Discussions
05-18-2010, 02:54 PM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
I made my page in same way... only problem i...
I made my page in same way...
only problem i am getting is that
"Data Is being Displayed Outside Template"
http://haveelskere.dk/test.php
please have a look at this link.
Forum:
vB4 Programming Discussions
05-18-2010, 02:27 PM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
this is my code include "connect.php"; $query...
this is my code
include "connect.php";
$query = "select * from plants";
$result = mysql_query($query);
$row = mysql_fetch_array($result);
$templater->register('query', $query);...
Forum:
vBulletin 3 Articles
05-18-2010, 02:21 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,328
Posted By
danishravian
Thnx a lot, Now i got some idea. ...
Thnx a lot, Now i got some idea.
--------------- Added 1274196333 at 1274196333 ---------------
can you please tell me how to dislpay registered variables in php???
what is proper code???
i...
Forum:
vB4 Programming Discussions
05-18-2010, 02:18 PM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
I wrote it there but it is dislpaying my data...
I wrote it there but it is dislpaying my data outside the template.
http://haveelskere.dk/test.php
kindly have a look on it.
I made threads but no one replies, thats why i made a new thread...
Forum:
vBulletin 3 Articles
05-18-2010, 02:12 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,328
Posted By
danishravian
Thnx For Replying, Im Still Clueless...I Know All...
Thnx For Replying, Im Still Clueless...I Know All Database Queries.
My Question is just that where to write my PHP code and queries to display data properly on this page.
Forum:
vBulletin 3 Articles
05-18-2010, 01:56 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,328
Posted By
danishravian
i made my custome page by this tutorial. now i...
i made my custome page by this tutorial.
now i want to display some data from sql database on it through PHP.
all i got till now is that data is currently comming from Template???
can you please...
Forum:
vB4 Programming Discussions
05-18-2010, 01:47 PM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
i made my custome page by some tutorial posted on...
i made my custome page by some tutorial posted on this.
now i want to display some data on it through PHP.
all i got till now is that data is currently comming from Template???
can you please...
Forum:
vBulletin 3 Articles
05-18-2010, 11:35 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,328
Posted By
danishravian
how to make a php page with it??? which may...
how to make a php page with it???
which may display some data from sql database.???
Forum:
vB4 Programming Discussions
05-17-2010, 11:19 AM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
http://www.haveelskere.dk/page.php?do=2 this...
http://www.haveelskere.dk/page.php?do=2
this is my html page.This form will be submitted to a PHP page which will search data from
database and will diplay data. How It Can Be Done ?
i added...
Forum:
vB4 Programming Discussions
05-16-2010, 11:49 AM
Replies:
17
how to make a full PHP and Mysql enabled page
Views:
1,559
Posted By
danishravian
how to make a full PHP and Mysql enabled page
i want to make a page at my vbulletin site.
where user may search some data and then i am to display records.
can you please tell me how it can be done ???
see this link to have full idea of...
Forum:
vB4 Programming Discussions
05-15-2010, 02:55 PM
Replies:
4
Help Required Urgent
Views:
430
Posted By
danishravian
first i posted it there and then i realized that...
first i posted it there and then i realized that it is a programming discussion :)
so, i posted it here ...
cant you help me ???
i forgot mod page to post my problem there.
Forum:
vB4 Programming Discussions
05-15-2010, 02:41 PM
Replies:
4
Help Required Urgent
Views:
430
Posted By
danishravian
Help Required Urgent
<a href="http://www.haveelskere.dk/page.php?do=3" target="_blank">http://www.haveelskere.dk/page.php?do=3</a>
vbulletin custom page displaying my own php code in mozilla firefox.
php and sql...
Forum:
vB4 Programming Discussions
05-14-2010, 04:03 PM
Replies:
4
How to allow only certain usergroups to view elements?
Views:
652
Posted By
danishravian
how to hide some some links from unregistered...
how to hide some some links from unregistered users?
Forum:
vB4 General Discussions
05-14-2010, 03:20 PM
Replies:
0
How To Check If Session Enabled
Views:
423
Posted By
danishravian
How To Check If Session Enabled
I want to hide some of my vbulletin content from users who are not registered.
like if a user is not logined, he/she should not be able to see some links.
can you please tell me how it can be...
Forum:
vB4 General Discussions
05-14-2010, 12:43 PM
Replies:
9
How To Add New Link To Forum Page
Views:
737
Posted By
danishravian
i posted it there, please reply.
i posted it there, please reply.
Forum:
vBulletin 4.x Add-ons
05-14-2010, 12:43 PM
Replies:
18
Forum Home Enhancements -
Header Homepage Tab
Views:
6,963
Posted By
danishravian
and sql queries not working on my page.. :(
and sql queries not working on my page.. :(
Forum:
vBulletin 4.x Add-ons
05-14-2010, 12:41 PM
Replies:
18
Forum Home Enhancements -
Header Homepage Tab
Views:
6,963
Posted By
danishravian
i am using your mod, when i click on one button,...
i am using your mod, when i click on one button, its highlits all buttons
see attachment.
and i wrote some code in php. it works a lil and displays some of my code on page as well.
...
Forum:
vB4 General Discussions
05-14-2010, 12:33 PM
Replies:
9
How To Add New Link To Forum Page
Views:
737
Posted By
danishravian
i am using your mod, when i click on one button,...
i am using your mod, when i click on one button, its highlits all buttons :(
see attachment.
and i wrote some code in php. it works a lil and displays some of my code on page as well.
...
Forum:
vB4 General Discussions
05-14-2010, 12:11 PM
Replies:
9
How To Add New Link To Forum Page
Views:
737
Posted By
danishravian
I got it, thnxxx... i made a custome page. ...
I got it, thnxxx...
i made a custome page.
can you please tell me how to give a link of it on forum page ????
Forum:
vB4 General Discussions
05-14-2010, 11:54 AM
Replies:
3
Urgent Help
Views:
482
Posted By
danishravian
suppose i make a page with your module or by some...
suppose i make a page with your module or by some other way.
how to show a link of it on forum page. at top.
Forum:
vB4 General Discussions
05-14-2010, 11:52 AM
Replies:
9
How To Add New Link To Forum Page
Views:
737
Posted By
danishravian
how to install you module??? i dun know...
how to install you module???
i dun know modul installation.
thnx in advance
Showing results 1 to 25 of 32
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
07:23 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.06436 seconds
Memory Usage
2,040KB
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
(37)
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
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi