Author |
Message |
Topic: ... |
Kent
Replies: 10
Views: 39191
|
|
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
|
|
Thanks TRUSTAbyss You have helped me gain an extra bit of code knowledge - I am hungry to learn.. |
Topic: ... |
Kent
Replies: 10
Views: 39191
|
|
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
|
|
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
|
|
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
|
|
...
mmk, first script using these methods... thanks. |
Topic: The new forum font. |
Kent
Replies: 16
Views: 15890
|
|
To be blunt the font change sucks... change it back. |
Topic: need help in php |
Kent
Replies: 6
Views: 16680
|
|
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
|
Forum: 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
|
Forum: 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
Forum: 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
|
|
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
|
Forum: 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
|
|
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
|
|
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
|
Forum: 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
|
|
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
|
|
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
|
|
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
|
Forum: 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
Forum: 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
|
|
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
|
|
* 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
|
|
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
|
|
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
|
|
THNX :D |
Topic: About CENSORED Sites |
Kent
Replies: 13
Views: 16379
|
|
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
|
|
just go to google.com and type in the search term "free php scripts" |
Topic: Website templates |
Kent
Replies: 4
Views: 8586
|
|
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
|
|
:D YW RuS |
Topic: ShoutBox & Iframe Help.? |
Kent
Replies: 3
Views: 9106
|
|
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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
|
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
|
Forum: 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
|
|
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 ... |
|