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 - Eagle Eye

Pages: 1 [2] 3 4 5 6 ... 13
16
Requests for paid modifications / Jobbörse / Re: SEO friendly URLs
« on: April 10, 2009, 04:51:20 AM »
It doesn't look like 4images, at least not anymore...

Yes it looks like a heavily modified 4images script... i concluded that it was 4images from
Code: [Select]
http://enchulatupagina.wamba.com/admin/but otherwise it just works like something else...

17
Discussion & Troubleshooting / Re: DB Error: Bad SQL Query
« on: April 10, 2009, 04:23:59 AM »
Actually i do not see the above error... i just saw it once...

Usually i always get the following:
Code: [Select]
An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

in the error log it is showing some info which i am not fully understanding.. if u can have a look then u caould guide me to which file could possible have this problem....
I can PM it to u if u wish... its a small one.. about 5-6KB (just cleaned up the old log)

18
Mods & Plugins (Requests & Discussions) / postcards.php in details.php
« on: April 10, 2009, 03:33:16 AM »
Is it possible to show the ecard making function inside the details.php image page? and use postcards.php only for the user to retrieve the received postcard by clicking on the link from email

19
Discussion & Troubleshooting / Re: DB Error: Bad SQL Query
« on: April 10, 2009, 02:05:44 AM »
Finally i got down to fix this error... interestingly all what u have instructed to replace are already in place... meaning, the mods i used and the script is update.. but the error still continues...

Can i PM u my error log for 4images?

20
Requests for paid modifications / Jobbörse / Re: SEO friendly URLs
« on: April 09, 2009, 09:07:41 PM »
@Vano

Any idea how this user got it working....

Code: [Select]
http://enchulatupagina.wamba.com/
Looks like he is running 4images and he has made the www.site.com/category/sub-category/image.html type of url generation possible... can u please have look at this?

21
Discussion & Troubleshooting / Re: DB Error: Bad SQL Query
« on: March 19, 2009, 09:07:37 PM »
V@no, can this be the possible solution? http://www.4homepages.de/forum/index.php?topic=10184.15
i am running  MySQL version  5.0.67-community-log.

22
Discussion & Troubleshooting / DB Error: Bad SQL Query
« on: March 19, 2009, 08:55:58 PM »
I am getting this error each time my site loads... once we navigate from homepage to other page and return to homepage, this error is gone. Looks like something to do with sessions? Is this related to one of V@no's MOD: http://www.4homepages.de/forum/index.php?topic=3842.msg15861#msg15861 ???

