Search found 25 matches
Aprelium Forum Index
Author Message
  Topic: banned
SXL WEB

Replies: 1
Views: 8658

PostForum: PHP   Posted: Tue Apr 01, 2003 4:23 am   Subject: banned
[php]
<?
$lines = file('data/ip.txt');
foreach($lines as $line) {
if($HTTP_SERVER_VARS["REMOTE_ADDR"], $line)) {
$Found = 1;
break;
}
if ($Found != 1) {
?>
Sorry But Your Banned ...
  Topic: ELSE
SXL WEB

Replies: 1
Views: 8066

PostForum: PHP   Posted: Tue Apr 01, 2003 3:53 am   Subject: ELSE
Can Some One Explain The "ELSE" Function For Me.

IE. how it works, what it can do, and maybe give me a simple example of it in use.
  Topic: multi users
SXL WEB

Replies: 0
Views: 7327

PostForum: PHP   Posted: Fri Feb 14, 2003 7:16 am   Subject: multi users
i need help making a multi user login script...

i made all my files and a users.php file full of user names. and passwords

now i just need to know how to make a admin that will allow all the u ...
  Topic: Help
SXL WEB

Replies: 7
Views: 15683

PostForum: PHP   Posted: Wed Feb 12, 2003 4:20 am   Subject: YES
Yes i did thank you...
  Topic: Login Scripts
SXL WEB

Replies: 0
Views: 7686

PostForum: PHP   Posted: Mon Feb 10, 2003 5:53 pm   Subject: Login Scripts
can some one help me im trying to make a non sql login script so users can login (MEMBER SCRIPT)

i made a user.php file and each user has a line with infomation ie

" datejoined|name|username|pas ...
  Topic: PHP (ABYSS) PHP (MAIN SERVER)
SXL WEB

Replies: 5
Views: 14097

PostForum: PHP   Posted: Tue Jan 28, 2003 11:46 am   Subject: Re: PHP (ABYSS) PHP (MAIN SERVER)
Errors you get may indicate what's wrong. What are the errors you received?

the errors im geting are

Warning: main(config.php) [function.main]: failed to create stream: Permission denied in /usr ...
  Topic: fusion php?
SXL WEB

Replies: 8
Views: 17313

PostForum: PHP   Posted: Sun Jan 26, 2003 4:22 am   Subject: i set it up about 60 times
i set it up about 60 times and nothing works. i think it mite be because of my php.ini file could it be...?
  Topic: PHP (ABYSS) PHP (MAIN SERVER)
SXL WEB

Replies: 5
Views: 14097

PostForum: PHP   Posted: Sun Jan 26, 2003 4:15 am   Subject: PHP (ABYSS) PHP (MAIN SERVER)
i made a script on my computer called sxtag_version 5 pro.

and all the version i made 5 is the best.
the only problem is that i made it useing abyss web server as a host, and when i tryed to uploa ...
  Topic: fusion php?
SXL WEB

Replies: 8
Views: 17313

PostForum: PHP   Posted: Sun Jan 19, 2003 5:19 pm   Subject: fusion php?
fusion php news wont login after i set it up, can some one help me.

heres what happens.
i set up the script.
i try to login to sends me back to the login screen
so i try to alter the line in the ...
  Topic: Help
SXL WEB

Replies: 7
Views: 15683

PostForum: PHP   Posted: Thu Dec 26, 2002 8:15 pm   Subject: Help
gheghe.. go out and play i´d say!

to protect dir´s you need htaccess and htpassword files. Don´t ask me howto do that, i always steel the files :oops:

I need them 2 files and i cant seem to fin ...
  Topic: Login Scripts
SXL WEB

Replies: 2
Views: 10435

PostForum: PHP   Posted: Thu Dec 26, 2002 8:08 pm   Subject: sorry
ok. i got it it was not the script. it was my php.ini file.

BTW Aprelium i love your server system
  Topic: Use Apache Not Abyss (Traced That Loser)
SXL WEB

Replies: 9
Views: 14319

PostForum: General Questions   Posted: Mon Dec 23, 2002 4:09 pm   Subject: Sorry to tweek you
Sorry to tweek you but you can find a ip address. its really not that hard.

you can do a search of the computer's isp. and find it though there. you can look though iplogs and you can do a search f ...
  Topic: Login Scripts
SXL WEB

Replies: 2
Views: 10435

PostForum: PHP   Posted: Mon Dec 23, 2002 8:09 am   Subject: Login Scripts
i just got a new script for my site and it seems to be running ok but the admin dont work. the page shows but it dont log in. is there some thing i forgot to turn on in my php.ini file?
  Topic: Smut Stoper
SXL WEB

Replies: 10
Views: 13608

PostForum: General Questions   Posted: Thu Dec 05, 2002 10:02 pm   Subject: believe
i believe i found away

$word = file("badwords.txt");
for($w=0;$w<count($word);$w++){
list($curse,$replacement,) = explode("|^|",$word[$w]);
$curse = str_replace("\\","\\\\\\\\",stripsl ...
  Topic: Smut Stoper
SXL WEB

Replies: 10
Views: 13608

PostForum: General Questions   Posted: Sun Dec 01, 2002 3:25 am   Subject: HE HE
lol well thanks man, im a vary new persion to php.
  Topic: Smut Stoper
SXL WEB

Replies: 10
Views: 13608

PostForum: General Questions   Posted: Sat Nov 30, 2002 6:53 pm   Subject: opps
http://frozen-hell.net/scripts/sxtag_v4/post.php
  Topic: Smut Stoper
SXL WEB

Replies: 10
Views: 13608

PostForum: General Questions   Posted: Sat Nov 30, 2002 6:52 pm   Subject: O
o ok dude i still have a problem with the script though
http://frozen-hell.net/script/sxtag_v4/post.php

its working but it only works with the word CENSORED (sorry)
  Topic: Smut Stoper
SXL WEB

Replies: 10
Views: 13608

PostForum: General Questions   Posted: Sat Nov 30, 2002 6:39 pm   Subject: OMG
if i know it was that long. i would of not asked but thanks for the help.
ill add a thank you spot on the readme for ya. do you have a site url
  Topic: Smut Stoper
SXL WEB

Replies: 10
Views: 13608

PostForum: General Questions   Posted: Sat Nov 30, 2002 5:11 pm   Subject: Smut Stoper
Dose any one know how to stop smut

i need a snippet of code. in php.

how to stop words from being used

ie.
i make a txt file full of words.
people go to my script. and try to use the word ( ...
  Topic: Smut protector
SXL WEB

Replies: 7
Views: 15916

PostForum: PHP   Posted: Fri Nov 29, 2002 11:52 pm   Subject: No problem
o no prob. its ok.

no confusion but do you think you can help.?
  Topic: Smut protector
SXL WEB

Replies: 7
Views: 15916

PostForum: PHP   Posted: Fri Nov 29, 2002 3:09 am   Subject: Last Post
I Believe that my last post was misunderstud.

sorry if i mis spelled that...

but what i ment. was

there are some people that keep saying "F*** you" or stuff liek that.
sorry if that is inapp ...
  Topic: Smut protector
SXL WEB

Replies: 7
Views: 15916

PostForum: PHP   Posted: Tue Nov 19, 2002 3:52 am   Subject: thanks
thanks
  Topic: Small Problem
SXL WEB

Replies: 2
Views: 7450

PostForum: General Questions   Posted: Mon Nov 18, 2002 3:19 am   Subject: OMG
OMG thank you.

thanks for the help. :D
  Topic: Small Problem
SXL WEB

Replies: 2
Views: 7450

PostForum: General Questions   Posted: Sun Nov 17, 2002 8:19 pm   Subject: Small Problem
hi i am having a small problem with my windows i gess i think it mite be because of abyss.

every time i open a folder on my hard drive. it addes a filder file in it (HyperText Template)

its givi ...
  Topic: Smut protector
SXL WEB

Replies: 7
Views: 15916

PostForum: PHP   Posted: Sun Nov 17, 2002 8:31 am   Subject: Smut protector
hi i am working on a script called sxshout...
its a small shout box with icons and other stuff.

but i have been trying to stop smut from being posted. in the board.

it uses text files (.txt)
...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group