PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Dale
Forum Contributor
Posts: 466 Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks
Post
by Dale » Wed Aug 07, 2002 5:16 pm
OK...i thought why dont i install these two... and they were a kinda success
Now the only thing is in my
PHP.INI file i find:
;fbsql.allow_persistent = On
;fbsql.autocommit = On
;fbsql.default_database =
;fbsql.default_database_password =
;fbsql.default_host =
;fbsql.default_password =
;fbsql.default_user = "_SYSTEM"
;fbsql.generate_warnings = Off
;fbsql.max_connections = 128
;fbsql.max_links = 128
;fbsql.max_persistent = -1
;fbsql.max_results = 128
;fbsql.batchSize = 1000
Call me a n00b but WTF do i enter here?
Please Help
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Thu Aug 08, 2002 2:08 am
All those lines are commented out (that's what the ; in front of each means) and they are only applicable if you are using FrontBase (a type of database?). If you are using FrontBase I'm sure it's documentation can give you a heads up as to what you should be entering there although what's there already is probably the default values needed.
Mac
Dale
Forum Contributor
Posts: 466 Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks
Post
by Dale » Thu Aug 08, 2002 2:43 am
oh so thats what this means then:
fbsql = FrontBase SQL..
Well i dont have that but i'll just stay with my original settings...
ok next question...
I can now get on my page called localhost but is there a way of other people on the net like you twigletmac to view it?
Also im on a LAN connection if thats any use...
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Thu Aug 08, 2002 2:46 am
Possibly, if I knew your IP address and you didn't have an .htaccess file with something like the following in it:
Code: Select all
<Limit GET>
order deny,allow
deny from all
allow from localhost
</Limit>
Mac
Dale
Forum Contributor
Posts: 466 Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks
Post
by Dale » Thu Aug 08, 2002 2:52 am
But how would it connect to me... say my dads IP is 132.666.99.81 (example IP) what would mine be?