Code: [Select]
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 106, 60, 64, 56, 50, 62, 135, 146, 58, 160, 91, 192, 30, 66, 118, 16, 188, 114, 186, 197, 15, 138, 226, 227, 41, 111, 42, 241, 116, 77, 4, 39, 38, 147, 235, 130, 157, 131, 83, 29, 32, 59, 149, 198, 191, 129, 26, 177, 63, 210, 187, 31, 94, 223, 93, 14, 40, 37, 84, 218, 238, 150, 113, 45, 20, 153, 206, 169, 57, 137, 215, 132, 61, 108, 209, 158, 46, 110, 151, 178, 133, 219, 47, 239, 171, 78, 224, 33, 112, 170, 179, 180, 181, 36, 96, 3, 102, 76, 103, 44, 2, 101, 81, 104, 100, 105, 17, 82, 142, 71, 139, 141, 217, 243, 172, 70, 204, 199, 174, 167, 90, 109, 173, 89, 203, 202, 5, 68, 244, 52, 21, 115, 140, 136, 8, 182, 155, 194, 53, 144, 193, 65, 87, 216, 69, 55, 9, 225, 125, 161, 230, 23, 19, 48, 43, 22, 196, 208, 73, 220, 200, 134, 185, 232, 229, 49, 119, 166, 67, 213, 165, 145, 156, 10, 214, 72, 128, 201, 163, 175, 34, 13, 168, 176, 195, 233, 95, 240, 162, 143, 228, 121, 24, 25, 189, 205, 80, 231, 127, 234, 79, 11, 12, 51, 148, 184, 211, 98, 190, 28, 154, 212, 122, 6, 99, 74, 221, 126, 207, 88, 246, 245, 123, 242, 27, 35, 222, 117, 159, 86, 152, 107, 18, 97, 54, 85, 120, 237, 236, 164) AND i.image_votes > 25 ORDER BY i.image_rating DESC, i.image_votes DESC
Unknown column 'i.user_id' in 'on clause'

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 106, 60, 64, 56, 50, 62, 135, 146, 58, 160, 91, 192, 30, 66, 118, 16, 188, 114, 186, 197, 15, 138, 226, 227, 41, 111, 42, 241, 116, 77, 4, 39, 38, 147, 235, 130, 157, 131, 83, 29, 32, 59, 149, 198, 191, 129, 26, 177, 63, 210, 187, 31, 94, 223, 93, 14, 40, 37, 84, 218, 238, 150, 113, 45, 20, 153, 206, 169, 57, 137, 215, 132, 61, 108, 209, 158, 46, 110, 151, 178, 133, 219, 47, 239, 171, 78, 224, 33, 112, 170, 179, 180, 181, 36, 96, 3, 102, 76, 103, 44, 2, 101, 81, 104, 100, 105, 17, 82, 142, 71, 139, 141, 217, 243, 172, 70, 204, 199, 174, 167, 90, 109, 173, 89, 203, 202, 5, 68, 244, 52, 21, 115, 140, 136, 8, 182, 155, 194, 53, 144, 193, 65, 87, 216, 69, 55, 9, 225, 125, 161, 230, 23, 19, 48, 43, 22, 196, 208, 73, 220, 200, 134, 185, 232, 229, 49, 119, 166, 67, 213, 165, 145, 156, 10, 214, 72, 128, 201, 163, 175, 34, 13, 168, 176, 195, 233, 95, 240, 162, 143, 228, 121, 24, 25, 189, 205, 80, 231, 127, 234, 79, 11, 12, 51, 148, 184, 211, 98, 190, 28, 154, 212, 122, 6, 99, 74, 221, 126, 207, 88, 246, 245, 123, 242, 27, 35, 222, 117, 159, 86, 152, 107, 18, 97, 54, 85, 120, 237, 236, 164) ORDER BY i.image_votes DESC, i.image_rating DESC
Unknown column 'i.user_id' in 'on clause'

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 106, 60, 64, 56, 50, 62, 135, 146, 58, 160, 91, 192, 30, 66, 118, 16, 188, 114, 186, 197, 15, 138, 226, 227, 41, 111, 42, 241, 116, 77, 4, 39, 38, 147, 235, 130, 157, 131, 83, 29, 32, 59, 149, 198, 191, 129, 26, 177, 63, 210, 187, 31, 94, 223, 93, 14, 40, 37, 84, 218, 238, 150, 113, 45, 20, 153, 206, 169, 57, 137, 215, 132, 61, 108, 209, 158, 46, 110, 151, 178, 133, 219, 47, 239, 171, 78, 224, 33, 112, 170, 179, 180, 181, 36, 96, 3, 102, 76, 103, 44, 2, 101, 81, 104, 100, 105, 17, 82, 142, 71, 139, 141, 217, 243, 172, 70, 204, 199, 174, 167, 90, 109, 173, 89, 203, 202, 5, 68, 244, 52, 21, 115, 140, 136, 8, 182, 155, 194, 53, 144, 193, 65, 87, 216, 69, 55, 9, 225, 125, 161, 230, 23, 19, 48, 43, 22, 196, 208, 73, 220, 200, 134, 185, 232, 229, 49, 119, 166, 67, 213, 165, 145, 156, 10, 214, 72, 128, 201, 163, 175, 34, 13, 168, 176, 195, 233, 95, 240, 162, 143, 228, 121, 24, 25, 189, 205, 80, 231, 127, 234, 79, 11, 12, 51, 148, 184, 211, 98, 190, 28, 154, 212, 122, 6, 99, 74, 221, 126, 207, 88, 246, 245, 123, 242, 27, 35, 222, 117, 159, 86, 152, 107, 18, 97, 54, 85, 120, 237, 236, 164) ORDER BY i.image_hits DESC, i.image_name ASC
Unknown column 'i.user_id' in 'on clause'

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 106, 60, 64, 56, 50, 62, 135, 146, 58, 160, 91, 192, 30, 66, 118, 16, 188, 114, 186, 197, 15, 138, 226, 227, 41, 111, 42, 241, 116, 77, 4, 39, 38, 147, 235, 130, 157, 131, 83, 29, 32, 59, 149, 198, 191, 129, 26, 177, 63, 210, 187, 31, 94, 223, 93, 14, 40, 37, 84, 218, 238, 150, 113, 45, 20, 153, 206, 169, 57, 137, 215, 132, 61, 108, 209, 158, 46, 110, 151, 178, 133, 219, 47, 239, 171, 78, 224, 33, 112, 170, 179, 180, 181, 36, 96, 3, 102, 76, 103, 44, 2, 101, 81, 104, 100, 105, 17, 82, 142, 71, 139, 141, 217, 243, 172, 70, 204, 199, 174, 167, 90, 109, 173, 89, 203, 202, 5, 68, 244, 52, 21, 115, 140, 136, 8, 182, 155, 194, 53, 144, 193, 65, 87, 216, 69, 55, 9, 225, 125, 161, 230, 23, 19, 48, 43, 22, 196, 208, 73, 220, 200, 134, 185, 232, 229, 49, 119, 166, 67, 213, 165, 145, 156, 10, 214, 72, 128, 201, 163, 175, 34, 13, 168, 176, 195, 233, 95, 240, 162, 143, 228, 121, 24, 25, 189, 205, 80, 231, 127, 234, 79, 11, 12, 51, 148, 184, 211, 98, 190, 28, 154, 212, 122, 6, 99, 74, 221, 126, 207, 88, 246, 245, 123, 242, 27, 35, 222, 117, 159, 86, 152, 107, 18, 97, 54, 85, 120, 237, 236, 164) ORDER BY i.image_downloads DESC, i.image_name ASC

