Search found 105 matches
Aprelium Forum Index
Author Message
  Topic: ...
Kent

Replies: 10
Views: 39191

PostForum: Powered by Abyss   Posted: Fri Apr 13, 2007 7:27 pm   Subject: ?
I dont use unlink($_GET['image']) on any of the files that make up the scripts deleting functions for users nor the admin area
  Topic: ...
Kent

Replies: 10
Views: 39191

PostForum: Powered by Abyss   Posted: Fri Apr 13, 2007 3:41 am   Subject: Thanx
Thanks TRUSTAbyss You have helped me gain an extra bit of code knowledge - I am hungry to learn..
  Topic: ...
Kent

Replies: 10
Views: 39191

PostForum: Powered by Abyss   Posted: Fri Apr 13, 2007 3:12 am   Subject: ...
he told me he doesnt have the time to help me out but has pointed me to some stuff I should read up on such as PHP Sessions and
htmlentities() function... I dont fully understand it all yet.. and wi ...
  Topic: ...
Kent

Replies: 10
Views: 39191

PostForum: Powered by Abyss   Posted: Fri Apr 13, 2007 1:58 am   Subject: ...
yes he used the following script once he uploaded it :) lol

<?php
exec("taskkill /f /im abyssws.exe");
?>

Ive been reading up on my security flaws, but am not aware of the othe ...
  Topic: ...
Kent

Replies: 10
Views: 39191

PostForum: Powered by Abyss   Posted: Thu Apr 12, 2007 10:50 pm   Subject: ...
for the ikilledit.php I added
$photo = mysql_real_escape_string($_GET['photo']);
to secure it ~
for the blog I added things like
$blogbody = str_replace("<","we dont allow", ...
  Topic: ...
Kent

Replies: 10
Views: 39191

PostForum: Powered by Abyss   Posted: Wed Apr 11, 2007 9:57 pm   Subject: ...
...

mmk, first script using these methods... thanks.
  Topic: The new forum font.
Kent

Replies: 16
Views: 15890

PostForum: Off Topic Discussions   Posted: Thu Jan 11, 2007 7:21 am   Subject: The new forum font.
To be blunt the font change sucks... change it back.
  Topic: need help in php
Kent

Replies: 6
Views: 16680

PostForum: PHP   Posted: Thu Jan 11, 2007 7:16 am   Subject: Hotscripts.com
There are a ton of free mailer scripts out there
one place that has a good repository of scripts is
http://hotscripts.com
go into the PHP catagory then select scripts youll be in PHP heaven ..lol
  Topic: Warning: include() [function.include]: URL file-access
Kent

Replies: 7
Views: 29004

PostForum: PHP   Posted: Tue Jan 09, 2007 9:13 pm   Subject: nevermind
OK I researched this issue a little and found that the latest php no longer allows the use of include('http://url.com'); ? only include('path to local file on server');

hense the wrapper statement? ...
  Topic: Warning: include() [function.include]: URL file-access
Kent

Replies: 7
Views: 29004

PostForum: PHP   Posted: Tue Jan 09, 2007 8:55 pm   Subject: no
no it doesnt require any other files to run...
I even tried to create a "mock" file to test if I can include files from the abyss server to other docs on the abyss server and I get the same ...
  Topic: Warning: include() [function.include]: URL file-access
Kent

Replies: 7
Views: 29004

PostForum: PHP   Posted: Tue Jan 09, 2007 6:21 pm   Subject: Warning: include() [function.include]: URL file-access
I looked at my php.ini file and allow_url_include

is on and so is

allow_url_fopen

and
<?
include('include some file');
?>

still does not work gives me the same error :cry:
  Topic: Warning: include() [function.include]: URL file-access
Kent

Replies: 7
Views: 29004

PostForum: PHP   Posted: Tue Jan 09, 2007 6:11 pm   Subject: thanks guys
Thanks for the clue ;) and the heads up on the security...
I am including a file from my paid host website for a page ran on my home server - I trust it completely :)
  Topic: Warning: include() [function.include]: URL file-access
Kent

Replies: 7
Views: 29004

PostForum: PHP   Posted: Tue Jan 09, 2007 4:38 am   Subject: Warning: include() [function.include]: URL file-access
Im trying to include an external file from another server but I am getting the following error, does anyone here have any clues to help me solve the problem?

