Join us at IRC!
Few are those who can see with their own eyes and hear with their own hearts. - Albert Einstein
Friday, May 25, 2012
Navigation
Members Online
Total Online: 33
Web Spiders: 12
Guests Online: 30
Members Online: 3

Registered Members: 70208
Newest Member: andresuran
Latest Articles
View Thread

HellBound Hackers | Computer General | Hacking in general

Page 1 of 2 1 2 >
Author

PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 24-04-10 11:08
http://xcat.isgreat.org/Unnamed%20Site%204/accelgbook/accelgbook/admin/connect.php <<<<is the location of my site's guest book's password file. when i go there with the ftp manager using the password i can see the username and password in the source of connect.php

but when i go there using my browser i can't see anything in the source.it is empty(connect.php).how can this happen?(i currently don't know any php sorry)


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

Shazrah
Member

Posts: 18
Location:
Joined: 21.04.08
Rank:
Hacker Level 1
Posted on 24-04-10 12:08
silvercats wrote:
http://xcat.isgreat.org/Unnamed%20Site%204/accelgbook/accelgbook/admin/connect.php <<<<is the location of my site's guest book's password file
(i currently don't know any php sorry)


just so i understand you correctly, you say YOU have a site with an guestbook written in PHP and you do not understand any PHP what so fucking ever and the source of the guestbook's password"code"(called connect.php?) is gone?

it's probably me just being stupid, but do you mean that "connect.php" is the code that handles the login request or have you stored the actual login information in there(like user: hello password: something)?
Author

RE: PHP password problem

goluhaque
Member



Posts: 194
Location: India
Joined: 17.02.10
Rank:
Hacker Level 1
Warn Level: 30
Posted on 24-04-10 12:25
Okay. What I understand of your problem is that when you connect to your site using FTP and see the source of that file, you can see you username and password but when you go to the URl through your browser and try to look in thee source(by right-click-See Source), you can see nothing.



If this is your problem, then the reason is that you store your password and username or whatever using PHP and since it is not a client-side language(it's a server-side language), it is not provided by the server to the client's PC. When you go to a URL and right click and select See Source or whatever, the Source that you see has been transferred from the Server to your PC(the client). Only the code in a client side language(if present) is transferred so that it can be parsed by the client. So, if you had stored your password and username in JAVAscblockedript variables, you would be able to see them by going to the URL and then right click-See Source.


Btw, if it is your site and you have created the page -and- you say that you don't know any PHP, how did you write the code that stores the username and the password in the PHP variables. Agreed that is not very difficult, but still, you don't know any PHP, right?




That applause I receive from y'all on posting this post would have gotten me drunk on power if I hadn't already been high on life.

Edited by goluhaque on 24-04-10 12:29
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 24-04-10 13:39
there are templates available lol


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 24-04-10 14:02
and is there any way to view that php's stored passwords?we have to hack into the server to do that,right?


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

goluhaque
Member



Posts: 194
Location: India
Joined: 17.02.10
Rank:
Hacker Level 1
Warn Level: 30
Posted on 24-04-10 14:12
silvercats wrote:
there are templates available lol

So how do templates come in?

Anyway, to view those passwords, if you don't own the site, you have to hack it.


That applause I receive from y'all on posting this post would have gotten me drunk on power if I hadn't already been high on life.
Author

RE: PHP password problem

define
Member

Posts: 201
Location:
Joined: 13.12.08
Rank:
Moderate
Warn Level: 1
Posted on 24-04-10 15:09
The only contents of a PHP file that you'll be able to see through a normal browser will be what it prints (and by prints, I mean using echo) to the screen.

No variables, no functions, not even comments... just what it outputs.


If you need to contact me, send me a PM. I will read and/or respond in time.
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 24-04-10 15:36
goluhaque ,if you google search for "free php guestbooks" you can find plenty of templates.i own the site,but i wanted to hack it for learning purposes.


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

goluhaque
Member



Posts: 194
Location: India
Joined: 17.02.10
Rank:
Hacker Level 1
Warn Level: 30
Posted on 24-04-10 15:42
silvercats wrote:
goluhaque ,if you google search for "free php guestbooks" you can find plenty of templates.i own the site,but i wanted to hack it for learning purposes.

Oh, I understand. You weren't clear earlier.


That applause I receive from y'all on posting this post would have gotten me drunk on power if I hadn't already been high on life.

Edited by goluhaque on 24-04-10 15:43
Author

RE: PHP password problem

NotMyFault
Member

Posts: 68
Location:
Joined: 23.12.09
Rank:
Hacker Level 3
Posted on 24-04-10 20:26
Ammmmm I think the problem is you don't know PHP! Check out W3Schools or Tizag for help learning it. The PHP Manual is good too.


Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 25-04-10 04:14
ok i will :) thanks


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

fashizzlepop
Member



Posts: 482
Location: Old folks home.
Joined: 08.04.08
Rank:
Uber Elite
Posted on 25-04-10 06:08
I definitely suggest Tizag.com.

Also, you can edit your posts, Silvercats. To help keep from double posting.


"The definition of insanity is doing the same thing over and over again and expecting different results.”
~Albert Einstein~


fashizzlepop@gmail.com http://csullivan.codeinspire.net/
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 25-04-10 12:43
Thanks fashizzpop,it is a nice site,i think i should stick to that site more often


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 25-04-10 12:44
who has posted shit,moshbat?


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

techb
Member



Posts: 384
Location:
Joined: 15.02.09
Rank:
Hacker Level 2
Posted on 25-04-10 12:58
I know its frustrating Mosh, just keep your cool lol, smoke a blunt maybe.


kbcarte.wordpress.com
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 25-04-10 14:58
you are acting like your dad is PHP ,moshbat.don't forget your past.if you do,you will have no future.you didn't know any php too.so stop thinking you are the best n don't act stupid from now on


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...

Edited by silvercats on 25-04-10 15:00
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

techb
Member



Posts: 384
Location:
Joined: 15.02.09
Rank:
Hacker Level 2
Posted on 25-04-10 15:11
<?php
$str = "Moshbat";
print $str;
print "<br />";
print "I am your father...";
?>

lol I don't even know php.


kbcarte.wordpress.com
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 25-04-10 15:32
:D :D


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Author

RE: PHP password problem

COM
Banned



Posts: 800
Location:
Joined: 31.08.07
Rank:
God
Posted on 25-04-10 15:43
MoshBat wrote:
Also, silver, what the hell did you say? Seriously?

He said that you are a being conceived and manifested on earth by PHP itself. Also something about you being the best.


K'aem'nhi kh'rn, K'aem'nhi kh'r, K'aem'nhi kh'rmnu.
I'a Y'gs-Othoth!
Author

RE: PHP password problem

silvercats
Member



Posts: 73
Location: Sri Lanka
Joined: 18.04.10
Rank:
Active User
Warn Level: 30
Posted on 25-04-10 16:02
yeah i said it coz you called my post(the questions i asked) as shit just because you knew the answers to what i asked.i asked it coz i didn't know.any problem with that MOSHBAT?


NOTHING IS IMPOSSIBLE TO A WILLING HEART

MEEOW...
harithacats http://xcat.isgreat.org
Page 1 of 2 1 2 >
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.