23
Hello everyone... nice mod.. have a questions:

1) Is it possible to modify the add new images file so that it does not detect anything other than the normal version of image while adding a new image to into database?
2) Can the same be applied to V@no's batch import from zip plugin?

24
Mods & Plugins (Releases & Support) / Re: [MOD] Ajax Username Checker
« on: March 19, 2009, 11:31:53 AM »
[MOD] Ajax Username Checker

Can this feature be extended for image verification and check email format too?

Thanks for this lovely MOD!

25
Can we see an example, or a screenshot or something?

V@no this mod is a lovely one, unfortunately it does not seem to be working anymore (cannot find the required code to replace).. maybe its because the funcation.php file got updated in the 1.7.6 version... will it possible to update this MOD for us?

Thanks

26
i am also getting error like:

Code: [Select]
DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_use', '0')
Duplicate entry 'annotation_use' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_mode', 'text')
Duplicate entry 'annotation_mode' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_embed_image', 'logo-gd.png')
Duplicate entry 'annotation_embed_image' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_embed_image_opacity', '100')
Duplicate entry 'annotation_embed_image_opacity' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_embed_image_bg', '#000000')
Duplicate entry 'annotation_embed_image_bg' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_font', 'annotate.ttf')
Duplicate entry 'annotation_font' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_font_size', '10')
Duplicate entry 'annotation_font_size' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_use_shadow', '1')
Duplicate entry 'annotation_use_shadow' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_shadow_offset', '1')
Duplicate entry 'annotation_shadow_offset' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_image_quality', '80')
Duplicate entry 'annotation_image_quality' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_text', 'My Fantastic Gallery at http://www.mydomain.com')
Duplicate entry 'annotation_text' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_fill_color', '#BFBFBF')
Duplicate entry 'annotation_fill_color' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_shadow_color', '#000000')
Duplicate entry 'annotation_shadow_color' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_fill_alpha', '0.7')
Duplicate entry 'annotation_fill_alpha' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_shadow_alpha', '0.6')
Duplicate entry 'annotation_shadow_alpha' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_v_alignment', 'top')
Duplicate entry 'annotation_v_alignment' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_h_alignment', 'left')
Duplicate entry 'annotation_h_alignment' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_top_offset', '5')
Duplicate entry 'annotation_top_offset' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_bottom_offset', '5')
Duplicate entry 'annotation_bottom_offset' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_left_offset', '5')
Duplicate entry 'annotation_left_offset' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings () VALUES ('annotation_right_offset', '5')
Duplicate entry 'annotation_right_offset' for key 1

27
Chit Chat / Re: My website has been Hi-jacked!!!
« on: March 20, 2007, 04:07:24 PM »
Thanks for the support; unfortunately I have very few options…

Since I am not the photographer or designer of the wallpapers I cannot claim copyright on them. I just collected them from public domains, selected them and added them on my website… the only thing I can do is claim the rights for the web design… but this requires wasting a lot of money on a lawyer etc….

My fault: I was too much frank and kind to people who never deserved it, so they in return instead of thanks, ripped me off!!   :oops:

My Advice: Select partners very carefully and always have a full backup plan ready to roll in case… if you are lucky u will never need it… but if not, then the backup plan will save you a lot of disappointment!  :wink:

28
Chit Chat / Re: My website has been Hi-jacked!!!
« on: March 17, 2007, 01:12:19 PM »
I still cannot believe and I am not sure how this happened... well I had a partner who used to add the "car's section" and I was so frank and open with him that he had all the key details...(passwords etc ..etc..) we worked together for one year and he told me that he will be on vacation for 3 months (his last email) and in 2 days this happened!!! and till now no contact with him (almost 3 weeks now).... interestingly he send one email a week back talking some other topics and acted to be very very busy... ( I had send him repeated emails asking him what was happening)… so my busy friend has not yet got time to read these emails….

He also mentioned in his quick last mail that he has arranged another friend of his to mange his website for 3 months... (Including ours)... maybe a silly excuse...

So the fact is the site is not hacked but just hi-jacked by modifying the passwords and locking me out :))

Well what can I say??? You trust someone and be honest and in return you get some surprise gifts like this after working for more than a year together and all the friendship... well my fate I guess!

I am now working on a new website (at lest this time no external help)

To punish the guy who did this injustice to me... I will release the template of hotdt.com for public use to 4image users!!! (I am working on it now ;)

p.s @Fastian the top menu is superb!!! Is the menu generated dynamically from the 4images database or it’s a static menu?

MaxPaul

29
Chit Chat / Re: My website has been Hi-jacked!!!
« on: March 08, 2007, 04:48:25 PM »
Alternatively if are already familiar with my design works, you can also try to contact the web host www.site5.com
Code: [Select]
customer.service@site5.com where this hijacker’s site is currently hosted and also contact Google Adsense team:
Code: [Select]
adsense-adclicks@google.com and report the abuse and support me!

p.s Is it possible to prove this to all major search engine to de-index the new site as a penalty for hijacking someone else’s site??? My site
Code: [Select]
www.hotdt.com is well indexed in all major search engines!

30
Chit Chat / My website has been Hi-jacked!!!
« on: March 08, 2007, 04:38:31 PM »
Hello

I am MaxPaul, The author of the “Wallpaper” template. more info here : http://www.4homepages.de/forum/index.php?topic=12293.0 live demo on the Hijacker’s  :twisted: site:
Code: [Select]
http://www.4images.hotdt.net/
I would like to share a very sad news with the forum members:

My website
Code: [Select]
www.hotdt.com has been hijacked and duplicated by someone! All my hard work is gone in one blow to someone who does not deserve it!!![/b]

Some one registered a new domain name
Code: [Select]
www.hotdt.net (I regret not securing this domain name before hand) and got unauthorized access to my yahoo mail and hosting account!!!! And has duplicated my work!!!!

He has also changed all login information and has totally locked me out!

The reason this happened is because the site was started on my hosting account… but after 6 months due to the traffic demand and disk space, I shifted it to my friends account and we together support the site by adding wallpapers… he adds the cars wallpapers and I got the lovely job to add the celebrity wallpapers!!!

He is on vacation now (one week now) and out of contact… in the meantime one of his friends has hijacked our site by collecting the login info from my partners computer.

I am trying to contact him but with little luck….

As readers of this news, please give me your suggestions!!! PM me or email me to
Code: [Select]
hotdt_wallpapers@yahoo.com
Any help would be priceless!!! Please HELP ME!!!!

MaxPaul  :(  :(  :?  8O  :cry:

Pages: 1 [2] 3 4 5 6 ... 13