Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 77
Search took 0.15 seconds.
Search: Posts Made By: Bawy
Forum: PHP 06-13-2003, 06:27 PM
Replies: 9
Views: 1,129
Posted By Bawy
Data will change very infrequently, setting a...

Data will change very infrequently, setting a global constant at script level would be essentially the same as an application variable (and solve my problem.)

The readfile thing is an interesting...
Forum: PHP 06-13-2003, 03:33 AM
Replies: 9
Views: 1,129
Posted By Bawy
Wow, I just realized a type-o that I made that...

Wow, I just realized a type-o that I made that could be taken offensively, I appologize, what I meant to type was:

missing-score, that is what I am doing now and want to avoid.

Firepages, this...
Forum: PHP 06-04-2003, 06:21 PM
Replies: 6
Views: 4,235
Posted By Bawy
Another considation is amount of data. MySQL...

Another considation is amount of data. MySQL seems to have a performance curve that dips drastically upon accessing a table of over half-a-million records. Maybe it can be resolved via setup, I have...
Forum: PHP 06-04-2003, 03:21 PM
Replies: 9
Views: 1,129
Posted By Bawy
FireDude, sounds like what I am looking for,...

FireDude, sounds like what I am looking for, gonna research that.

missing-score, that is what I am doing now and what to avoid.

mordred, SRM came up on the search engine when I was researching...
Forum: PHP 06-04-2003, 03:16 PM
Replies: 6
Views: 4,235
Posted By Bawy
Oracle is always the DB of choice if it is in...

Oracle is always the DB of choice if it is in budget, IMO. The barrier with Oracle is the rather large learning curve. Auto_increment and last_insert_ID is replaced with using sequences and PL/SQL,...
Forum: PHP 06-03-2003, 10:09 PM
Replies: 9
Views: 1,129
Posted By Bawy
Application variables in PHP or closest alternative

I am looking to save a variable in memory that is available to all users on any page. Like a single session available to all users.

I need to get the variable based on a database query that would...
Forum: Computer Programming 04-27-2003, 11:12 AM
Replies: 6
Views: 1,925
Posted By Bawy
Cool! Tried it, works perfectly, regained 60mb of...

Cool! Tried it, works perfectly, regained 60mb of server space...

Only time the link does not act like the real directory is in WS_FTP which does not seem to know what to do with it...
Forum: Computer Programming 04-27-2003, 03:20 AM
Replies: 6
Views: 1,925
Posted By Bawy
Cute... Any idea if I am on the right track...

Cute...

Any idea if I am on the right track though?
Forum: Computer Programming 04-26-2003, 08:45 PM
Replies: 6
Views: 1,925
Posted By Bawy
Been experimenting with Linux, I think this will...

Been experimenting with Linux, I think this will do it, someone tell me if there are side-effects though?

site1/images contains the images, site2 does not have any directory called images:

ln...
Forum: Computer Programming 04-25-2003, 11:53 PM
Replies: 6
Views: 1,925
Posted By Bawy
Linux - What is a (ln) link? Can I use it to replicate a dir in two places?

I need the file system equivelent of a database view (you MySQL/Access people may have never heard of a view, keep reading NEwayz.)

I have two domains with different sites running on the same...
Forum: Apache configuration 04-16-2003, 06:51 AM
Replies: 4
Views: 4,504
Posted By Bawy
Actually I just read of a technique of using two...

Actually I just read of a technique of using two Apache instances to ease the load on a server. One instance is barebones, the other has all the features you need for your application (PHP and any...
Forum: Apache configuration 04-12-2003, 12:57 AM
Replies: 4
Views: 4,504
Posted By Bawy
Exactly like that! Thanks. Just reclaimed 25mb of...

Exactly like that! Thanks. Just reclaimed 25mb of ram...
Forum: Apache configuration 04-10-2003, 10:07 PM
Replies: 4
Views: 4,504
Posted By Bawy
1 instance of Apache running 2 sites on 2 different ports @ localhost

I would like to run more then one site from one Apache instance at localhost. Each site is at a different directory and can be accessed from a different port, I currently have this set up by running...
Forum: Computer/PC discussions 03-21-2003, 06:45 PM
Replies: 2
Views: 2,213
Posted By Bawy
Thanks, the Admin already got back to me and it...

Thanks, the Admin already got back to me and it was exactly that. After diasabling it the server worked much faster!
Forum: Computer/PC discussions 03-21-2003, 01:25 AM
Replies: 2
Views: 2,213
Posted By Bawy
Linux: What is the process "analog"? It is eating 50% of ram...

Linux: What is the process "analog"? When I type "top" it says it is eating 50% of ram... Can I safely kill it?
Forum: MySQL 03-19-2003, 03:39 PM
Replies: 5
Views: 1,169
Posted By Bawy
Raf, you are right on the ball with your answer,...

Raf, you are right on the ball with your answer, I have already tried that, only thing is that my account has read-only permission to access the my.cnf file. Admin won't do anything about that...
Forum: MySQL 03-18-2003, 08:38 PM
Replies: 5
Views: 1,169
Posted By Bawy
Anybody?

Anybody?
Forum: Computer/PC discussions 03-17-2003, 03:12 PM
Replies: 2
Views: 1,078
Posted By Bawy
Dude, you totally rock! Thanks soooo much!

Dude, you totally rock! Thanks soooo much!
Forum: Computer/PC discussions 03-16-2003, 07:36 PM
Replies: 2
Views: 1,078
Posted By Bawy
qksrv.net addresses seem to be blocked, can't figure out how to enable

qksrv.net addresses seem to be blocked on my computer and I can't figure out how to enable them?! I tried turning off the firewall, to no avail. It is really annoying, any link going through...
Forum: MySQL 03-14-2003, 07:24 PM
Replies: 5
Views: 1,169
Posted By Bawy
Too Many Connections error, Won't let me set max_connections=200???

When I log into MySQL and type:
set max_connections=200;
it says there is a problem with my syntax, how do I set the max_connections??
Forum: PHP 03-12-2003, 01:44 AM
Replies: 7
Views: 1,163
Posted By Bawy
Morded, I did see that on php.net and you are...

Morded, I did see that on php.net and you are correct about the pointlessness, but unfortunitly that still does not help my situation. If a user forgot their pass and cannot login I cannot email them...
Forum: PHP 03-11-2003, 03:53 AM
Replies: 7
Views: 1,163
Posted By Bawy
Scroots: php.net/crypt Okii, that is what...

Scroots:
php.net/crypt

Okii, that is what is being done currently, that plus a harvester I made that stores the pw in another field as each person logs in, but with this many users it could take...
Forum: PHP 03-10-2003, 09:29 PM
Replies: 7
Views: 1,163
Posted By Bawy
anyway to recover passwords made by crypt()???

I am working on a site that stores info via username/password. The previous programmer stored the passwords in the database but before storing them passed them through crypt()

I noticed this when...
Forum: PHP 03-10-2003, 09:23 PM
Replies: 5
Views: 1,181
Posted By Bawy
Thanks dude, your pretty good at regex!

Thanks dude, your pretty good at regex!
Forum: PHP 03-07-2003, 05:33 AM
Replies: 5
Views: 1,181
Posted By Bawy
Thanks so much, I needed to modify it slightly to...

Thanks so much, I needed to modify it slightly to work with a form result and display in the browser, but otherwise, great:

if(isset($code)) {
$code=str_replace("'","\\'",stripslashes($code));...
Showing results 1 to 25 of 77

 
Forum Jump

All times are GMT +1. The time now is 04:06 PM.