Search found 80 matches
Aprelium Forum Index
Author Message
  Topic: Curious...
Gannyaa

Replies: 6
Views: 13717

PostForum: PHP   Posted: Sat Mar 17, 2007 5:44 pm   Subject: Thanks pkSML!
What a great forum link that PHP Freaks one...

Certainly must be my php.ini and local host setcookies... I am looking into it. Now that I have some better tools to work with... :o

Thanks again ...
  Topic: Curious...
Gannyaa

Replies: 6
Views: 13717

PostForum: PHP   Posted: Fri Mar 16, 2007 6:41 pm   Subject: your right cmxflash
Your right cmxflash,
What I am trying to say is that the error is in starting the session twice.
Sorry for my typo, the page works even though I copied it wrong as an example. Don't try fixing the ...
  Topic: Curious...
Gannyaa

Replies: 6
Views: 13717

PostForum: PHP   Posted: Fri Mar 16, 2007 3:24 pm   Subject: Ya...
Yes of course... The imagebuilder.php file starts the session, then stores a random session string in "pass". To call the variable out of the session data, you have to start the session agai ...
  Topic: Curious...
Gannyaa

Replies: 6
Views: 13717

PostForum: PHP   Posted: Fri Mar 16, 2007 3:58 am   Subject: Curious...
Hello,

I ran into an interesting problem with sessions. Here in my php imagebuilder file I echo with php. The session_start() is declared in the imagebuilder.php file.

