Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #4K
~561 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

5 Posted Topics

Member Avatar for kyleknapp

find and replace in mysql is very easy: [code=sql]update `table` set fieldname=replace(fieldname,'old,'new');[/code]

Member Avatar for peter_budo
0
156
Member Avatar for Realgy

Realgy have you tried the nice package Coppermine? Its using php/mysql and can resize images very efficiently. Link -> [url]http://coppermine-gallery.net/[/url]

Member Avatar for Realgy
0
84
Member Avatar for ukndoit

hi Richard, What if u try this code instead: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/?web RewriteRule ^(.*)$ /web/$1 [P,QSA,L]

Member Avatar for fanaticweb
0
65
Member Avatar for CasTex

Castex, If you are running apace you can use modrewrite to rewrite and port the image urls to your php script. Let's assume you have an image url like this: imagepath/3u5h3u5h35uh35.gif then mod_rewrite should be configured like this (httpd.conf or .htaccess) RewriteEngine On RewriteBase / RewriteRule ^imagepath/(.*)$ /uret.php?SPECIAL=$1 [L,NC,QSA] the …

Member Avatar for CasTex
0
125
Member Avatar for didi00

newbee approach: [icode]<iframe src="http://www.domain.com" frameborder="0" scrolling="auto"></iframe>[/icode]

Member Avatar for fanaticweb
0
131

The End.