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

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Re: Joomla 4images bridge ?
« on: February 18, 2006, 05:08:16 AM »
^^ i dont understand. :(  i think that the component creates a wrapper for the 4images site. I have setup one for a default 4images and default Joomla and i think it looks great. In my site, i dont need the integration, but its nice to offer a powerful gallery software as 4images to potential clients who wish to use joomla.
my site: http://cutewalls.com  -> Look at the gallery link :D

2
Mods & Plugins (Requests & Discussions) / Re: Joomla 4images bridge ?
« on: February 17, 2006, 02:49:46 PM »
what did I do :?:

* V@no does not do integrations.
oh nooo.... then who does? if my understanding is correct, just the code from 4images login function, user update function, etc needs to be included in that file. the smf one has been done already, and has the most functions. ie: user add, user del, user set etc, which can all be done through mambo. The most simplistic one is phpbb wich has just login and logout stuff, i think.
The smf attachment is properly commented. could somebody please just fill in the correct info so that we could start testing :)

3
Mods & Plugins (Requests & Discussions) / Re: Joomla 4images bridge ?
« on: February 17, 2006, 04:37:30 AM »
hey come on v@no :p is this really that difficult??

4
Mods & Plugins (Requests & Discussions) / Re: Joomla 4images bridge ?
« on: February 14, 2006, 09:56:44 AM »
here is the basic idea of the component that scubaguy mentioned above. Now if the 4images developers can spend about maybe 15 mins on this then maybe 4images can be integrated with joomla. here is the LINK
sample SMF file is attached. it has comments which are helpful.
sample phpbb file is attached. that is the basic level integration needed.
vbulletin file is also attached, in case anyone wants a look :)
the functions that need to be done ( taken from the SMF file ) by the 4images developers are :
  • function login($username,$password)
  • function logout()
  • function userset($username, $password, $email)
  • function userget($userid)
  • function userupd($old_name, $username='', $password='', $email='')
  • function userdel($username='')
  • function getcookies()
these are all well marked and commented in the smf file. if the developers of 4images could do this then we can use joomla and 4images together.

Thanks in advance :)

5
working perfectly with pphlogger 2.2.5. v@no rocks :D

Step 8
Open templates/<yourtemplate>/header.html or footer.html, the one where u add pphloger loggin script.
replace your loggin script with this one:
Quote
<script language="JavaScript">var user_id='{current_user_id}';var user_name='{current_user_name}';</script>
<script language="JavaScript" type="text/javascript" src="pphlogger.js"></script>
<noscript><img alt="" src="../log/pphlogger.php?id=81312&st=img&user_id={current_user_id}&user_name={current_user_name}"></noscript>

shouldnt that be my id number?  :?

6
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: September 04, 2005, 06:36:20 PM »
where can i change the XY co-ords of the image? am guessing somewhere in this part.....
Code: [Select]
$posx = round(($offset2-$width_end)/2);
    $posy = round(($height-$height_end)/2);
    imagecopymerge($im,$temp, $posx, $posy, 0, 0, $width_end, $height_end, 100);
    ImageRectangle($im, $posx-1, $posy-1, $posx+$width_end-1, $posy+$height_end-1, $text_color);

is it possible to have the image at a position that i can set? i can find out the exact pixel position from photoshop. also how can i reduce the size of the random image?

7
Chit Chat / Re: how are you using 4images Gallery!
« on: September 04, 2005, 06:18:18 PM »
i have got a wallpaper site. no one allowed to upload. no sales too. just starting. have more than 6000 hisgh quality walls. so taking some time to setup. 4images is the best and most flexible. i have all images remotely hosted.... working without a hitch in 4images :D

8
What kind of uploadform is yours?
-Without a lot of seperate inputfields ?
- Only one formfield to select a complete directory?
my program will have all options that 4images has, ie user can upload
  • image / url
  • thumbnail / url
  • download url
  • descriptions
  • keywords
  • category
