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

Showing results 1 to 25 of 108
Search took 0.01 seconds.
Search: Posts Made By: error_22
Forum: vB3 Programming Discussions 12-15-2006, 10:12 AM
Replies: 4
Views: 880
Posted By error_22
how the hell should I know, shes my sister! lol

how the hell should I know, shes my sister! lol
Forum: vB3 Programming Discussions 12-14-2006, 03:27 AM
Replies: 4
Views: 880
Posted By error_22
man, youre a source of a lot of information, can...

man, youre a source of a lot of information, can you marry my sister? =]

thanks so much for helping!
Forum: vB3 Programming Discussions 12-12-2006, 01:23 AM
Replies: 2
Views: 820
Posted By error_22
as far as i know you actually have to edit the...

as far as i know you actually have to edit the path to the smilies in the smiley manager: from images/smilies/ to www.domain.com/forum/images/smilies/.
Forum: vB3 Programming Discussions 12-11-2006, 10:04 PM
Replies: 4
Views: 880
Posted By error_22
cant log out...

I have a simple log in/log out script, but for some reason I can't log out. Here's the code:

if( isset( $_GET['action'] ) )
{
switch( $_GET['action'] )
{
case 'login':
include(...
Forum: vB3 Programming Discussions 11-09-2006, 01:01 PM
Replies: 6
Views: 827
Posted By error_22
and what if i do have hml before? is it...

and what if i do have hml before? is it impossible then? do i have to re-arrange in the document?

thanks for all the help!
Forum: vB3 Programming Discussions 11-09-2006, 09:12 AM
Replies: 6
Views: 827
Posted By error_22
Excellent! One questin, what is the best way...

Excellent!

One questin, what is the best way to "Go back to previous page"?

I tried using header() but it gives me errors since a header has already been sent.
Forum: vB3 Programming Discussions 11-08-2006, 06:43 PM
Replies: 6
Views: 827
Posted By error_22
Bump

Bump
Forum: vB3 Programming Discussions 11-06-2006, 08:12 PM
Replies: 6
Views: 827
Posted By error_22
Error reporting from input field, save values

Hello!

I have a question about error reporting (if thats what its called).

Lets say I have a form:

<form action="save.php" method="post">
<input type="text" name="hello" />
<input...
Forum: vB3 Programming Discussions 10-26-2006, 05:40 PM
Replies: 1
Views: 825
Posted By error_22
Anyone?

Anyone?
Forum: vB3 Programming Discussions 10-25-2006, 08:05 PM
Replies: 1
Views: 720
Posted By error_22
take a look at this thread: ...

take a look at this thread:

https://vborg.vbsupport.ru/showthread.php?t=62164

Hope that helps

Niklas
Forum: vB3 Programming Discussions 10-25-2006, 05:36 PM
Replies: 2
Views: 798
Posted By error_22
prova.php is trying to call global.php in the...

prova.php is trying to call global.php in the same directory (root)


require_once('./global.php');


Try to do this instead:


require_once('./forums/global.php');
Forum: vB3 Programming Discussions 10-25-2006, 03:45 PM
Replies: 4
Views: 853
Posted By error_22
I actually think he means like a forum on the...

I actually think he means like a forum on the forum main page. So I guess it has to be some kind of setting made in the Admin CP? Perhaps in the FORUMHOME template?
Forum: vB3 Programming Discussions 10-25-2006, 12:58 PM
Replies: 1
Views: 825
Posted By error_22
I dont understand how to achieve this...

Hi,

I have a db table called "links". There are three different columns in there (l_id, l_name, l_url). I also have another table called "sublinks" with the columns: s_id, s_name, s_url, s_head.
...
Forum: vB3 Programming Discussions 10-25-2006, 11:54 AM
Replies: 2
Views: 814
Posted By error_22
Wow you really are helpful!! Tahnk you so...

Wow you really are helpful!!

Tahnk you so much, and thank you so much for all the help with the template engine!!
Forum: vB3 Programming Discussions 10-25-2006, 09:39 AM
Replies: 2
Views: 814
Posted By error_22
.htaccess question

I have this php script that displays the content of a db field.

the url looks like this: mod.php?do=some-name-here

for better URLs i have a .htaccess document with the following code:
...
Forum: vB3 Programming Discussions 10-22-2006, 07:08 PM
Replies: 5
Views: 1,027
Posted By error_22
Ok I actually have one more question. Your...

Ok I actually have one more question.

Your script works perfect, but there's something I dont really know.

I have a a tempalte aclled "index". In the index template theres a variable called...
Forum: vB3 Programming Discussions 10-22-2006, 07:10 AM
Replies: 5
Views: 1,027
Posted By error_22
Just what I was looking for, finally I...

Just what I was looking for, finally I understand!!

Thank you so much for helping!! =)
Forum: vB3 Programming Discussions 10-21-2006, 05:35 AM
Replies: 5
Views: 1,027
Posted By error_22
Replace variable in template

Hello.

I am currently trying to make myself a simple template engine, for the sake of learning.

I have a table i my db with the following tables:

t_id, t_name, t_content


to fetch a...
Forum: vB3 Programming Discussions 10-01-2006, 08:58 PM
Replies: 1
Views: 803
Posted By error_22
Call articles from another website

Hello,

I noticed the new "vBulletin News" on the main page of the Admin CP. What is this? I looked in the php file and noticed it collects the news from an xml file on Jelsoft's server. I was...
Forum: vB3 Programming Discussions 09-17-2006, 02:27 AM
Replies: 2
Views: 749
Posted By error_22
The thing is, the content of the "news" table is...

The thing is, the content of the "news" table is supposed to be displayed in more than one file, and the content is meant to be displayed differently on different pages. Do I really need to have a...
Forum: vB3 Programming Discussions 09-17-2006, 01:02 AM
Replies: 2
Views: 749
Posted By error_22
calling variable from another file

Hi,

I was wondering if someone could explain something to me. I have a file called news.php:

news.php

<?
$sql = "SELECT * FROM `p_news` ORDER BY `p_id` DESC";
$result = mysql_query($sql)...
Forum: vB3 Programming Discussions 09-11-2006, 09:50 PM
Replies: 3
Views: 776
Posted By error_22
well i never said i used the right fetch...

well i never said i used the right fetch method....i have no idea what to use actually. in your example, all rows would be called. my question is: is there a way to separate the rows? I want to be...
Forum: vB3 Programming Discussions 09-11-2006, 06:06 PM
Replies: 3
Views: 776
Posted By error_22
calling one row in a column

Hi,

I was wonerding, is there a way to call one row in a column? Lets say I have table called "test" with 3 columns (id, title, content). Lets also say that there are 10 rows. What if I want to...
Forum: vB3 Programming Discussions 09-10-2006, 01:58 PM
Replies: 3
Views: 782
Posted By error_22
actually, this isnt for vBulletin. Thanks a lot...

actually, this isnt for vBulletin. Thanks a lot for replying.

Niklas
Forum: vB3 Programming Discussions 09-10-2006, 04:46 AM
Replies: 3
Views: 782
Posted By error_22
Question about variables stored in a db

Hi,

I have this script which calls html codes from a database:


$sql = "SELECT * FROM `plugin_frontpage`";
$result = mysql_query($sql) or die(mysql_error());
while ($row =...
Showing results 1 to 25 of 108

 
Forum Jump

All times are GMT. The time now is 12:43 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.04001 seconds
  • Memory Usage 2,045KB
  • 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 

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