General support topic for Aeva Media (Latest release: July 28, 2010)

Started by Nao 尚, October 14, 2007, 04:28:15 PM

Previous topic - Next topic

~Dragon~

Quote from: Arantor on March 21, 2010, 05:19:23 PM
Nao is saying he does not know ASL at all. When you know something well you are familiar with it, when you are not familiar, you are "far from familiar", which "remote" is another way of saying.

I am not sure far from familiar. I don't understand words means I am confused not clear far from familiar?
Please do not PM or email, Thank respond please post fast to SMF!

Arantor

"far from familiar" = "not familiar" = "doesn't know"
Holder of controversial views, all of which my own.


outsider147

#3102
Sorry for the late response.

Which ones do you want? I can't finde the path D:\www\;c:\php5\pear;c:\windows\temp;.
I don't know where to look. All I found out is the errors occure when I'm in the packages area in the admin surroundings.
It's like something went bad after (sorry in advance for the accusation  ;)) installing Aeva.

Here's the path from subs-package


// Extract zip data.  If destination is null, return a listing.
function read_zip_data($data, $destination, $single_file = false, $overwrite = false)
{
umask(0);
if ($destination !== null && !file_exists($destination) && !$single_file)         (regel 381)
mktree($destination, 0777);

// Look for the PK header...
if (substr($data, 0, 2) != 'PK')
return false;

// Find the central whosamawhatsit at the end; if there's a comment it's a pain.
if (substr($data, -22, 4) == 'PK' . chr(5) . chr(6))
$p = -22;
else
{
// Have to find where the comment begins, ugh.
for ($p = -22; $p > -strlen($data); $p--)
{
if (substr($data, $p, 4) == 'PK' . chr(5) . chr(6))
break;
}
}

$return = array();

// Get the basic zip file info.
$zip_info = unpack('vfiles/Vsize/Voffset', substr($data, $p + 10, 10));

$p = $zip_info['offset'];
for ($i = 0; $i < $zip_info['files']; $i++)
{
// Make sure this is a file entry...
if (substr($data, $p, 4) != 'PK' . chr(1) . chr(2))
return false;

// Get all the important file information.
$file_info = unpack('Vcrc/Vcompressed_size/Vsize/vfilename_len/vextra_len/vcomment_len/vdisk/vinternal/Vexternal/Voffset', substr($data, $p + 16, 30));
$file_info['filename'] = substr($data, $p + 46, $file_info['filename_len']);

// Skip all the information we don't care about anyway.
$p += 46 + $file_info['filename_len'] + $file_info['extra_len'] + $file_info['comment_len'];

// If this is a file, and it doesn't exist.... happy days!
if (substr($file_info['filename'], -1, 1) != '/' && !file_exists($destination . '/' . $file_info['filename']))   (regel 421)
$write_this = true;
// If the file exists, we may not want to overwrite it.
elseif (substr($file_info['filename'], -1, 1) != '/')
$write_this = $overwrite;
// This is a directory, so we're gonna want to create it. (probably...)
elseif ($destination !== null && !$single_file)


I marked regel 381 en 421 between brackets.

Lars

Nao 尚

I mean the paths shown in the repair_settings.php script.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Nao 尚

I suppose we should use very simple English?
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Nao 尚

You'll have to report this to the SMF support boards.
Please post the URL to your topic once it's done.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Nao 尚

Quote from: IdanC on March 21, 2010, 03:59:56 PM
Quote from: Nao on March 21, 2010, 01:05:31 PM
Well, my girlfriend made me a delicious Carbonnade Flammande for my birthday. So all's good!
that's really cute, good for you... happy birthday!
Thanks. Oh my, I made a misspelling... It's Flamande, not Flammande. (To think it's my native area and I can't even spell it correctly!)

Quotegood weed in France?   ::)
I couldn't tell. Haven't seen any in years.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Nao 尚

@Dismal> You're on a Mac I presume? This happens on some Macs. Can't help. This is a Flash problem.

@wilsy> Try restarting the script again.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

~DS~

Quote from: Nao on March 21, 2010, 06:39:50 PM
@Dismal> You're on a Mac I presume? This happens on some Macs. Can't help. This is a Flash problem.
lol, yeah. Oh well. Thanks again.
"There is no god, and that's the simple truth. If every trace of any single religion were wiped out and nothing were passed on, it would never be created exactly that way again. There might be some other nonsense in its place, but not that exact nonsense. If all of science were wiped out, it would still be true and someone would find a way to figure it all out again."
~Penn Jillette – God, NO! – 2011

Nao 尚

And it didn't happen before? Did you change anything to your setup?
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

IdanC

Quote from: Nao on March 21, 2010, 06:39:00 PM
Oh my, I made a misspelling... It's Flamande, not Flammande. (To think it's my native area and I can't even spell it correctly!)

maybe you're a flaming flemish...

(if you'll ever write an opera, there's you title!)

~Dragon~

Thank you so much explain to clear, I appreciate to you help me explain to words... :)
Please do not PM or email, Thank respond please post fast to SMF!