<?php
echo("< ...
  Topic: E-mail for the web site.
Gannyaa

Replies: 25
Views: 37593

PostForum: General Questions   Posted: Sun Mar 11, 2007 7:14 pm   Subject: Setting an email server shouldn't be all that hard
Setting an email server doesn't have to be all that hard.

I have found that with the ArgoSoft support Forum (which is very much like this one in terms of good reliable answers in a meaning time)
...
  Topic: Is Captcha really necessary?
Gannyaa

Replies: 2
Views: 4165

PostForum: Off Topic Discussions   Posted: Sun Mar 11, 2007 7:08 pm   Subject: An article on IP Banning...
Hi again,

Well I got my captcha script working... because of the following article..

Here is an article I found while searching Google.

Why IP Banning is useless
http://kalsey.com/2004/02/wh ...
  Topic: Need image authentication code for guestbook/email form HELP
Gannyaa

Replies: 10
Views: 32034

PostForum: PHP   Posted: Sun Mar 11, 2007 7:06 pm   Subject: Thanks cmxflash,
Thanks cmxflash,

After about a month of doin other stuff, I finally got back to the captcha script.

Works great...
Also add to your last bit of code there...

session_destroy();

Now to im ...
  Topic: Is Captcha really necessary?
Gannyaa

Replies: 2
Views: 4165

PostForum: Off Topic Discussions   Posted: Sat Mar 10, 2007 11:45 pm   Subject: Is Captcha really necessary?
Hi All again,

I've been working on a directory script. A month or so ago I inquired about the captcha script.

Since then I started validating email addresses with PHP and validating IPs against ...
  Topic: Abyss on Windows vs. Apache Linux
Gannyaa

Replies: 2
Views: 10281

PostForum: General Questions   Posted: Thu Mar 08, 2007 9:18 pm   Subject: Windows works fine...
Hello geaktoo,

I have an Abyss server operating with Windows 98.
http://haidavision.no-ip.info/gannyaa/2007/01-jan/server.htm

If you know a little about how to set up Apache and Linux, you shou ...
  Topic: Problem with email form
Gannyaa

Replies: 8
Views: 18663

PostForum: PHP   Posted: Sun Mar 04, 2007 5:53 pm   Subject: The PHP Classes link...
The PHP Classes link...

I forgot to mention that at the links to the PHP classes, you have to register (Its free) and subscribe to a weekly PHP classes newsletter. Once you're registered, you can d ...
  Topic: Problem with email form
Gannyaa

Replies: 8
Views: 18663

PostForum: PHP   Posted: Sat Mar 03, 2007 3:22 pm   Subject: added note:
To continue ....

To create an SPF record... A wizard would be nice.
So I went to No-ip.com where I get my domain name services from,
and In the managed domain names page, there is a SPF wizard to ...
  Topic: Problem with email form
Gannyaa

Replies: 8
Views: 18663

PostForum: PHP   Posted: Fri Mar 02, 2007 3:17 pm   Subject: Some SMPT authentication Links...
Some SMPT authentication Links...

This is where I found the SMPT authentication links first by hc2995
http://www.aprelium.com/forum/viewtopic.php?t=10848&highlight=authentication

More direc ...
  Topic: Abyss fav icon missing
Gannyaa

Replies: 2
Views: 6563

PostForum: General Questions   Posted: Sun Feb 25, 2007 9:44 pm   Subject: Nope....
Nope... Its not there. I checked the view source. No rel link pointing to a favicon.

Cosmetics eh,

:wink:
  Topic: Abyss fav icon missing
Gannyaa

Replies: 2
Views: 6563

PostForum: General Questions   Posted: Sun Feb 25, 2007 8:16 pm   Subject: Abyss fav icon missing
Hello Aprelium,.

I don't know whether it's my computer or your server, but I used to see an abyss logo in my browser bookmarks and in the URL address bar.

Lately I've been missing it. Is it sti ...
  Topic: Large log files. Howto clean up?
Gannyaa

Replies: 8
Views: 14472

PostForum: General Questions   Posted: Sun Feb 25, 2007 1:36 pm   Subject: How can I schedule a script to rename my log files?
I was wondering If I could schedule a script or bat file to rename my log files.

So, I need to Schedule a script so that it is executed once a month, or week
to rename the log file from access.log ...
  Topic: I need help with $_server(REQUEST_URI);
Gannyaa

Replies: 4
Views: 10489

PostForum: PHP   Posted: Tue Feb 20, 2007 12:52 pm   Subject: here is my php source...
Here is my source:


<?php

/* Add in this array the list of (old path => new path) pairs */
$redirection = array(
"/house/index.htm" => "/beach/index.htm&q ...
  Topic: I need help with $_server(REQUEST_URI);
Gannyaa

Replies: 4
Views: 10489

PostForum: PHP   Posted: Mon Feb 19, 2007 3:47 pm   Subject: Figured it out... thanks anyways....
Sometime posting a question answers it for yourself. Like after you have formulated the question, you see the answer in the question.

Anyways... instead of declaring the eror404.php page as an erro ...
  Topic: I need help with $_server(REQUEST_URI);
Gannyaa

Replies: 4
Views: 10489

PostForum: PHP   Posted: Mon Feb 19, 2007 3:57 am   Subject: I need help with $_server(REQUEST_URI);
I need help with $_server(REQUEST_URI);

In another thread I found that 404 custom error pages could also
check via php the REQUEST_URI and pass the new url to redirect via php

That was and old ...
  Topic: Things won't install on my windows 98 computer!
Gannyaa

Replies: 6
Views: 10161

PostForum: General Questions   Posted: Sun Feb 18, 2007 2:47 pm   Subject: I have a Win 98 Server !
Hey AdamScott !

98 is not very "server" compatable. You are best upgrading to XP or 2000.

I beg to differ, as I have a win98 server too... I have the details of my server page on my p ...
  Topic: Problem with email form
Gannyaa

Replies: 8
Views: 18663

PostForum: PHP   Posted: Wed Feb 14, 2007 12:29 am   Subject: Ha I just found SMTP Simple Authentication
Ha I just found SMTP Simple Authentication!

Are you trying to use a mail server on your pc? If so, does it require you to login? If it does require you to login, php doesnot support SMTP authentica ...
  Topic: How to get PHP to use relative filenames...
Gannyaa

Replies: 5
Views: 19820

PostForum: PHP   Posted: Tue Feb 13, 2007 10:46 pm   Subject: I had to re ply again!
Thanks cmxflash. I used that precisely ../../

I am using windows...
and I find php not as friendly as javascript or html or css

My actual web folder dir setup is kinda like...

my web
|_bea ...
  Topic: How to get PHP to use relative filenames...
Gannyaa

Replies: 5
Views: 19820

PostForum: PHP   Posted: Tue Feb 13, 2007 4:44 am   Subject: Thanks for all the replies ...
Thanks for your answers.

I think I'll try both the hard coding method and
http://domain.com/counters

the ../.. / etc or you know what I mean.
  Topic: How to get PHP to use relative filenames...
Gannyaa

Replies: 5
Views: 19820

PostForum: PHP   Posted: Fri Feb 09, 2007 4:10 pm   Subject: How to get PHP to use relative filenames...
I've been learning PHP since I got my Abyss Server ware, but now I am having trouble with relative links.

Problem is I have a lot of counters and other changing dynamic data on my website and I wou ...
  Topic: Need image authentication code for guestbook/email form HELP
Gannyaa

Replies: 10
Views: 32034

PostForum: PHP   Posted: Fri Jan 26, 2007 4:53 pm   Subject: Okay so .... this is how I ...
Okay so .... is this how I add that captcha script to my existing php comment code?

:?: Do I place the code at the beginning before any part of the page is rendered, like the Administrator's Passw ...
  Topic: Need image authentication code for guestbook/email form HELP
Gannyaa

Replies: 10
Views: 32034

PostForum: PHP   Posted: Thu Jan 25, 2007 5:03 pm   Subject: Nice clean code ...
CMX this looks great... I didn't know these scripts were called CAPTCHA scripts.

From what you have shown here. the $txt is the pass code in the image.

Check input from user and match with $txt ...
  Topic: Need image authentication code for guestbook/email form HELP
Gannyaa

Replies: 10
Views: 32034

PostForum: PHP   Posted: Wed Jan 24, 2007 6:08 pm   Subject: Need image authentication code for guestbook/email form HELP
I have been looking searching this forum for an authenication PHP code to add to my existing comment, email form. This form is a hack of various forms all put together into one.

So far I learned ho ...
  Topic: Problem with escape characters
Gannyaa

Replies: 7
Views: 15762

PostForum: PHP   Posted: Tue Jan 23, 2007 4:25 pm   Subject: I was having the same problem .... so
I was having the same problem .... and still have it.
I am new to learning PHP and Abyss. And I was working on a comment script for an ebook page. I have magic quotes all set off in my php.ini

My ...
  Topic: My Abyss Server / Website
Gannyaa

Replies: 13
Views: 34423

PostForum: Powered by Abyss   Posted: Mon Jan 08, 2007 3:21 am   Subject: WHat I thought was a powerful javascript URL mailto
WHat I thought was a powerful javascript URL mailto:

This is so that everyone that uses the mail form doesn't have to submit their email address.

I sorta expect people with Monies and expensive ...
  Topic: Virtual Hosts, Javascript, Abyss X1
Gannyaa

Replies: 0
Views: 44378

PostForum: Tutorials   Posted: Sat Jan 06, 2007 8:27 am   Subject: Virtual Hosts, Javascript, Abyss X1
Virtual Hosts and Javascript

Here is a small tutorial explaining how to declare a new virtual host and how to associate it with a domain name using Javascript.

(I kinda used the same instruction ...
  Topic: E-mail for the web site.
Gannyaa

Replies: 25
Views: 37593

PostForum: General Questions   Posted: Thu Jan 04, 2007 12:02 am   Subject: ArgoSoft Mail Server
I have set up Abyss Web Server X1 about 3 months ago. And I love it.... Can't say enough.

But I had to include an email server (Which abyss is not) So Looking here I found all the different kinds ...
  Topic: Merry Christmas
Gannyaa

Replies: 13
Views: 10579

PostForum: Off Topic Discussions   Posted: Sat Dec 23, 2006 12:53 am   Subject: Happy Holidays and Best wishes for 2007!
Happy Holidays and Best wishes for 2007!

Glad to have found Abyss and Aprelium... Many Happy returns in 2007!

:mrgreen:
  Topic: DW Search *Recent Outage Report*
Gannyaa

Replies: 46
Views: 97615

PostForum: Powered by Abyss   Posted: Wed Dec 20, 2006 6:01 pm   Subject: That was quick!
Spyder looks like a great way to start a link directory...

I submitted my site and within 15min it was indexed....

Thanks.... The site looks promising. Will you be adding a logo for DW Search l ...
  Topic: Art or photo gallery.
Gannyaa

Replies: 4
Views: 28234

PostForum: Tutorials   Posted: Sat Dec 16, 2006 7:49 am   Subject: What great suggestions....
I happen to be looking for an art or photo gallery. Thanks firefly for doing all that testing. I was doing the same for the last week or so, looking. I will check out coppermine and the other stuff. G ...
  Topic: Abyss Web Server phpBB ranks
Gannyaa

Replies: 16
Views: 13309

PostForum: Off Topic Discussions   Posted: Fri Dec 08, 2006 4:00 pm   Subject: Abyss Web Server phpBB ranks
I've noticed you're gifs are 120x20h - If you just change the number of swirls to 5 and keep the height would be fine. Don't loose quality downsizing to 16h. The 20 pixel height is fine. I figure if y ...
  Topic: Abyss Web Server phpBB ranks
Gannyaa

Replies: 16
Views: 13309

PostForum: Off Topic Discussions   Posted: Thu Dec 07, 2006 4:41 pm   Subject: Abyss Web Server phpBB ranks
[quote="hc2995"]Well i can make them if you like but i dont have them on hand ATM. Would you like me to do that?[/quote]

Ya I would like to see your creations. I installed the 5 five star ...
  Topic: My site: The Free Booth
Gannyaa

Replies: 7
Views: 18578

PostForum: Powered by Abyss   Posted: Wed Dec 06, 2006 6:40 am   Subject: Looks like a good idea.. but
Looks like a good idea.. but
where is the website of the free download.... for more information....
I'd like to know more of the author/creators of the free download
Thanks Other wise I think you h ...
  Topic: All New DHTML CSS Javascript Website!
Gannyaa

Replies: 3
Views: 21893

PostForum: Powered by Abyss   Posted: Wed Nov 29, 2006 10:27 pm   Subject: Ya I designed it myself...
Ya I designed it myself, no template nothin, all in notepad. There are a few scripts that I downloaded and integrated into the presentation. Like the calendar and the voting script. I wrote the emaile ...
  Topic: Abyss Web Server phpBB ranks
Gannyaa

Replies: 16
Views: 13309

PostForum: Off Topic Discussions   Posted: Tue Nov 28, 2006 9:22 pm   Subject: It me some time but I found one...
It me some time but I found one...

PHP, 5 Star Rating System (using hReview)
Want a system for rating items or articles, but don't want the hassle of installing complicated scripts and/or database ...
  Topic: Abyss Web Server phpBB ranks
Gannyaa

Replies: 16
Views: 13309

PostForum: Off Topic Discussions   Posted: Tue Nov 28, 2006 5:41 pm   Subject: No sense making them if I can't implement them
No sense making them if I can't implement them. I've been looking at Hotscripts for a free or nearly free version of a script where I can implement my own custom images or the ones your making. Iam lo ...
  Topic: Abyss Web Server phpBB ranks
Gannyaa

Replies: 16
Views: 13309

PostForum: Off Topic Discussions   Posted: Tue Nov 28, 2006 5:21 pm   Subject: How to Implement?
Is there a 5 point rating system. I see your's is a 6 point. I'm looking for a 5 star rating script as well for my site. Your design's could be implemented but how?

Like YouTube -- can you implemen ...
  Topic: All New DHTML CSS Javascript Website!
Gannyaa

Replies: 3
Views: 21893

PostForum: Powered by Abyss   Posted: Tue Nov 28, 2006 5:12 pm   Subject: All New DHTML CSS Javascript Website!
I have recreated my friends website and I am loving this Abyss Server
My All New DHTML Website!

http://crescentbeachhouse.no-ip.info/

Powered by Abyss X1!

I Love it guys... I just love it.
  Topic: Server logs and protection
Gannyaa

Replies: 12
Views: 18453

PostForum: General Questions   Posted: Sat Nov 25, 2006 4:27 pm   Subject: access.log and backups
Thanks for the " baretail " tip. I use it all the time now.

What i have also noticed is that the access.log is accessible properly on the server, but when I try to access the server log ...
  Topic: Preconfigured PHP 5.2.0 package just released.
Gannyaa

Replies: 18
Views: 26316

PostForum: PHP   Posted: Tue Nov 14, 2006 2:31 am   Subject: Preconfigured PHP 5.2.0 package just released.
I Asked a question in the wrong topic

Here I asked about the -d argument
http://www.aprelium.com/forum/viewtopic.php?p=59763#59763

hope its okay to post it here where I should have....

About ...
  Topic: Preconfigured PHP 5.2.0 package just released.
Gannyaa

Replies: 18
Views: 26316

PostForum: PHP   Posted: Sun Nov 12, 2006 5:36 pm   Subject: Thank you Aprelium
Thank you Aprelium!

I've downloaded and installed the preconfigured PHP 5.2.0 version. Never done it before but it worked flawlessly thanks to the tutorials! Ya me...

Now I think I have to deal ...
  Topic: aprelium.com specs
Gannyaa

Replies: 22
Views: 20273

PostForum: Off Topic Discussions   Posted: Sat Nov 11, 2006 9:22 pm   Subject: My Abyss Specs
IBM Personal Computer 300GL ()1998
- Intel Pentium II MMX ~400Mhz
- 64.0 MB RAM
- 4.0 GB Harddrive
- CD ROM Drive, Floppy Drive
- SMC EZ Card 10/100 (SMC1244TXV2)

Server OS and Software:
- Mi ...
  Topic: aprelium.com specs
Gannyaa

Replies: 22
Views: 20273

PostForum: Off Topic Discussions   Posted: Sat Nov 11, 2006 9:21 pm   Subject: My Abyss Specs
IBM Personal Computer 300GL ()1998
- Intel Pentium II MMX ~400Mhz
- 64.0 MB RAM
- 4.0 GB Harddrive
- CD ROM Drive, Floppy Drive
- SMC EZ Card 10/100 (SMC1244TXV2)

Server OS and Software:
- Mi ...
  Topic: Another, can't connect to my site problem thingy!!
Gannyaa

Replies: 11
Views: 27141

PostForum: Networking Issues   Posted: Thu Nov 09, 2006 2:28 am   Subject: Your lookin in the right direction
Your lookin in the right direction

The VIRTUAL SERVER is a good place to start
have port 80 forward to your computer local IP 192.168.1.116
- which could be your laptop and your webserver could ...
  Topic: Website down. Help
Gannyaa

Replies: 5
Views: 8518

PostForum: General Questions   Posted: Wed Nov 08, 2006 10:30 pm   Subject: Site appears to be lookin fine...
Site appears to be lookin fine...

What did you say wasn't working. Your the only user on it....
  Topic: CrownPC2
Gannyaa

Replies: 4
Views: 12254

PostForum: Powered by Abyss   Posted: Wed Nov 08, 2006 9:43 pm   Subject: I also noticed
I also noticed after reloading the page.... that your <a href>'s are all wrong

<a href="c:/program files/abyss web server/htdocs/myspace/train/">

change to:

<a href=' ...
  Topic: CrownPC2
Gannyaa

Replies: 4
Views: 12254

PostForum: Powered by Abyss   Posted: Wed Nov 08, 2006 9:27 pm   Subject: Try This
I was looking at your page source - through view source...

Try substituting...

<FRAME SRC="http://24.59.175.189:8003/myspace/" NAME="redir_frame">

<FRAME SRC=&quo ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group