Author |
Message |
Topic: Headers problems |
00squeaky
Replies: 3
Views: 9269
|
|
okay, forst of all it was really dumb of you to post your PHP.ini.
second of all, put your headers info ABOVE the <HTML> tag, and make sure you echo NOTHING before that. its the same thing wi ... |
Topic: The same problem.. MySQL server problem.. |
00squeaky
Replies: 6
Views: 15147
|
|
you know, i think the problem is that you are connecting with the wrong, or no, username and/or pasword.
try 'root' as the username, and omit the password.
#1045 is the most annoying error.... |
Topic: anatonic |
00squeaky
Replies: 7
Views: 18154
|
|
woa.
that is proably the sickest website i have ever seen!
only one question; what the heck is it about. |
Topic: Strange, no site has..........?? |
00squeaky
Replies: 22
Views: 45546
|
|
mine doesnt, because i don't host on abyss. mainly because i have strict rules not to mess with the router....
one mess up, and i'm not allwed to touch the thing.... |
Topic: Gatewayservers.co.uk |
00squeaky
Replies: 25
Views: 50618
|
|
if you are going to host people, you musts have a T1+ connection. oif not, your connection is too slow. |
Topic: HalfRetarded.com |
00squeaky
Replies: 3
Views: 11908
|
|
okay. you definately need to make pages for your videos/fash section. your website has a good start, and is perfectly laid out for what it is, but you need to make pages. |
Topic: Want A SITE... I got zpanel to work!! |
00squeaky
Replies: 30
Views: 62318
|
|
Cpanel is definately the best.
And because of that, it costs hundreds of dollars. Also, it only works for Linux.
Also, how do you mean "canada is wired?"
i dont mean it liike thatt, but thay are ... |
Topic: What THe Heck DOes THIS ERROR MEAN! |
00squeaky
Replies: 5
Views: 9079
|
|
i did. there is nothing above the <HTML> tag, nor is their any <HTML> tag. all i am trying to do is the setcookie() function. |
Topic: What THe Heck DOes THIS ERROR MEAN! |
00squeaky
Replies: 5
Views: 9079
|
|
whenever i try to seta cookie, i get this:
Warning: Cannot modify header information - headers already sent by (output started at /home/freehost/public_html/ggzone/login.php:9) in /home/freehost/pu ... |
Topic: php not working |
00squeaky
Replies: 3
Views: 8580
|
|
i CGI parameters, make a variable called REDIRECT_STATUS in the botto box, and set it to 200. |
Topic: SMPT (SPMT?)-- where do you get one? |
00squeaky
Replies: 4
Views: 8601
|
|
00squeaky--
The correct term is smtp. SMTP is the "sendmail" part of a mail server as opposed to the receiving end, the pop3 part.
You can search these forums for "mail servers" and you will fi ... |
Topic: Need Help with upload files |
00squeaky
Replies: 17
Views: 30445
|
|
and iNNAE, if he puts up his ip address, that is morre than enough hacking informatoion.
That is too vague and conditional to be true. If you know someone's IP address, that doesn't mean you can "hac ... |
Topic: error 500 |
00squeaky
Replies: 5
Views: 9322
|
Forum: PHP Posted: Tue Jul 13, 2004 3:15 am Subject: error 500 | |
|
this is a problem i do not see every day.
the problem might be that PHP does not run correctly on your OS. just by Windows XP or something.
also, the echo statement should have " " in it's stri ... |
Topic: Running Multiple Sites / Domains On Abyss |
00squeaky
Replies: 160
Views: 1579018
|
|
if you set up a web forwarding domain, you can do this without the script.
Nothing, just Error 200 still. Is it supposed to post to a log file?
all you need to to is put a "hi" after the endo of t ... |
Topic: News column PHP script |
00squeaky
Replies: 0
Views: 10092
|
|
so, i know alot of you want a news script without having to get PHPBB2, or the portal thingy. this code pull out news from a database, and formats the information into a nice newsbox.
so, here i ... |
Topic: MYSQL HELP!!!! PLEASE!!! |
00squeaky
Replies: 5
Views: 10048
|
|
your comp should not need to turn off. if this is required, get a better fan, and get a better proccesor fan. this should fix things. |
Topic: SMPT (SPMT?)-- where do you get one? |
00squeaky
Replies: 4
Views: 8601
|
|
really, where can i get, or program..., a SPMT server? |
Topic: Need Help with upload files |
00squeaky
Replies: 17
Views: 30445
|
|
is this upload script?? and remember its vulnerable that someone can hack your users if you paste the conf file because if people know a certain thing is then they can easily hack the website
yes, it ... |
Topic: No log in needed. |
00squeaky
Replies: 4
Views: 12683
|
|
first of all you are probably behind a router, second of all...
DO NOT TYPE IN 127.0.0.1:1024 IN YOUR BROWSER! if that is your problem, you are probably trying to log in to your control panel.
eit ... |
Topic: replace underscores with spaces |
00squeaky
Replies: 4
Views: 9697
|
|
if you store your information in a databas, there is no need to do the charsctor replace thing.
and i have never had any trouble with doing this:
//example
$mook = 'good boy';
echo"$mook&qu ... |
Topic: Error 200 |
00squeaky
Replies: 3
Views: 7714
|
Forum: PHP Posted: Mon Jul 12, 2004 10:47 pm Subject: Error 200 | |
|
alos, as an amendment, mysql_fetch_array is a pretty useless function, use mysql_fetch_assoc() instead. it works a whole lot better, and it is easier to use ;)
also, to fix the error, put a bit of ... |
Topic: database search |
00squeaky
Replies: 11
Views: 20864
|
|
ok. it was just a misunderstanding. |
Topic: php, forms, and variables |
00squeaky
Replies: 7
Views: 13678
|
|
ick.
just download the php manual off of the php site.
okay, say you have an input in your form like this:
<input name="uname" value="">
when you execute the script, make sure it is $H ... |
Topic: PHP Sessions |
00squeaky
Replies: 2
Views: 6717
|
|
id suggestg not using sessions, unless you have to have extreme security. just use things like cookies, and a database. in your users table, ad a column called active, with the values y & n. th ... |
Topic: Php won't work..... |
00squeaky
Replies: 14
Views: 19369
|
|
your computer will probably not support php. if you bought an old pc, chances are it will only work with better hardware and software.
but, in anycase you should check what you input, and make sur ... |
Topic: Php dont Work!!! |
00squeaky
Replies: 3
Views: 7860
|
|
I fixed the PHP problem !
he had a . on the end of the interpreter path
Example: C:\PHP\php.exe.
that will do it.
abysas should have detected that immdiately, tho... |
Topic: take the username from abyss' access control |
00squeaky
Replies: 3
Views: 7879
|
|
actually, it is much easier to do usijng a Mysql database. not only that, but your little solution will not work unless the browser is displaying their personal information. this way, you will not av ... |
Topic: database search |
00squeaky
Replies: 11
Views: 20864
|
|
what does it actually do?
man, cant you read the topic title+ description?
and Amoose, what is the sigh for? i spent a whole minute thinking of that script! (:p) |
Topic: I BIG REQUEST |
00squeaky
Replies: 6
Views: 10428
|
|
id sell one to you. but i dont have paypal.
wait a bit while i formulate it. |
Topic: database search |
00squeaky
Replies: 11
Views: 20864
|
|
not yet. actually, i had a brain freez and forgot i was supposed to be postikng my old script and ended up formulating a new one. but anyway...
//case sensitive search code v1.0, by 00s
//remo ... |
Topic: database search |
00squeaky
Replies: 11
Views: 20864
|
|
yea. just the code i am about to give you is pre release: it is case sensitive.
//FORM to be on separate page.
<form action="search.php" method=post>
<input name="query ... |
Topic: Forgotten Password Script |
00squeaky
Replies: 3
Views: 14877
|
|
hmm.
very intrigueing.
but you would need this:
<form action="precover.php">
enter your username and birthdate
<input name=uname value="username">
<input nam ... |
Topic: web25 site |
00squeaky
Replies: 55
Views: 132766
|
|
one word. dead.
get a home server if you must turn your computer off. |
Topic: How to Setup phpBB and MYSQL |
00squeaky
Replies: 3
Views: 8317
|
|
figure it out. i have had to answer tis tooooo many times. |
Topic: how do i create a my sql database |
00squeaky
Replies: 5
Views: 10193
|
|
or you could do it the hard way bby finding the program called mysql in the bin folder of mysql. or use these usefull php scripts.
//set up a mysql connection
$link = mysql_connect('your ip ... |
Topic: Installing PHP scripts |
00squeaky
Replies: 2
Views: 6991
|
|
you shold really just be able to run them, but some require a bit of customization first. read the included help ffile |
Topic: Log users & downloads |
00squeaky
Replies: 6
Views: 10873
|
|
unless you want to publicly display a users downloads, then this is a pretty pointless topic because of abyss's (what a word!) log file.
but if yoou would want to track downloads publicly,
get a ... |
Topic: php problem... (screenshot included) |
00squeaky
Replies: 4
Views: 9090
|
|
hum... it works on my laptop which has a diffirent connectin from my T1...
That is because it is an INTERNAL relooper. meaning anyone who types it in gets their site to pop up.
but with PHP fil ... |
Topic: does anone know where to get a... |
00squeaky
Replies: 4
Views: 10825
|
|
does any one know if it is possible to program your own DNS?
or if you can download one from anywhere?
i think i am kinda confused between DNS's and domains. but if al thosee companies made a dom ... |
Topic: uuuuuh oh. |
00squeaky
Replies: 7
Views: 15145
|
|
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOh!
so that is what a virtual server is :)
thanks, i thought it had to say something like ip forwarding.
but will it stilll deny hacker access? |
Topic: uuuuuh oh. |
00squeaky
Replies: 7
Views: 15145
|
|
what if yiu are on a firewall that does not allow that?
or a router for that matter?
all i have for options on the control panel is
virtual server,
DMZ,
special applications ports,
and LAN ... |
Topic: uuuuuh oh. |
00squeaky
Replies: 7
Views: 15145
|
|
is there a way to leave your fiewall up, but stil host a web site?
i got hacked last night because it was down! :(
-dont know what forum. |
Topic: MySQL problem with a SQL statement in php o0 *RESOLVED* |
00squeaky
Replies: 3
Views: 8199
|
|
icky code. it should look like this.
$sql = " insert into "'.$tablename.'" (username,password,etc) values ('".$username."','".$password."',etc) ... |
Topic: PHP not working |
00squeaky
Replies: 3
Views: 7258
|
|
download [url=www.php.net]PHP and follow the instructions for instalation of php on eiher th aprelium homepage or the server. |
Topic: Having trouble running a PHP script locally. |
00squeaky
Replies: 4
Views: 9516
|
|
your id's in the table are the same.
unless the id's of everything in the tables was shifted, it is impossible to merge it.
i'm talkng about this column
+---+ Merging with +---+
| id| ... |
Topic: error 200 - there is stuff to display |
00squeaky
Replies: 13
Views: 26921
|
|
if worst comes to worst, put an at the bottom of the page.
another problem might be you mixed up the directoriees and the code cannot aces the ouput file. or vice versa. |
Topic: damn phpbb install error |
00squeaky
Replies: 4
Views: 11137
|
|
one problem i see...
ont use a password.
if worst comes to worst, make username root. |
Topic: Need Help with upload files |
00squeaky
Replies: 17
Views: 30445
|
|
okay. you want a php upload.
so here you go
Form
<form enctype="multipart/form-data" action="upload.php" method="post">
<input type="hidden" na ... |
Topic: My site, free downloads for web developers! |
00squeaky
Replies: 7
Views: 16848
|
|
php is a mmuch better language. it would suit your site well. it has suited mine well.
nice layout- just it is way to corvy and your tables take forever to load.
for your upload thing- use t ... |
Topic: Want A SITE... I got zpanel to work!! |
00squeaky
Replies: 30
Views: 62318
|
|
Cpanel is definately the best.
also, forums on home computers can get pretty spacy...
dont go T1, go cable. it is 100mbs for half the price of DSL
*quotes lChan*
that is because canada is wir ... |
|