Remember at this moment am only making this program for admin, not for regular user.
Minimal requirements are
  • image location / url
  • image name (taken from above)
  • category (set by user in prog)
All other option are not really needed. These are the bare minimum. the program will have all options that 4images itself offers, in all possible combinations. at least i hope it will....  :D
One click select of directory is very much possible, as long as the directory does not have too many files (dont know limit, to be safe keep it less than 1000)  :)

9
today, we successfully logged in and managed to upload an image using our program. only one image at a time but it will be automated. :) tomorrow we will look into how to best manage the program using config files. am thinking on the lines of a ftp like queue system. user fills up queue files beforehand, goes to sleep after running the program, all neatly uploaded in the morning  :D
i require a little help. the program is made with visual basic and calls IE. the popup that loads everytime an image is uploaded is very annoying. could anyone tell me how to completely remove that? i tried removing the highlighted code shown below, but still a popup showed up. doesnt affect the program, but it doesnt look nice  :(
in admin/images.php
Quote
  show_form_footer($lang['add'], $lang['reset'], 2, "", " onClick='showProgress()'");

10
ah delayed for one day. my friend is the coder. i just give him ideas to implement. he's out of town and will be back tomorrow. yesterday we wrote a program to insert about 200 categories into my website. i used a text file with the names of the categories in alphabetical order and uploaded almost halfway when power failed. now trying to get it to work, mostly some cookie problem, i suspect. also my site is not a pure 4images site, its a geeklog integration of 4images so logging in is also slightly tricky for me. maybe i will setup a test account somewhere.
First version is intended only for admins who want to put up their images ASAP like me. maybe i will also expand it to users too.  :D
All setting will be controlled by text files (unless practically impossible). user can fill up text file and program will read it and upload accordingly.
if anyone has ideas pls help me by posting them here. thanks

11
with FTP?
sonds good to me!
vincent
no, not ftp. via http.  the reason i am doing this program is because
  • i have a large collection of images that i have to upload to my site (will take a lot of my time)
  • my net speed is very slow, so i dont want to hang around till each image is uploaded

12
Tried my hand at writing an uploader program for my site(got more than 5000 pics to upload). First tested by creating a program which could add categories automatically. Due to the wonderfully written code of 4images, it was a breeze. Will attempt to write an prog for mass upload of images in a few days. Program will have all features of the upload page of 4images, configurable through text files mostly. I just wanted to do something for the wonderful community of 4images especially v@no, nicky, chris and jan. Thanks very much guys. Anyway, if anyone is interested please let me know here.  :mrgreen:
ps: i did notice other mass uploader scripts here. The purpose of my program is that it runs from my computer, accesses and updates my 4images website, and uploads files. So i can start it up at night and go to sleep.

13
Installation, Update & Configuration / Re: Configure another FTP
« on: August 26, 2005, 09:31:16 PM »
did you mean to say that you wanted 4images in one server and all image files in another server? of course its possible. :) Give the direct link to the image in the URL box of the image upload, similarly for the thumbnail, i use it like that in my site. All images are on imageshack or photobucket. only thumbnails are on my site. check it out if you want to see
Site: http://www.celebwallpapers.infp/4images

14
yes, you can do what you wush with 4images. in my site only thumbnails are stored. images are in imageshack and photobucket. u just give the image url as the direct link to the remotely hosted image. Of course i have only tried this as the admin, but should work perfectly for non-admin users too. :D
check my site if you want to see it in action. the big image is set as the download link, and the thumbnail generated by photobucket is set as the image..
Site: http://www.celebwallpapers.info/4images

15
Mods & Plugins (Releases & Support) / Re: [MOD] Download limit v1
« on: August 25, 2005, 08:29:36 AM »
dear v@no thank you very much for this mod. i do have a doubt though. if the user adds the pics to his lightbox, will that also be counted when he downloads all images in lightbox at a time? and also when he downloads from lightbox as zip? thanks for all the trouble :)

Pages: [1]