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

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 15
76
Chit Chat / Re: Is this a Hack Attempt ??
« on: April 03, 2006, 10:56:56 PM »
After about 14 days of my support ticket, I finally got reply from the so called 24 hours online support team with these words
(You can imagine my frustration over this )
Quote
Dear Fastian,

Thank you for contacting StartLogic technical support.

You need to put the following line into your .htaccess file.

SecFilterInheritance Off
That should take care of it.

What I am trying to know here is, since I  musing Mod "Search engine friendly urls" and I have about 10 lines of code in my .htaccess file.
So where should I Add it?? Start or end.

BTW, will some one like to tell if this is going to cause any other issue?

77
Chit Chat / Re: site got hacked.
« on: March 30, 2006, 11:45:28 PM »
I think I have all bug fixes installed on my v 1.7.1

But will someone direct me if there is a particular fix for this problem?
(Just to be on safe side)

78
Chit Chat / Re: site got hacked.
« on: March 30, 2006, 01:12:35 AM »
Sounds scary to me
Can this effect on v1.7.1 ??

79
Discussion & Troubleshooting / Re: Need help doing two things
« on: March 29, 2006, 05:26:26 PM »
2) you can try add in home.html template something like this:
Code: [Select]
<?php
global $user_info;
if (
$user_info['user_level'] > GUEST)
{
  echo 
$user_info['user_name'];
}
?>

Thanks V@no
You are always so helpfull.

It works just fine. I got an other idea after seeing you post.  :D

I duplicated "{lang_loggedin_msg}" in page_heder.php to "{lang_loggedin_welmsg}" and now in home.html I can use it as
Code: [Select]
{if user_loggedin}
{lang_loggedin_welmsg}
{endif user_loggedin}

This one also works for me.
I hope I m not doing anything wrong.

80
did you try insert it into the table and not into the image?

Works perfect now   :D

Thanks V@no

81
Discussion & Troubleshooting / Need help doing two things
« on: March 29, 2006, 02:54:30 AM »
Hi

I want to do two things if possible.

1) Can I rename “thumbnails” directory to something like “small”??

2) I want to place a welcome note for registered users.
 Like Welcome XXX  (do this ….etc )
 So how can I get the name of user in home.html?   

I want to put this not above "Categories"

82
I am using this Tool in many times in my site & with success.

Few days back , I tried to use it in jpg.html
My code is like this
Code: [Select]
<table width="535" height="402" border="0" align="center" cellpadding="0">
  <tr>
    <td align="center" valign="middle" background="{template_url}/images/lc.gif"><table width="533" height="400" border="0" cellpadding="0">
      <tr>
        <td><img src="{media_src}" border="1" onmouseover="this.T_TITLE='{image_name}';return escape('To Download Full Screen Wallpaper (1024x768) Use The <b>Download</b> Button Below The Image. </br> By Saving This Image Using Right Click, You Will Not Get The Actual Image')" width="533" height="400"/></td>
      </tr>
      </table></td>
      </tr>
</table>

The thing is, when the mouse moves out of the image, the whole page "Blinks" for a second. (I don’t know what to call it)

But this is happening when I added background image. If I remove that part, it woks just fine.

Is there something wrong in the code?  :?

83
Alright, you want proof why fixed width and height can distort images with non-standart dimentions?
here:
The first attachment is original image (946x268) with non-standart dimention ratio.
And the second attachment is resized image to (800x600) which is 4:3 dimention ratio (1024x768 or 1280x1024 are also 4:3 ratio).
Now see what happend?
Even if "most" of the images you receive are with "standart" ratio, there still will be some with non-standart, and by resizing this way you will destroy them..

Yes
You are absolutely right. This is a possibility.
This will surely happen and when width & height will have a bigger difference, the result will be horrible.

Perhaps I forgot to mention, Users can’t upload anything below 1024*768. (using  your Mod Here)

Now if u just try to resize any 1280*1024 image with fixed width keeping aspect ration it will resize to 1024*819. (Using any image editor)
If u make it 1024*768 (Fixed) the result will not have any difference. (or at least minimum)

Most of the time I experience these kind of difference in dimensions. Till now I haven’t seen any unusual thing.

Actual Image
http://img70.imageshack.us/img70/9977/actual10242pq.jpg
Keeping Aspect Ratio (Fixed Width)
http://img141.imageshack.us/img141/3686/aspectratio6vj.jpg
Fixed Width & height
http://img66.imageshack.us/img66/9683/fixed9mh.jpg

But I DO understand your point. That’s why I m droping my request.

Is there any way I can check that which Image is bigger than 1024*768 (after being uploaded) ??
(For few user I don’t require to approve )

84
the better way would be  only to fix one value,
e.g. width, so the size will be calculated automaticcly,
and the ratio of the image will not be changed.

I can’t understand U.
Isn’t This the only way currently available??? Fix either height or Width.

But my problem is, I want to fix Both. And I explained the reason above.
Wallpapers have Standard resolutions.
(1024*1000) is not a good wallpaper as (1024*768)

85
What you are asking will not resize images proportionaly, and the result will be ugly...try change height of an image and you'll see what I mean.

You mean resizing with Fixed Width & Fixed Height will make images ugly??
That is quite possible but in only one case. Where image will have height greater than width.

But in my case almost everyone will upload standard wallpaper which always has width greater that height.

I try uploading a wallpaper of 1280*1024 (a standard size) & the result was 1024*915 & thumbnail 133*111

Currently, with every new upload, I have to do this:
• Download that wallpaper
• Resize it
• Upload
• Delete thumbnail
• & then create thumbnail.

So if making Width & Height Fixed have a slight effect on image quality I would go for this than to do all these steps.  :|

Or You can suggest me a better way.

86
Hi again

Sorry if I am acting like a child but I can’t stop myself.

I am building a wallpaper based site. The whole layout of the site is disturbing with different size of wallpapers. (Different dimensions)
People have started uploading and I m getting images in all dimensions..
Today I got few images in 1024*1000 & their thumbnails 133*130.
But I want to have only Full size as 1024*768 & thumbnails as 133*100.
Currently auto resize function is resizing with fixed width & proportional height. All I want to do is make it Fix Width & Fix Height.

Please suggest me something.

At least tell me if it’s not possible. I am not getting any reply and that’s disturbing too.    :cry:

Help me Please.  :(

87
I am no expert but try this.

Use
Code: [Select]
<img src="{template_url}/icons/einstellungen.gif">
and you must insert
Code: [Select]
<script language="JavaScript" type="text/javascript" src="{template_url}/wz_tooltip.js"></script>
In your footer.html

I assume your wz_tooltip.js in your template folder.

88
Hi maxpaul

This is the most stunning template I have ever seen for 4images.
Each & everything is just outstanding
Toggle option for user panel, details, search effect, loading and New Icons.
It’s simply amazing  :D

Excellent Work

The download file comes without any extension. I have to add .zip to use it. (Please check it)

PS. Can I contact U on PM ?

89
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: March 26, 2006, 05:29:16 PM »
Someone Please help me here to change this Mod a bit and take it to the Next Level.

I am trying to use it to submit "Link Exchange" form.

What changes should I do to use it with new name like (Linkexchange.php)???
That’s because I m already using it fro normal contact form as contact.php. 

Secondly, how can I add few more fields in the form and make them "Required"

Help Please.

90
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: March 25, 2006, 10:58:20 PM »
I was saying that
When I click on my signature, The URL that opens up in new window look like this

http://www.domain/signature.php?go=1 <br />
An extra <br/> in the end.

Anyway, I found out the problem.
I am convinced. I do stupid things certain times.  :oops:

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 15