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

Pages: 1 2 3 4 [5] 6 7 8 9 10
61
please help
 :cry: :cry: :cry:

62
hi V@no 

i put this code at rm.html but it did't work i think something is missing

<OBJECT ID=RVOCX CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH=320 HEIGHT=240>
<PARAM NAME="SRC" VALUE="plugin.rpm">
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="CONSOLE" VALUE="one">
<PARAM NAME="AUTOSTART" VALUE="true">
<EMBED SRC="plugin.rpm" WIDTH=320 HEIGHT=240 NOJAVA=true CONTROLS=ImageWindow CONSOLE=one AUTOSTART=true>
</OBJECT>

waiting for you

63
Thanks V@no 
 
but please can u post the code here
or what i have to write in rm.html

sorry to bother you

64
thanks for all your help

how can i add real player in the details.html

i want to play file type *.rm

thanks againe

65
Discussion & Troubleshooting / Re: share in facebook
« on: August 12, 2010, 12:10:31 AM »
well borneo
add after
{header}
<HTML>

this

<HEAD>
<link rel="image_src" href="{uploaded_image_path}">
</HEAD>

I hope it work with you

66
hi evry one

will when a user want to change his image this page open member_editimage.html
but all he can change is the image name and the description and keywords

so if he want to change the main image and thumbnail ???

and i add field image_price i want the user can change it also

and thanks for all ur help

67
Mods & Plugins (Releases & Support) / Re: [Mod] User upload limits
« on: August 06, 2010, 01:50:33 PM »
Thanks V@no

but there is something

  return ($images_per_user < $upload_limit)

there is 2 line and u fix one of them and it still error so i but ; at the end of the scoend line and it work

please fix it the attachment

Now let me tell u all i have found
i make the defoult limit upload is 10 image

1- when i add a new user from the admincp there is a new field called Maximum number of images to upload i put 5 in this field for this user

Now i go try to upload an image but it do't work it gave me over_limit.html i make another use and gave me the same i go to the admin cp try to edit Maximum number of images to upload for the user and i did't found this field it just Appears when you make a new user only but if u want to eidt the use it does't Appears

2- i go to the admincp to change in the seitting to change Maximum number of images to upload from 10 to 20 and i try to upload images to a user that reached this limit (10 image) and it does't work

3- i make this http://www.4homepages.de/forum/index.php?topic=3607.msg22301#msg22301
reset_limits.php and when i try it it gave me this erorr
Parse error: syntax error, unexpected '&', expecting T_PAAMAYIM_NEKUDOTAYIM in /home/??????/admin/plugins/reset_limits.php on line 5

will sorry to bother you

but i think this a great mod and i hope it work

68
Mods & Plugins (Releases & Support) / Re: [Mod] User upload limits
« on: August 06, 2010, 01:33:25 AM »
I have this error
i'm using v1.77

Parse error: syntax error, unexpected '}' in /home/???????/member.php on line 739

and this is the code

Code: [Select]
function check_daily_picture_limit($user_id) {
global $site_db, $site_template;

  $sql = "SELECT user_limit FROM ".USERS_TABLE." WHERE user_id = $user_id";
  $row = $site_db->query_firstrow($sql);
  $upload_limit = ($row['user_limit']);
  $site_template->register_vars("upload_limit", $upload_limit);
  
  $limit_cutoff = time() - 60 * 60 * 24;
  
  $sql = "SELECT COUNT(image_id) AS num_rows_all
  FROM ".IMAGES_TABLE."
  WHERE image_active = 1 AND user_id=$user_id AND image_date > $limit_cutoff";
  $row = $site_db->query_firstrow($sql);
  $images_per_user = $row['num_rows_all'];
  
  $site_template->register_vars("images_per_user", $images_per_user);

  return ($images_per_user < $upload_limit)
} >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>this is the line

function check_picture_limit($user_id) {
global $site_db, $site_template;

  $sql = "SELECT user_limit FROM ".USERS_TABLE." WHERE user_id = $user_id";
  $row = $site_db->query_firstrow($sql);
  $upload_limit = ($row['user_limit']);
  
  $site_template->register_vars("upload_limit", $upload_limit);
  
  $sql = "SELECT COUNT(image_id) as num FROM ".IMAGES_TABLE." WHERE user_id=$user_id";
  $result = $site_db->query_firstrow($sql);
  $images_per_user = (int)$result['num'];
/*
  $sql = "SELECT image_id FROM ".IMAGES_TEMP_TABLE." WHERE user_id=$user_id";
  $result = $site_db->query($sql);
  $tmp_images_per_user = $site_db->get_numrows($result);
  $images_per_user = $tmp_images_per_user + $images_per_user;
*/
  // Uncomment above four lines (remove /* and */) if you also want to check uploaded but not yet validated images against the user limit
  
  $site_template->register_vars("images_per_user", $images_per_user);
  
  return ($images_per_user < $upload_limit)
}

69
Discussion & Troubleshooting / share in facebook
« on: August 01, 2010, 12:03:19 PM »
hi evry one

If you have a problem when you try to share a link in facebook and he gave you all the pic in the page except the main image

i try this and it work with me
in the details.html
add this between <HEAD> and </HEAD>

<link rel="image_src" href="{uploaded_image_path}">

i hope this will help
and i want to thanks evry one help me in this Wonderful script
Especially V@no - mawenzi - alekinna

70
Discussion & Troubleshooting / Re: how to Add new fields for comments
« on: July 21, 2010, 10:15:14 PM »
thanks for your replay

will i didn't understand what do you mean

how can i manually edit details.php

71
Discussion & Troubleshooting / how to Add new fields for comments
« on: July 21, 2010, 12:14:19 AM »
Hi evry one
how to Add new fields for comments

thanks for all your help

72
Discussion & Troubleshooting / Re: category and subcategory
« on: July 17, 2010, 03:35:19 AM »
Thanks V@no

It's work and i'm very sorry if i bother you

Thanks againe


73
Discussion & Troubleshooting / Re: category and subcategory
« on: July 16, 2010, 07:18:06 PM »
Thanks V@no I hope i don't bother you

i make the original  code as you say
and i make Number of table cells is 3 from th admin cp
i'm using 4images 1.77

and here is what happen

In the Home Page 5 columns that is ok



in the Main category 5 columns and this is the problem i need it to be 2 columns



hope you can understand what i mean
and sorry to bother you

74
Discussion & Troubleshooting / Re: category and subcategory
« on: July 16, 2010, 12:06:49 PM »
thanks V@no for your help
ok I need
Home page - 5 columns:
Main category - 2 columns:

thanks againe

75
Discussion & Troubleshooting / Re: category and subcategory
« on: July 15, 2010, 11:45:56 PM »
sorry V@no
it still the same

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