Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 17th, 2001, 12:08 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Looks great - wheres the code?

I probably should have gone to sleep a while ago, but the article caught my eye. I cannot find a handy .tar.gz or .zip file of source to download. Any pointers are appreciated.

Reply With Quote
  #2  
Old May 17th, 2001, 06:22 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Looks great - wheres the code?

Me too - I can't find the code anywhere.

Reply With Quote
  #3  
Old May 17th, 2001, 10:23 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
The code is in part 1

http://www.devshed.com/Server_Side/PHP/Cracking/page5.html
<br />
<br />

Reply With Quote
  #4  
Old May 17th, 2001, 01:01 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: The code is in part 1

Thats pretty shady, a nice .tar or .zip file would have been nice, is it that hard to do?

Reply With Quote
  #5  
Old May 17th, 2001, 01:04 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: The code is in part 1

whups sorry, found it hidden in there..

Reply With Quote
  #6  
Old May 17th, 2001, 04:39 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Why Not Blob

This is a pretty nice bit of code you've got here. I was just wondering why you decided to write the files to a directory rather than just add them as BLOB's in MySQL? Anyone else have any thoughts on this?

Cheers.


Reply With Quote
  #7  
Old May 17th, 2001, 06:14 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: The code is in part 1

Arghh everyone's upgrading to IE 5.5 for the most part and it will not work on IE 5.5, yet anyways....

As soon as I have the time or if some one else has the time maybe we can throw some work around for it up here, maybe that is....

It's really nice works great.

Reply With Quote
  #8  
Old May 17th, 2001, 06:21 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Why Not Blob

I thought the same, then I thought maybe because of filesize, but then the dat file seems to work great eh.

Maybe less of a load on the database server and more on the web server for speed?

I don't know should I take another wild guess?

Have you tried to convert them to blob data in the database as opposed to a static .dat file in the data directory?

When you do let me know eh?

Gar

Reply With Quote
  #9  
Old May 18th, 2001, 04:04 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Why Not Blob

I didn't use BLOB because of the filesize - the easiest way to do it seemed to store the data as a file (it's also easier to fix in case things go wrong :)

Let me know if you try BLOB.

Reply With Quote
  #10  
Old May 18th, 2001, 04:14 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Looks great - wheres the code?

You can obtain the source code from the first part of this article

Reply With Quote
  #11  
Old May 18th, 2001, 04:16 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: The code is in part 1

What was the problem you had in IE55 - maybe I can fix it in the next release...

Reply With Quote
  #12  
Old May 18th, 2001, 09:08 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Why Not Blob

I'm actually starting to convert the code to PostgrSQL. I still plan to have the database handle the binary files. There are file size issues, but I'm curious how well it will work. PostgreSQL doesn't handle large files as cleanly as MySQL, but it gets the job done.

I must admit that the .dat idea works very well. It also seems pretty fast, although I haven't tried it with large (>2Mb) yet. Cheers.


Reply With Quote
  #13  
Old May 18th, 2001, 11:05 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I made something like this

I made something like this for a game design company. If anyone would like to take a look at the code, I'd be happy to show : ).

Reply With Quote
  #14  
Old May 18th, 2001, 01:53 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Encryption

In reviewing this sort of application with a client, they expressed an interest in having the data encrypted on the server. Has anyone in this group dealt with that?
<br />
<br />
Thanks -- Tony

Reply With Quote
  #15  
Old May 19th, 2001, 02:38 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Can't download documents

Hi to all.
<br />
I have Explorer 5.5, when I try to download the document that I have uploaded, I get the current page and not the document.
<br />
Any idea about?
<br />
<br />
Thank you
<br />
Antonio.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Cracking The Vault (part 2)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway