samfingcul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WORDPRESS when you will fix your bugs ?!if i am chaning a password from cpanel, it automatically changes for ftp and ssh also. and i repeat.. there was different password on different servers
Forum: Fixing WordPress
In reply to: WORDPRESS when you will fix your bugs ?!i was hacked on host1plus.com, hostgator.com and privilegeserver.com
i reinstalled from admin panel (from update you can reinstall). not from backup, of course.
hostgator said that my password was compromised but i dont think so.. i had different passwords for all wordpress and i chaged them also. anyway, somebody from wordpress maybe can clear this problemForum: Fixing WordPress
In reply to: p75GetThumbnail problemcan somebody help me with my problem please?
Forum: Fixing WordPress
In reply to: p75GetThumbnail problemhelp
Forum: Fixing WordPress
In reply to: p75GetThumbnail problemnobody knows?
it says to enter wherever i want whitin the loop next code
p75GetThumbnail(int $post_id, [int $width, [int $height, [string $file_type]]])
but it is not working. is something else that i should put?Forum: Fixing WordPress
In reply to: p75GetThumbnail problemsomebody?
Forum: Fixing WordPress
In reply to: help thumbnailcan somebody else to help please?
Forum: Fixing WordPress
In reply to: help thumbnailno, it is not working
Forum: Fixing WordPress
In reply to: help thumbnailno i didnt defined it.. i think this is the solution but i don’t know how to do that.. to define $image to /
Forum: Fixing WordPress
In reply to: help thumbnaili can not point the image location because this is automatically if i point one image it will modify more images… more posts with the same pic.
the problem is not at ‘.$blogurl.’ the problem is at ‘.$image.’
that ‘.$image.’ means http://www.mysite.com/image-location/ and i want ‘.$image.’ to be /image-location/ only.
thanksForum: Fixing WordPress
In reply to: help thumbnailyes it is the TimThumb and i hope this code line is what you asking.
<img class=”home-thumbs” alt=”‘.$title.'” src=”‘.$blogurl.’/thumbnail.php?src=’.$image.’&h=80&w=120&zc=0″ />
and that line means …thumbnail.php?src=http://www.mysite.com/image.jpg and it is not working.. if i test without “http://www.mysite.com” it works but i dont know how to extract my url from linkForum: Fixing WordPress
In reply to: help thumbnailc’mon guys.. help me with my little problem
Forum: Fixing WordPress
In reply to: help thumbnailsomebody can help?
Forum: Fixing WordPress
In reply to: help thumbnailhow can I extract MYSITE from there? somebody?