Search found 45 matches
Aprelium Forum Index
Author Message
  Topic: "professional" abyss-hosts out there?
phirez

Replies: 15
Views: 19987

PostForum: General Questions   Posted: Sat Apr 19, 2008 4:44 pm   Subject: "professional" abyss-hosts out there?
Using tcpdump (the name is misleading), it appears the console involves UDP or ICMP. Therefore, the PHP script would have to use sockets. Which I admit, would be a waste of time.
  Topic: adding special php-extensions
phirez

Replies: 6
Views: 19943

PostForum: PHP   Posted: Sat Apr 19, 2008 4:00 pm   Subject: adding special php-extensions
Some source directories include a package.xml for compatibility with PEAR, therefore the actual source directory is another level deep.

So for example

/Users/jan/mcrypt-ext/mcrypt-ext

run th ...
  Topic: "professional" abyss-hosts out there?
phirez

Replies: 15
Views: 19987

PostForum: General Questions   Posted: Thu Apr 17, 2008 3:02 am   Subject: "professional" abyss-hosts out there?
I'm not familiar with what goes on "behind the scenes" of the console but couldn't we just monitor the requests to the console's server (using tcpdump) and then create a PHP script that uses ...
  Topic: adding special php-extensions
phirez

Replies: 6
Views: 19943

PostForum: PHP   Posted: Thu Apr 17, 2008 2:39 am   Subject: adding special php-extensions
I'm assuming you're using the pre-configured package from Aprelium....

