Search found 13 matches

by dave7802
Thu Aug 26, 2010 11:33 am
Forum: PHP - Code
Topic: How to convert text file contents to md5 ==SOLVED==
Replies: 2
Views: 2609

Re: How to convert text file contents to md5??

Am not storing Plane text, I am manually updating a spreadsheet and removing the plane text passwords, Only the Md5 and Salt will be on there, This was the only way i knew of converting the passwords in bulk. $salt = substr(md5 ($password), 0, 5); Still worked, Pass Or Password, still done the same ...
by dave7802
Thu Aug 26, 2010 8:55 am
Forum: PHP - Code
Topic: How to convert text file contents to md5 ==SOLVED==
Replies: 2
Views: 2609

How to convert text file contents to md5 ==SOLVED==

I am soo confused, my head hurts and i officially have no more ideas :banghead: Maybe someone here can help or shine some light on it, Its simple "In Theory" I have a text file, or a CSV, or Excel or what ever format you like, It has Login Account information on it that i am trying to impo...
by dave7802
Wed Jun 09, 2010 10:17 am
Forum: HTML, CSS and other UI Design Technologies
Topic: How to remove Missing Image...
Replies: 2
Views: 1190

How to remove Missing Image...

Hello all, An interesting question, How on earth do you go about coding an image to now show that horrible internet explorer missing image link / frame thing, I have a shopping Cart, and i have some sections that have images, I can have a rule to Show the image or have No Images, The Problem with Sh...
by dave7802
Mon May 24, 2010 11:52 am
Forum: PHP - Code
Topic: Replace Thumbnail Image with Larger Image
Replies: 6
Views: 367

Re: Replace Thumbnail Image with Larger Image

I would guess you got wrong end of my post, I already have that added to the main image, So the 1 main image you get a very nice zoom effect, (Check the link provided above for an example) The problem is the 3 or 4 other extra images i have at the bottom. I have attempted 2 things, 1. Was to reuse t...
by dave7802
Mon May 24, 2010 11:39 am
Forum: PHP - Code
Topic: Replace Thumbnail Image with Larger Image
Replies: 6
Views: 367

Re: Replace Thumbnail Image with Larger Image

Yes that is what i have Suggested,
But when the client requests something, you have to provide it :-p
by dave7802
Fri May 21, 2010 5:59 am
Forum: PHP - Code
Topic: Replace Thumbnail Image with Larger Image
Replies: 6
Views: 367

Replace Thumbnail Image with Larger Image

Hi, Wondering if one of you wonderful guys can help us out a little please, See here for an example: http://www.codetoad.com/dhtml_thumbnail_eg.asp As you can see you click on a thumbnail and it is moved / loaded into a frame on the right. See here for an example of the site i am trying to do this o...
by dave7802
Wed Apr 28, 2010 11:17 am
Forum: PHP - Code
Topic: Open New Window _Blank
Replies: 4
Views: 230

Re: Open New Window _Blank

Thank you very much

Looking at my attempt, it was a Very stupid error!!

Code: Select all

echo '</td><td align="left"><a href="http://bfbcs.com/stats_ps3/'.$player['name']."' target="_blank">';
I got my " and ' the wrong way around!

Thanks :-) lol
by dave7802
Wed Apr 28, 2010 10:52 am
Forum: PHP - Code
Topic: Open New Window _Blank
Replies: 4
Views: 230

Open New Window _Blank

Hello, Quick Question if someone can help echo "</td><td align='left'><a href='http://bfbcs.com/stats_ps3/". $player['name']."'> "; How the hell does the target=_blank work in this situation, I have had a quick go with Javascript, but am unable to edit this correctly to get the t...
by dave7802
Tue Apr 27, 2010 9:49 am
Forum: PHP - Code
Topic: PHP Using SQL Query Search Results... Help
Replies: 4
Views: 4396

Re: PHP Using SQL Query Search Results... Help

Thanks very much :-)

I don't understand the 0,-1 though...
by dave7802
Tue Apr 27, 2010 4:13 am
Forum: PHP - Code
Topic: PHP Using SQL Query Search Results... Help
Replies: 4
Views: 4396

Re: PHP Using SQL Query Search Results... Help

Hi Jonah Bron

Sorry my bad, I edited my First post, i hope it clears things up a little, and makes things a little more clear,

Thanks :-)
by dave7802
Mon Apr 26, 2010 12:07 pm
Forum: PHP - Code
Topic: PHP Using SQL Query Search Results... Help
Replies: 4
Views: 4396

PHP Using SQL Query Search Results... Help

Hi, I have a little script that uses a public API to gather some information from a 3rd party site (A Gaming Site and the results are your stats for the game) the issue i have with the script is i have to add a new username every time i want a new user on the Leader board, So an idea was to have the...
by dave7802
Wed Nov 12, 2008 4:07 pm
Forum: PHP - Code
Topic: PHP code to call Database for Image Size
Replies: 1
Views: 151

PHP code to call Database for Image Size

Hi All, Am new here, Nice place you have! I am wondering if anyone could assist me / point me in the correct direction, i have a Ecommerce Site, that was Bspoked designed for me, But the developer has moved on, and no longer does webwork, I know a fair bit about php and database, but everything i se...