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.


Topics - z2z

Pages: [1]
1
Rightload - Official Forums / Custom FTP plugin
« on: August 15, 2009, 07:08:16 PM »
Is it possible to have something like this ..  ???

Code: [Select]
<RightloadExport Version="1.4">
  <Servers>
    <Server Protocol="2" Description="MyFTPserver.com"
ActionURL="ftp://MyFTPserver.com"
FormFieldFile="filecontent"
AdditionalFormFields="rsapi_v1=1,
password=__ftppass,
login=__ftpuser"
FileURLRegex="^File1\.1=(.+?)$" FileURLMatchPos="1"
AutoActionEnabled="True"
AutoActionURL="http://rapidshare.com/cgi-bin/rsapi.cgi?sub=nextuploadserver_v1" AutoActionRegex="^(\d+)+$"
AutoActionMatchPos="1">
      <Folders/>
    </Server>
  </Servers>
</RightloadExport>

Want to create custom ftp plugin for my ftp server .. instead guiding every user to add ftp server in rightload.

2
Rightload - Official Forums / Imageshack Thumbnail code
« on: October 14, 2008, 07:44:17 PM »
Imageshack generates  its own thumbnail ..

direct link
Code: [Select]
http://imgXXX.imageshack.us/imgXXX/yyyy/filename.png
thumbnail
Code: [Select]
http://imgXXX.imageshack.us/imgXXX/yyyy/filename.th.png
Is it possible code generation system to have
Code: [Select]
[url=http://imgXXX.imageshack.us/imgXXX/yyyy/filename.png][img]http://imgXXX.imageshack.us/imgXXX/yyyy/filename.th.png[/img][url] or
 no hotlink version
Code: [Select]
[url=http://imgXXX.imageshack.us/my.php?image=filename.png][img]http://imgXXX.imageshack.us/imgXXX/yyyy/filename.th.png[/img][url]

Pages: [1]