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

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

 
Forum Jump

All times are GMT. The time now is 07:23 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.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