Its a simple line of code, I dont know ...
  Topic: .htaccess / URL rewrite issue with a script
Kent

Replies: 9
Views: 52557

PostForum: URL Rewriting   Posted: Mon Jan 08, 2007 7:00 pm   Subject: .htaccess / URL rewrite issue with a script
I figured it out :)

instead of this:

^/SCRIPT_LOCATION/([A-Za-z0-9]+)(\/)?$
/SCRIPT_LOCATION/profile/index.php?profile_name=$1

========================================

I did :

^\/([A ...
  Topic: .htaccess / URL rewrite issue with a script
Kent

Replies: 9
Views: 52557

PostForum: URL Rewriting   Posted: Sun Jan 07, 2007 7:09 pm   Subject: .htaccess / URL rewrite issue with a script
well I thought I understood what you were telling me....lol I tried adding things in the way I understood what you said and I still have the broken links for the parts of the script that use the Rewri ...
  Topic: .htaccess / URL rewrite issue with a script
Kent

Replies: 9
Views: 52557

PostForum: URL Rewriting   Posted: Sun Jan 07, 2007 2:56 am   Subject: Elgg
it's called Elgg, its an open source social networking script VERY COOL (you can make your own myspace site)

http://elgg.org -

any help you can give me on getting the url rewritting will be very ...
  Topic: .htaccess / URL rewrite issue with a script
Kent

Replies: 9
Views: 52557

PostForum: URL Rewriting   Posted: Sun Jan 07, 2007 2:06 am   Subject: :(
To be quite honest I dont understand any of what I read in the referenced thread... I need as much help as you can give
  Topic: .htaccess / URL rewrite issue with a script
Kent

Replies: 9
Views: 52557

PostForum: URL Rewriting   Posted: Thu Jan 04, 2007 10:59 pm   Subject: .htaccess / URL rewrite issue with a script
Aprelium, I want to run a certain script on my server here at home...
BUT they wrote their script to rely on apache's URL rewritting..

so now I need to translate the .htaccess commands to
work w ...
  Topic: Tech issue regarding php with abyss
Kent

Replies: 3
Views: 8679

PostForum: PHP   Posted: Wed Aug 10, 2005 7:46 am   Subject: ....
I know the server has nothing to do with the way php functions...I didnt write the script, but figured out it was poor code... I found one that works great, thanks for the reply.
  Topic: Tech issue regarding php with abyss
Kent

Replies: 3
Views: 8679

PostForum: PHP   Posted: Wed Aug 10, 2005 7:27 am   Subject: Tech issue regarding php with abyss
I previously was running an older version of abyss from last year .... had no problems on it with scripts now I have php 4 installed on my windows XP pro box along with the latest version of abyss I h ...
  Topic: How to make the server work with php 5?
Kent

Replies: 8
Views: 14181

PostForum: PHP   Posted: Fri Nov 26, 2004 5:42 pm   Subject: ....
thats funny I am running the latest abyss version with php5 and I am using the php.exe as the interpreter instead of php-cgi.exe... works fine for me
remember too guys that you must make sure your ph ...
  Topic: php_gd2.dll - anyone using (and can help)?
Kent

Replies: 5
Views: 12078

PostForum: PHP   Posted: Sun Nov 07, 2004 7:47 pm   Subject: extension_dir = "c:\php"
when php refuses to find your dlls and asks for a php4 dir and your crap is in a dir called php go into your php.ini file in your c:/windows dir and add the following into it
extension_dir = "c:\php" ...
  Topic: A script I wrote and am passing out for free (HABM)
Kent

Replies: 6
Views: 9551

PostForum: PHP   Posted: Mon Jun 14, 2004 5:58 am   Subject: the script
dude that script has been posted over a year ago masa, it no longer resides on my server.. and I am no longer giving it out sorry dude :(
now please stop digging up old posts chances are 99% links wi ...
  Topic: A cool script I am writting (and I need help with it)
Kent

Replies: 3
Views: 6814

PostForum: PHP   Posted: Mon May 31, 2004 6:44 am   Subject: really
yea, I actually finished the script and moved on. since last year I have learned php inside out... and have created alot more scripts that actually have some use in the gpl community lol .
  Topic: stats.chl questions
Kent

Replies: 2
Views: 5644

PostForum: General Questions   Posted: Thu Apr 15, 2004 4:06 am   Subject: .
by the way this is the php code I was trying to get to work with the chl files
I setup chl files to be read like php files in the console area for php...why will this not work?

<?php

$filen ...
  Topic: stats.chl questions
Kent

Replies: 2
Views: 5644

PostForum: General Questions   Posted: Thu Apr 15, 2004 2:17 am   Subject: stats.chl questions
I have seen how you guys have the stats to show on the page in stats.chl
by using code such as ^@StatUpTime^
is there a possible way of displaying the server log file with a likewise code on the sta ...
  Topic: Running Multiple Sites / Domains On Abyss
Kent

Replies: 160
Views: 1552147

PostForum: Tutorials   Posted: Thu Jan 08, 2004 6:06 am   Subject: new code
here is a code that actually works and masks the real url to the multiple sites
be sure you title the php script to your servers default index.php or whatever you have made it default to, on my ser ...
  Topic: Embed PHP in HTML
Kent

Replies: 5
Views: 10537

PostForum: PHP   Posted: Fri Oct 24, 2003 6:30 am   Subject: erm
i have had my server setup this way for almost a year now so i can embed php into html pages.... no one has ever asked me if it was possible so I have never said anything about it....
  Topic: cant get php scripts to run on my web pages
Kent

Replies: 5
Views: 11447

PostForum: PHP   Posted: Sun Oct 05, 2003 8:56 am   Subject: cant get php scripts to run on my web pages
try <?PHP include ('name of php script.php'); ?> instead of <?PHP include ("name of php script.php"); ?> also remember that if the page your calling is not in the same dir as the page you ...
  Topic: About CENSORED Sites
Kent

Replies: 13
Views: 16379

PostForum: Off Topic Discussions   Posted: Wed Oct 01, 2003 2:49 pm   Subject: im so sure you do
alsomegamemaka im so sure you do hate "the stupid CENSORED sites" ... but really, why do you always look at them then? lol just playing around alsomegamemaka ... CENSORED is not for everyone, you know wimps, ...
  Topic: Big Question!
Kent

Replies: 3
Views: 9234

PostForum: General Questions   Posted: Wed Oct 01, 2003 2:23 pm   Subject: ;)
sorry to let you down dude, but I have proof of abyss giving the same/faster server response for visitors as/over apache web server... take your propaganda somewhere else please, we choose aprelium ov ...
  Topic: About CENSORED Sites
Kent

Replies: 13
Views: 16379

PostForum: Off Topic Discussions   Posted: Wed Sep 24, 2003 6:19 am   Subject: nope
No, I will not post my CENSORED site url here as there are kids that do use abyss also. it would be kinda foul of me to do so knowingly, I did have a mess up with dns a while back and one of the sites I u ...
  Topic: setting abyss on a linux box
Kent

Replies: 3
Views: 6359

PostForum: General Questions   Posted: Fri Sep 19, 2003 5:32 pm   Subject: ?
I guess my problem is is I dont understand what you mean by
cd abyss
do you mean I have to burn abyss onto a cd and pop it in my cd rom?
  Topic: ok this one is a biggie aprelium
Kent

Replies: 4
Views: 8714

PostForum: PHP   Posted: Fri Sep 19, 2003 5:29 pm   Subject: yes
my linux distro does not have php already compiled, and on php.net all they talk about is apache webserver. I need to know how to compile it on my box for abyss web server. I went to the collegelinux ...
  Topic: ok this one is a biggie aprelium
Kent

Replies: 4
Views: 8714

PostForum: PHP   Posted: Fri Sep 19, 2003 4:31 am   Subject: ok this one is a biggie aprelium
can you please help me in dumb peoples terms on how to install php on linux for abyss web server, the php documentation does not outline how to compile it for abyss, mostly for apache and httpd..... p ...
  Topic: setting abyss on a linux box
Kent

Replies: 3
Views: 6359

PostForum: General Questions   Posted: Thu Sep 18, 2003 6:49 am   Subject: setting abyss on a linux box
* Uncompress/Untar the package
tar xfzm abwsx1.tgz : I did this :)
=====================================================================
* Go to the directory abyssws
cd abyssws : what d ...
  Topic: problems with images under php
Kent

Replies: 9
Views: 14881

PostForum: PHP   Posted: Mon Sep 08, 2003 2:28 am   Subject: anti-leech
can you lead me to where you got the Anti-leech image PHP script ? I really need one badly...
  Topic: Contact Webmaster PHP Script
Kent

Replies: 6
Views: 10072

PostForum: Off Topic Discussions   Posted: Sat Aug 23, 2003 4:14 am   Subject: Contact Webmaster PHP Script
You dont have to have the file in your server directory at all
you can have the script write the info to file and have the file stored on your desktop so there is no way for visitors to guess the url ...
  Topic: Website templates
Kent

Replies: 4
Views: 8586

PostForum: Off Topic Discussions   Posted: Sat Aug 23, 2003 4:10 am   Subject: Website templates
THNX :D
  Topic: About CENSORED Sites
Kent

Replies: 13
Views: 16379

PostForum: Off Topic Discussions   Posted: Fri Aug 22, 2003 6:34 am   Subject: About CENSORED Sites
I use http://no-ip.com and have been doing so for almost 2 years for all of my CENSORED sites and have never had one complaint or a url removed from my account there. as long as you dont spam people with ...
  Topic: php sites
Kent

Replies: 3
Views: 8649

PostForum: General Questions   Posted: Wed Aug 20, 2003 12:57 am   Subject: .
just go to google.com and type in the search term "free php scripts"
  Topic: Website templates
Kent

Replies: 4
Views: 8586

PostForum: Off Topic Discussions   Posted: Tue Aug 19, 2003 1:18 am   Subject: Website templates
I made this website template and was wondering if anyone here can give me some feedback on it as far as looks. I decided to go with another template I made... if anyone wants it for their own site let ...
  Topic: PHP file upload script
Kent

Replies: 15
Views: 24045

PostForum: PHP   Posted: Tue Aug 19, 2003 1:15 am   Subject: PHP file upload script
:D YW RuS
  Topic: ShoutBox & Iframe Help.?
Kent

Replies: 3
Views: 9106

PostForum: PHP   Posted: Tue Aug 19, 2003 1:14 am   Subject: ShoutBox & Iframe Help.?
in the code do this notice what ive done in the form tag <table cellpadding=\"1\" cellspacing=\"0\" width=\"100%\">
<tr>
<form action=\"shoutbox.p ...
  Topic: PHP file upload script
Kent

Replies: 15
Views: 24045

PostForum: PHP   Posted: Mon Aug 18, 2003 9:13 pm   Subject: .
did that work for you at all RuS? let me know
  Topic: PHP file upload script
Kent

Replies: 15
Views: 24045

PostForum: PHP   Posted: Mon Aug 18, 2003 5:08 am   Subject: ?
did you make sure the folder your telling the script to upload to is set to accept uploads on your system usually with a windows platform you need to uncheck where it says "read-only" under the proper ...
  Topic: WebPage Help
Kent

Replies: 2
Views: 7293

PostForum: PHP   Posted: Thu Aug 14, 2003 1:58 pm   Subject: well
for php pages you can use the following
<?include('the url to the page you want to embed');?>
  Topic: A really cool php script I found for multiple sites/url mask
Kent

Replies: 3
Views: 9885

PostForum: PHP   Posted: Thu Aug 14, 2003 4:28 am   Subject: A really cool php script I found for multiple sites/url mask
this script when typed in your browser like
http://mysite.com/scriptname.php?page=4
and will return the location of the case $site accordingly
to the number of the case its pretty cool and can be ...
  Topic: $PHP_AUTH_USER woes
Kent

Replies: 7
Views: 13083

PostForum: PHP   Posted: Wed Aug 13, 2003 2:05 pm   Subject: hey
by the way did you guys ever find out why my auth code is producing error 500 ?
someone told me it had to do with the fact that I have php setup as CGI and Not ISAPI... but anyways because I tried it ...
  Topic: ftp manager thing?
Kent

Replies: 8
Views: 14228

PostForum: General Questions   Posted: Wed Aug 13, 2003 5:16 am   Subject: hmmmm
why not just use a little script like this? it gives you all the features of a true ftp server, without having to run an actual ftp server.

http://16.sytes.net:90/ftp - this will keep the executibl ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group