Author |
Message |
Topic: Custom Directory Listing |
GustavoDL
Replies: 13
Views: 24558
|
|
I'd designed a script that appears to be Abyss default directory list:
<?php
$adir=opendir(str_replace("\\","\\\\",getcwd()));
$dir=str_replace( ... |
Topic: Combinanting PHP scripts and Abyss security |
GustavoDL
Replies: 2
Views: 6441
|
|
pozi ;) |
Topic: Combinanting PHP scripts and Abyss security |
GustavoDL
Replies: 2
Views: 6441
|
|
How can I get loged in my own PHP/MySQL script and use this login to access to a password protected Abyss folder?
And more: how can I add users to Abyss from PHP? |
Topic: Creating Shopping Cart |
GustavoDL
Replies: 3
Views: 8557
|
|
You can/should use arrays:
to asing values (it's only an example, $item is the total of items in this sample)
for ($n=0;$n<$item;$n++){
$_SESSION['item'][]=& ... |
Topic: Creating Shopping Cart |
GustavoDL
Replies: 3
Views: 8557
|
Forum: PHP Posted: Mon Jan 03, 2005 3:46 pm Subject: safety | |
|
I recommend you to use session variables on guarding shopping values
$_SESSION
when no longer necessary delete it with unset(variable); |
Topic: MySQL isnt working anymore!! |
GustavoDL
Replies: 6
Views: 14741
|
|
Okay, the problem is that MySQL isn't running as a Service.
To re-run execute <MySQL_path>\bin\mysqld.exe
To have WinMySQLMyAdmin runing in taskbar again execute <MySQL_path>\bin\winmy ... |
Topic: time() and date() |
GustavoDL
Replies: 2
Views: 7325
|
|
Use in this way
<?php
echo date("H:i:s",time()); // hours:minutes:seconds
echo date("Y-n-d", time()); // year-month-day
?& ... |
Topic: phpadmin failed cuz mysql not there...help |
GustavoDL
Replies: 3
Views: 8621
|
Forum: PHP Posted: Wed Dec 15, 2004 11:19 am Subject: php5 | |
|
i suggest you to install php 4 to work fine with MySQL |
Topic: Error 200 on custom error page |
GustavoDL
Replies: 3
Views: 7712
|
|
Always get 200 :(
Upgrading home server to Beta2 make the same problem, but i'm about to migrate to Mandrake Linux 9.2 (kicking Apache, of course!) |
Topic: Error 200 on custom error page |
GustavoDL
Replies: 3
Views: 7712
|
|
Hi everyone!
I've Abyss Web Server X1+PHP+MySQL running at 2 servers, same versions except Windows 2k (Professional & Adv Server).
In the custom error page (the same in both servers with any ... |
Topic: Dynamic Ip problems! |
GustavoDL
Replies: 2
Views: 5611
|
|
you cant get a free DNS subdomain at http://www.dsland.org (this site is in spanish) |
Topic: Custom error page |
GustavoDL
Replies: 1
Views: 5326
|
|
Sometimes I think I'm little stupid :-'
simple as
<td><b><?php echo "ERROR ".getenv('REDIRECT_STATUS');?></b></td>
How much time i've been ... |
Topic: Custom error page |
GustavoDL
Replies: 1
Views: 5326
|
|
I've created a custom error page on my website, but only tells an error.
How I can get the error number (eg 404) to display in this page??
[url=http://lared.dsland.org/error/error.php]lared.dsla ... |
Topic: lared.dsland.org with Abyss X1 and PHP |
GustavoDL
Replies: 3
Views: 12522
|
|
Thanks, i modify sometimes when i'm bored
Now i'm working at database and to log only vistis, not searchbots (yeah, msnsearchbot gives me 60 more hits!) |
Topic: lared.dsland.org with Abyss X1 and PHP |
GustavoDL
Replies: 3
Views: 12522
|
|
Hi, i've been working with abyss few years ago (spanish translation was made by a friend and me)
I'm running with a w2kpro server on a AMD Duron 700MHz, conected trought 128/256 ADSL.
www.dsland ... |
|