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

Showing results 1 to 25 of 204
Search took 0.01 seconds.
Search: Posts Made By: gengar003
Forum: vB3 Programming Discussions 02-08-2004, 02:16 PM
Replies: 3
Views: 950
Posted By gengar003
I CHMOD it 777 and still get the error.

I CHMOD it 777 and still get the error.
Forum: vB3 Programming Discussions 02-07-2004, 01:33 AM
Replies: 3
Views: 950
Posted By gengar003
Errror number 2

I'm using this code to open a remote file and display its contents.


<?
$filename = "http://tacorner.com/news/tanewsupdate.txt";
$fd = fopen ($filename, "r");
$contents = fread ($fd,filesize...
Forum: vB3 Programming Discussions 11-01-2003, 12:26 PM
Replies: 5
Views: 931
Posted By gengar003
Querying in functions...

Okay, I want to be able to execute this code:



/////////////// get news vars

$nid=$HTTP_GET_VARS['nid'];
$newsget=$DB_SITE->query("SELECT * FROM news WHERE nid='$nid'");...
Forum: vB3 Programming Discussions 10-29-2003, 12:33 AM
Replies: 4
Views: 1,122
Posted By gengar003
SSI doesn't require an extension change? I...

SSI doesn't require an extension change? I could've sworn it did....

Edit, though: I've decided on an alternate solution, thank you two for your input.

Mods may delete/close/nuke this thread if...
Forum: vB3 Programming Discussions 10-26-2003, 10:49 PM
Replies: 4
Views: 1,122
Posted By gengar003
Shtml(SSI) and php compatible?

Is there a way to make a webpage that will allow you to use BOTH SSI and php?


E.g. -



and if so, what would the file extension be? .phpshtml? ^_^;;
Forum: vB3 Programming Discussions 10-26-2003, 03:54 PM
Replies: 5
Views: 1,124
Posted By gengar003
Ok, thank you, it works. Also, if you're...

Ok, thank you, it works.


Also, if you're testing to see if a statement is false, would you use

if ($statement=="false"){


or
Forum: vB3 Programming Discussions 10-26-2003, 03:25 PM
Replies: 5
Views: 1,124
Posted By gengar003
I did... but they use lots of other variables in...

I did... but they use lots of other variables in it, defined elsewhere in the script....
Forum: Community Lounge 10-25-2003, 11:26 PM
Replies: 11
Views: 1,507
Posted By gengar003
*grumps in his little corner, scared by the bad...

*grumps in his little corner, scared by the bad people*
Forum: Community Lounge 10-25-2003, 11:01 PM
Replies: 11
Views: 1,507
Posted By gengar003
I wuv my PHP editor.

Hee hee... I went on google to find a Php editor, and, uninfluenced by the norm, I stumbled upon this little jewel:

HAPedit (http://hapedit.free.fr/)

What makes it a "little jewel?"


...
Forum: vB3 Programming Discussions 10-25-2003, 10:53 PM
Replies: 5
Views: 1,124
Posted By gengar003
help creating a fetch_array function.

Alright. I've got a DB_SITE object and DB_SITE class set up, with a working

$DB_SITE->connect(blah blah blah);

I want to add a function,

$DB_SITE->fetch_array, using mysql_fetch_array,...
Forum: vB3 Programming Discussions 10-25-2003, 06:18 PM
Replies: 3
Views: 1,164
Posted By gengar003
EDIT: Fixed this problem. Stay tuned for more....

EDIT: Fixed this problem. Stay tuned for more. *sigh*


NOTE: Okay, I created a new thingamajig, now I need to: make a "fetch_array" function. I tried, using this code:


function...
Forum: vB3 Programming Discussions 10-25-2003, 05:22 PM
Replies: 3
Views: 1,164
Posted By gengar003
Huh? Isn't class DB_SITE { blah, blah blah...

Huh? Isn't

class DB_SITE {
blah, blah blah
}


enough?
Forum: vB3 Programming Discussions 10-25-2003, 12:38 PM
Replies: 3
Views: 1,164
Posted By gengar003
Database Class won't work -- Call to a member function on a non-object in ...

First off, this isn't vBulletin related, but this is the most active/helpful/nice/php 'n' mySQL knowledgable forum around, so I thought I'd post my question here.


I'm trying to write my own news...
Forum: vB3 General Discussions 09-26-2003, 11:46 AM
Replies: 17
Views: 2,720
Posted By gengar003
well, If I were you... I would use this: ...

well, If I were you... I would use this:



<br /><div align="center"><img src="{imagesfolder}/calgirls/$month$year.gif" alt="$month $year" title="" border="0" /></div>
Forum: vB3 General Discussions 09-25-2003, 12:13 PM
Replies: 17
Views: 2,720
Posted By gengar003
... "imagesfolder" automatically points to your...

... "imagesfolder" automatically points to your images folder. just put $month$year picuters in there.
Forum: vB3 General Discussions 09-24-2003, 11:56 AM
Replies: 2
Views: 998
Posted By gengar003
*hopes that SMED can fix it soon*

*hopes that SMED can fix it soon*
Forum: Member Archives 09-24-2003, 01:52 AM
Replies: 7
Views: 764
Posted By gengar003
Yeah, the board's hacked, but one day it just...

Yeah, the board's hacked, but one day it just stopped working.
Forum: vB3 General Discussions 09-24-2003, 01:51 AM
Replies: 2
Views: 998
Posted By gengar003
Form woes...

Okay, I've got this code:

$tid=$HTTP_GET_VARS['tid'];
$templates=$DB_site->query_first("SELECT templateid,title,template FROM template WHERE templateid=$tid");
$title=$templates['title'];...
Forum: vBulletin 2.x Full Releases 09-16-2003, 12:07 PM
Replies: 117
Views: 22,436
Posted By gengar003
*bump*

*bump*
Forum: Member Archives 09-16-2003, 12:06 PM
Replies: 7
Views: 764
Posted By gengar003
*bump*

*bump*
Forum: Member Archives 09-16-2003, 12:06 PM
Replies: 1
Views: 618
Posted By gengar003
*bump*

*bump*
Forum: Community Lounge 09-09-2003, 08:57 PM
Replies: 21
Views: 2,894
Posted By gengar003
Thank u ^_^

Thank u ^_^
Forum: vB3 Programming Discussions 09-07-2003, 09:48 PM
Replies: 33
Views: 5,189
Posted By gengar003
Hapedit: See my sig why?[list=1] It...

Hapedit: See my sig

why?[list=1] It color-codes php code It has a search function Programmers: It will higlight the beginning and end of a block of "{" "}" and "(" ")" Programmers: when you use...
Forum: Community Lounge 09-07-2003, 09:44 PM
Replies: 21
Views: 2,894
Posted By gengar003
*bumps cuz I wants so share my coolness with...

*bumps cuz I wants so share my coolness with others*
Forum: vBulletin 2.x Full Releases 09-02-2003, 12:43 AM
Replies: 117
Views: 22,436
Posted By gengar003
But I KNOW where the problem resides; WHY does it...

But I KNOW where the problem resides; WHY does it happen and HOW can i fix it? I can't figure it out... and the default is set to "0"
Showing results 1 to 25 of 204

 
Forum Jump

All times are GMT. The time now is 09:55 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.03520 seconds
  • Memory Usage 2,047KB
  • 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
  • (23)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