hartiberlin

Is there somewhere a stamping feature, so I can let the pictures
have a stamped in copyright watermark somehow ?
Is this maybe available in Foxy ?

I have used Gallery2 before in a standalone site and it made
nice drop shadow text stamps in the right lower corner.
Can AeVa Media also do this somehow, or do I need
to use an external program to first stamp the copyright into
the pictures ?

Many thanks.

Nao 尚

I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Nao 尚

Quote from: hartiberlin on March 21, 2010, 10:16:46 PM
Is there somewhere a stamping feature, so I can let the pictures
have a stamped in copyright watermark somehow ?
No. It's planned for Foxy!, but I have little time to devote to new features these days.

QuoteI have used Gallery2 before in a standalone site and it made
nice drop shadow text stamps in the right lower corner.
I have yet to receive feedback about watermarking. I asked many times for people to tell me whether they'd rather put some TEXT or an IMAGE via watermarking. It seems to me that text is the most flexible solution. I wouldn't want to do both. It's already complicated as it is...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

hartiberlin

Yes, a dropshadow text stamp in the corner of the picture is in my opinion the best way
to do it.

wilsy

Quote from: Nao on March 21, 2010, 06:39:50 PM

@wilsy> Try restarting the script again.

Hi Nao,

I did that after searching some of your replies to a similar issue. It still wouldnt complete. It wasnt an issue though as I just moved all the images from SMF Gallery to the FTP folder and in 5 minutes they were all added to my new AEVA Media (which Im running on 2 other sites and love!!).

Thanks Nao, your mod rocks!



Busy RewindBikers offered to Good Home! 1000+ members, loads of mods, SMF Gallery PRO, TinyPortal installed with great use of blocks, ultimate profiles, PAID SUBSCRIPTIONS (works flawlessly), great theme, 1,500 posts per month - PM or email me if interested.

TheListener

Regarding watermarks.

A small image may be an idea but only if it can be done.

Not sure yet if it is a feature I would want myself but if there is enough interest it may be worth looking into.

Nao 尚

@wilsy> Thanks.
But if you have lots of albums, it's still a pain to move things over by FTP... Plus, it pretty much prevents you from backtracking afterwards.

Also, I'd like to know why the hell the converter isn't working well these days. Maybe most people who use the converter have it work flawlessly and don't feel the need to post about it, but as it stands, it looks like they need updating... And few people are ready to let me do the upgrade for them so I can catch the errors.

@brack1> I just feel the watermarking process would be efficient if it only had ONE option and nothing else. It's getting tiresome to deal with people who don't understand anything about the myriads of settings in AeMe and end up not even bothering to read the help files...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

TheListener

The easier the work the better.

I wouldn't understand half of the work which goes into the mod.


Advertisement: