halo can any one tel me some thing about this...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

halo can any one tel me some thing about this...

Post by kujtim »

hi
I have downloaded an web site from ftp
the site is created with php and mysql and he isworking wery good
I am sopose to change some things on it .....

the problem is ther the web page is containing a lot of things like
news he also got an archive of news thet were before but I don't now where are they lokated I don't now also where the nemes of the links are lokated .

I took a sql db from the ftp but I can see nothing from this things on it

please if you now something about this please tell me
by.........
ghost007
Forum Commoner
Posts: 49
Joined: Sat Nov 22, 2003 10:10 am

Post by ghost007 »

Where did you downloaded this code?
AnsonM
Forum Commoner
Posts: 72
Joined: Thu Sep 25, 2003 7:21 am

Post by AnsonM »

The news is from the other site... you just saved it...

PHP is a server side language.. and you cant download it because it is parsed on the server. What you have downloaded is html... and the stuff in there you say is news is from their site...

You have to program the whole site yourself.. as PHP can not be downloaded.
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

kujtim said he downloaded it via ftp AnsonM but you maybe right.

kujtim, no one can even guess whatout seening some code, and i would't suggest posting all the code in here, it wouldbe better if you could get some help from the creator of the site. most portals or php scripts come with a faq or something that can tell you how to find out this kind of information, look around.

if the news and the links are not in the database then look for text files, idont know why would anyone use text files when they have a real database :? but look for them anyways.
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

I got no txt files or

Post by kujtim »

I got no txt files or anyother on the site
It's also strange thet I am exploring the same site on the WS FTP
and and is same thing but
wen I am browsing on FTP he is containing a lot of infos and I don't now from where is he taking them....


sory for my bed english .....
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

the site was created

Post by kujtim »

the site was created on my computer but not from me the gy who craated hem in now heare anymore

I didn't save it but I have transfered him from .FTP. whole site

I hope you understand me now
thenk you .......
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Have you checked the data in the database? Miracles happen there and you can't download it via FTP.
The easiest way, if you're not a pro in command line SQL, would probably be to install phpmyadmin and click on "export" there.
Post Reply