Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yousaf

Pages: [1] 2 3 4
1
Discussion & Troubleshooting / Re: Malware infection
« on: May 29, 2012, 08:34:08 PM »
Seems like no one here can guess from the errors you show that what actually is doing this to your site, so you will have to sort out this issue your self. And since I am not a PHP expert So i can only give you one simple advise that you should replace all php extension files of your 4images site with new ones (and this applies if you are not using a highly modified 4images script on your site) if YES then just keep the "Data" & "Templates" folders only and reinstall 4images script of the same version on your server. if the same thing happens then there will be 2 other reasons either your template files are also infected or there is another script on your server which allows people/spammers to modify every php file on your server.

2
hi everybody this is my website and i have problem that my website www.lovely-pics.com/ doesn't redirect to lovely-pics.com

could any one help me ??
put this in your .htaccess file

Code: [Select]
RewriteCond %{HTTP_HOST} ^lovely-pics.com [NC]
RewriteRule ^(.*)$ http://www.lovely-pics.com/$1 [L,R=301]

it will redirect your non www "lovely-pics.com" to "www.lovely-pics.com"

3
Discussion & Troubleshooting / Re: About Rename during Upload
« on: March 19, 2012, 02:13:08 PM »
You all are right, but my case is different i am not using 4images for Wallpapers or images, the nature of my site is different i serve files and those files should be the same as they are listed on the site. 1.7.10 is currently my beta and on my live site I still have an older version and now i want to move on with the latest version but this issue is keeping from doing so,
Is there any way to turn it off? please

4
Chit Chat / Re: 4images Happy 10th Birthday!
« on: March 16, 2012, 11:41:07 AM »
Hey count me in as 3rd to congrats the awesome team of 4homepages, without 4images i think i might not be a successful webmaster as I am right now ;) Happy birthday 4images

Happy birthday 4images

5
Discussion & Troubleshooting / Re: About Rename during Upload
« on: March 16, 2012, 09:54:25 AM »
I am facing the same issue, files get renamed when i add images through "Check new images" option(uploaded via FTP). After adding, files are Case changed and space( ) between a name is replaced with underscore(_)
for example: Anushka Sharma 10.jpg is renamed to anushka_sharma_10.jpg

Quote
Working on data/media/2/Anushka Sharma 10.jpg file
File renamed from Anushka Sharma 10.jpg to anushka_sharma_10.jpg
Thumbnail created.
Image resized.
Image added: Anushka Sharma 10

is there any way to disable it?

btw I am using 1.7.10.

6
Chit Chat / Re: Stealing Site
« on: March 15, 2012, 10:42:43 AM »
I am having the exact problem with my site's content :(
It is really making me insane, a guy even copied the categories names(they are not universal) my content which is also unique as i made it my self, basically he is using 4images for it and somehow he copied all of items from data folder(i think i forgot to place a blank index.html file in my data and data/media folders :( is there anything i can do to prevent him.


7
Help any body!
i am unable to make it work even on 1.7.4

what am i missing anyway

[Edit]

Never mind I figured it out my self somehow after banging my head into keyboard
IF you face a situation like i did(please read my above post) then

In Step 1.3 you will get two results for

Code: [Select]
foreach ($visible_cat_cache as $key => $category_id) {
so dont change the first one but just replace the 2nd result with Code below:

Code: [Select]
foreach ($cache as $category_id){

8
gerade getestet, klappt auch in der 1.7.10

English please, sorry i dont understand German Language :(

9
Great Plugin working like a charm on 1.7.10.
Thanks Rembrandt

10
@Vano

Does this Mod works on 1.7.10?
and
Does it works stand alone on 1.7.10 or i will have to add the other Mod for Cache ([MOD] Cache System for 4images v1.7)?

as i just applied this Mod's steps on a fresh copy of 1.7.10 and i can see the pagination but there are no categories
Please check the snapshot in attachment

Edit: [I thought i am just facing this issue on 1.7.10 but a fresh 1.7.6 gives the same result.]

11
Mods & Plugins (Releases & Support) / Re: [Mod]Flash Mp3 Player
« on: October 03, 2011, 08:05:34 PM »
Thanks Andi for sharing.
There are a few things I must point out at:

1) the mod saves .xml file into root of 4images, which means it will be shared with other visitors and also might conflict if two visitors opened two different .mp3 files.
2) the mod doesn't support search results
3) it might produce invalid .xml if image name contains quotes
4) the playlist will always be sorted by...image_id I guess.
5) if(empty($image_id_sql)) is unnecessary

i am using the old MP3 mod by KurtW and i am facing .xml file issue pointed by V@NO, my visitor listen to different tracks instead of the one opened, How to prevent it? and does this mod act the same? anyone has faced such issue with this mod yet?

12
Sathish Thank you, i have done this already in Sessions.php but i need to redirect my indexed links to the new Permalink structure. so if someone is following the old link structure from search engines may ends up in the new one.

13
Bump

anyone please

14
No Response coming from anywhere :( not even from author nor Mods
is everyone on Vacations?

15
Im under a SPAM attack n i have to Delete more than 50 spam comments a day or a session whenever i comes online to my Site. i tried the Recaptcha mood but no success( remember its an attack after enabling recaptcha, before recaptcha it was more than hundred a day)

so i thought i should try a different comments platform n someone suggested me DISQUS, its easy to impliment but it needs a few things while setting it up on the site.

first is link structure & 2nd is exporting the Existing comments to an XML file.

lets talk abt the first one, Disqus is asking for a permalink structure, where the comments box n comments will appear

    // var disqus_identifier = 'unique_dynamic_id_1234';    <<<<<<<<<<<< ----- Image Name
    // var disqus_url = 'http://example.com/permalink-to-page.html'; <<<<<< ----- Image Path

since im a complete noob to coding, i need help in this matter please tell me what structure i should post

note: i am already using a Permalink Mood on my 4images site. [ [MOD] Google Friendly Urls For 4images Best Seo Mod ]

Pages: [1] 2 3 4