To install a php extension from source, on a mac (requires Apple's Developer Tools):

Open Terminal and cd to the the extens ...
  Topic: Error 500 after exts
phirez

Replies: 4
Views: 11411

PostForum: PHP   Posted: Sat Dec 22, 2007 11:30 pm   Subject: Error 500 after exts
Problem Solved, I needed to recompile the extensions with the --with-php-config=/Applications/PHP5/bin/php-config
argument on the configure script.

Thank you for the help!
  Topic: Error 500 after exts
phirez

Replies: 4
Views: 11411

PostForum: PHP   Posted: Thu Dec 20, 2007 11:40 pm   Subject: Error 500 after exts
dyld: NSLinkModule() error
dyld: Symbol not found: _OnUpdateInt
Referenced from: ../../../../../../usr/lib/php/extensions/no-debug-non-zts-20020429/xcache.so
Expected in ...
  Topic: Error 500 after exts
phirez

Replies: 4
Views: 11411

PostForum: PHP   Posted: Thu Dec 20, 2007 3:42 am   Subject: Error 500 after exts
I installed PHP5 on Mac OS X using the pre-configured package.
Everything worked fine until I installed two extensions (AMFEXT and Xcache). Now I receive a Error 500 every time I try to access any ph ...
  Topic: Blobs and audio
phirez

Replies: 10
Views: 55456

PostForum: Databases   Posted: Wed Jul 25, 2007 2:56 pm   Subject: Blobs and audio
Thanks, for the help!
  Topic: Blobs and audio
phirez

Replies: 10
Views: 55456

PostForum: Databases   Posted: Tue Jul 24, 2007 5:16 pm   Subject: Blobs and audio
So would this work:


INSERT INTO table( BLOBcolumn) VALUES( test.mp3)

Or do I have to use so sorta of function that reterives the binary data, Like This:


<?php
$thedat ...
  Topic: Blobs and audio
phirez

Replies: 10
Views: 55456

PostForum: Databases   Posted: Tue Jul 24, 2007 4:15 pm   Subject: Blobs and audio
A BLOB column is similar to a TEXT column except a TEXT column holds text (non-binary data) and a blob holds binary data. Since mp3 files are binary data, I thought I could store the raw bytecode (bi ...
  Topic: Blobs and audio
phirez

Replies: 10
Views: 55456

PostForum: Databases   Posted: Fri Jul 20, 2007 6:51 pm   Subject: Blobs and audio
How do I store audio .mp3 files as MySQL BLOBs?

How would I access the .mp3 files from a server-side language? (Preferably Php or Ruby w/wo rails)
  Topic: Ms sql server migration to mysql.
phirez

Replies: 6
Views: 39494

PostForum: Databases   Posted: Mon Jul 16, 2007 6:12 pm   Subject: Ms sql server migration to mysql.
I am attempting to migrate 84 tables located in ms-sql to mysql using the mysql migration toolkit. In all of these tables there is a datetime column. The problem is MS-SQL server's Datetime column can ...
  Topic: E-mail for the web site.
phirez

Replies: 25
Views: 37483

PostForum: General Questions   Posted: Tue Jan 02, 2007 9:14 pm   Subject: E-mail for the web site.
Does anyone know of a free public imap and smtp hoster?

I want to test a webmail client i've been building
  Topic: Chat Room
phirez

Replies: 8
Views: 7503

PostForum: Off Topic Discussions   Posted: Thu Dec 14, 2006 2:45 am   Subject: Chat Room
Why irc?
I think we shoud use jabber (xmpp)
  Topic: Modem or Router?
phirez

Replies: 8
Views: 20420

PostForum: Networking Issues   Posted: Wed Sep 13, 2006 1:44 am   Subject: Modem or Router?
Mr.wiseone
That's true but most decent routers intergrate firewalls.
  Topic: Modem or Router?
phirez

Replies: 8
Views: 20420

PostForum: Networking Issues   Posted: Tue Sep 12, 2006 4:10 am   Subject: Modem or Router?
Router also gives a extra layer of security.
  Topic: Run PHP w/o Webserver
phirez

Replies: 5
Views: 11757

PostForum: PHP   Posted: Sat Sep 09, 2006 2:28 am   Subject: Run PHP w/o Webserver
Thank's for the help!
  Topic: I really need some help
phirez

Replies: 8
Views: 19164

PostForum: Networking Issues   Posted: Fri Sep 08, 2006 4:36 am   Subject: I really need some help
You have a actiontec right?

Port forward your internal adress on port 80. if that does not work port forwad 1024 and change abyss port to 1024. But port 80 Should work. If you have a firewall port ...
  Topic: Run PHP w/o Webserver
phirez

Replies: 5
Views: 11757

PostForum: PHP   Posted: Fri Sep 08, 2006 4:03 am   Subject: Run PHP w/o Webserver
I know you can run a php script with this code:php.exe C:\path to\script.php But can I do this for entire folders. ie. php.exe C:\path to folderI tried this and it did not work so is there ano ...
  Topic: i newb.... need help...
phirez

Replies: 18
Views: 26815

PostForum: General Questions   Posted: Thu Sep 07, 2006 12:55 am   Subject: i newb.... need help...
writing the code from scratch is best. Jus steal the source code of gogle and other sites edit them learn html. Or you can pay for a class. If you don't want to learn then use Nvu or Quanta Plus.
  Topic: Modem or Router?
phirez

Replies: 8
Views: 20420

PostForum: Networking Issues   Posted: Wed Sep 06, 2006 5:54 am   Subject: Modem or Router?
I have actiontec modem and a netgear router. But shouldn't need a router to run your webserver. But what i had to do was port forward both my negear router and actiontec modem. The modem config is you ...
  Topic: ViaHome.co.uk
phirez

Replies: 21
Views: 39538

PostForum: Powered by Abyss   Posted: Tue Jul 18, 2006 5:27 am   Subject: ViaHome.co.uk
Mr wise one i just forgot the "or"
  Topic: Looking for a Good DNS server
phirez

Replies: 5
Views: 6074

PostForum: Off Topic Discussions   Posted: Sun Jul 16, 2006 8:59 pm   Subject: Looking for a Good DNS server
do you me like starting your own dns provider like no-ip.com. The only free dns server for windows that exists is bind.
  Topic: AbyssUnderground - New Template
phirez

Replies: 10
Views: 8347

PostForum: Off Topic Discussions   Posted: Sun Jul 16, 2006 1:43 am   Subject: AbyssUnderground - New Template
your old design had a "underground feeling"Which i liked. But this is a little easier on th eyes
  Topic: Free Forum Software
phirez

Replies: 8
Views: 15697

PostForum: Off Topic Discussions   Posted: Sat Jul 15, 2006 3:26 pm   Subject: Free Forum Software
http://www.invisionpower.com/ip.dynamic/products/board/license.html

is the license, I'm sorry i posted invison, i guess there not free anymore

I beleive invisionfree use a previous free version ...
  Topic: Web Browsers
phirez

Replies: 8
Views: 8306

PostForum: Off Topic Discussions   Posted: Sat Jul 15, 2006 3:21 pm   Subject: Web Browsers
Flock on windows, konqueror on linux with kde (frugalware)
  Topic: MRWISEONE - Well here we are again but with content.
phirez

Replies: 31
Views: 49100

PostForum: Powered by Abyss   Posted: Mon Jul 10, 2006 4:58 pm   Subject: MRWISEONE - Well here we are again but with content.
Abyssunderground, i see no indication that you copyrighted your site. If you don't want people stealing your stuff, put a creative commons liecense on there or just add a small piece of code called &q ...
  Topic: Free Forum Software
phirez

Replies: 8
Views: 15697

PostForum: Off Topic Discussions   Posted: Sat Jul 08, 2006 10:22 pm   Subject: Free Forum Software
PHPbb and Inivsion are the best free forum systems

YaBB: http://yabbforum.com

SMF: http://www.simplemachines.org/

Vanilla: http://getvanilla.com/

UseBB: http://www.usebb.net/

UNB: http ...
  Topic: Another web server named abyss
phirez

Replies: 2
Views: 3416

PostForum: Off Topic Discussions   Posted: Sat Jul 08, 2006 10:09 pm   Subject: Another web server named abyss
I just found online another web server named abyss. Its a earlier version then current one. Here's where i found it: http://abyss.sourceforge.net
  Topic: Custom file extensions
phirez

Replies: 3
Views: 26662

PostForum: Tutorials   Posted: Sat Jul 08, 2006 8:16 pm   Subject: Custom file extensions
This tutorial shows you how instead of a html script having a .html extension it can have a custum extension such as .abyss

1. Go to the console -> sever configuraton -> mimetype -> add
...
  Topic: Want your own mail/ftp/other server? LOOK HERE!
phirez

Replies: 53
Views: 243404

PostForum: General Questions   Posted: Sun Jun 04, 2006 12:11 am   Subject: Re: Want your own mail/ftp/other server? LOOK HERE!
[quote="k1ll3rdr4g0n"]POP3/IMAP/SMTP Servers (Mail Servers):


DNS Servers:

Zoneedit - http://www.zoneedit.com (free for the first 5 domains)
FreeDNS - http://freedns.afraid.org (free ...
  Topic: Levels of access
phirez

Replies: 0
Views: 23738

PostForum: Tutorials   Posted: Sat Jun 03, 2006 11:38 pm   Subject: Levels of access
There has been a lot of questions about how to acess your website. There are three ways.

Level 1: localhost
This level of access can only be viewed on the computer that is running abyss this is th ...
  Topic: ColdFusion and Abyss Web Server
phirez

Replies: 8
Views: 22473

PostForum: General Questions   Posted: Sat May 27, 2006 5:39 pm   Subject: I think this was posted before
Coldfusion is a server in its self that runs on port 8500 (if you got macromedia's ). There is two freeware alternatives. Ignitefusion (google it) this is a interperter (like php or activeperl) That a ...
  Topic: DSL Service
phirez

Replies: 1
Views: 2927

PostForum: Off Topic Discussions   Posted: Wed May 17, 2006 4:56 am   Subject: DSL Service
Does anybody know of a "Webserver friendly" dsl service the US?
  Topic: flash file for x1
phirez

Replies: 7
Views: 6132

PostForum: Off Topic Discussions   Posted: Wed May 17, 2006 4:46 am   Subject: flash file for x1
Your vistors must have a flash plugin to view it. You don't need to configure anything. You can embed into a html file or link directly to .swf flash file. If you a creating an entire flash website, y ...
  Topic: ViaHome.co.uk
phirez

Replies: 21
Views: 39538

PostForum: Powered by Abyss   Posted: Sun May 14, 2006 5:17 pm   Subject: ViaHome.co.uk
I am a flash geek so I stream my movies and music using flash. .flv is the best video format in the world.

If you don't have flash mx or pro 8 use these players: http://programmer2.net
  Topic: flash file for x1
phirez

Replies: 7
Views: 6132

PostForum: Off Topic Discussions   Posted: Sat May 13, 2006 3:24 pm   Subject: flash file for x1
.FLA is a source file. .SWF is a flash file. .FLV is a flash video

just make sure you add the mime type for .swf: application/x-shockwaveflash
as well as flv: video/x-flash

(I think the latese ...
  Topic: Please Vote: Community Intelligence
phirez

Replies: 67
Views: 288596

PostForum: General Questions   Posted: Wed May 10, 2006 3:50 am   Subject: Please Vote: Community Intelligence
This webserver is so easy but yet has the power of a hardcore webserver.This is the longest I have stayed with a webserver (3 months)
I've tried many webservers:

IIS= To much memory, microsoft's ...
  Topic: Trouble w/ phpBB: can't access ACP or sign in
phirez

Replies: 6
Views: 13128

PostForum: General Questions   Posted: Wed May 10, 2006 12:10 am   Subject: Trouble w/ phpBB: can't access ACP or sign in
Mke sure url is not under http://127.0.0.1 or http://localhost or http://192.x.x.x
  Topic: Flashmyadmin
phirez

Replies: 6
Views: 25586

PostForum: Databases   Posted: Tue May 09, 2006 2:11 am   Subject: Flashmyadmin
I use phpmyadmin because of the reason you mentioned above.

I just mentioned this gui for people who just want to ge the woork done and not edit or play with the files like me. But I do think they ...
  Topic: Flashmyadmin
phirez

Replies: 6
Views: 25586

PostForum: Databases   Posted: Sun May 07, 2006 9:52 pm   Subject: Flashmyadmin
Why don't you like it
  Topic: Experimental - Preconfigured PHP 5 package [UPDATED]
phirez

Replies: 18
Views: 70861

PostForum: Tutorials   Posted: Tue Apr 25, 2006 11:58 pm   Subject: Experimental - Preconfigured PHP 5 package [UPDATED]
This worked well for me I have:
Windows XP Pro Sp2
Abyss web server X1
Mysql 5
  Topic: Streaming Mp3 Files !
phirez

Replies: 14
Views: 54002

PostForum: Tutorials   Posted: Tue Apr 25, 2006 4:43 am   Subject: Streaming Mp3 Files !
Anyway you could do that with .flv files
  Topic: MySQL database name
phirez

Replies: 3
Views: 21715

PostForum: Databases   Posted: Tue Apr 25, 2006 4:37 am   Subject: MySQL database name
My sql when installed is not a single database. My sql is a server that creates the databases. You create the databases using adminstrative gui. I recommend flashmyadmin go to: http://flashmyadmin.org ...
  Topic: Flashmyadmin
phirez

Replies: 6
Views: 25586

PostForum: Databases   Posted: Tue Apr 25, 2006 1:57 am   Subject: Flashmyadmin
If your having problems configuring phpmyadmin try flashmyadmin at this website:
http://www.flashmyadmin.org/english/flashmyadmin.org.php

Requires: Flash player 8
PHP 4/5
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group