IntelligeN 2009

Status
Not open for further replies.
The one from scenereleases.info ;)

When I mean queue I mean the ability to prepare 5/6 posts click continue and the app will post one after another without the need of me going there...
 
thanks very much, workin' currently on reducing the file size and a WordPress plugin -- furthermore on improving the crawling engine (no more freezing)

if you're a developer and want to contribute something or need help for building a plug-in by yourself -- just ask =)
 
after adding a WordPress plugin and improving the crawling/fetching engine, i've added a thread reply to phpbb2, phpbb3 and vBulletin. furthermore the vBulletin plugin can automatically replay on existing threads by comparing the subject. this is very important in forums where same releases needs to be in the same thread aswell.


@Gempis, i decided to implement this not directly into the IntelligeN gui. but my future plans (as you can read in the roadmaps) are to build a complete automatic non gui application for servers. these applications will be as far as possible not for windows only. but this depends a little on codegear ;).
 
"This application has failed to start because rtl140.bpl was no found. Re-installing the application may fix this problem."

How do I fix that ? :(
 
As i mentioned in my Blog you ll need now a framework, which can be downloaded here. Unpack these files directly in the IntelligeN root folder. Also archive this framework for future versions, to save download traffic.

you haven't read this carefully (in my first post) :D


Download Mirror: *no longer needed*
 
@Gempis, however i've implemented you request:



This and lots of other features are now available in the new 120.5 build!
 
@geskill: Awesome tool Dude. It took some time for me to add all the categories.
r9K82.png


But How do I directly post to those categories?

1. Is it possible to post in HTML Format? I want to post it in Wordpress with HTML Format.
2. How do I auto add categories?
 
@thatswhatshesaid

you have misinterpreted the category function a little. In the first level you can add only ids to the main categories:
Code:
Audio
GameCube
Movie
NintendoDS
PCGames
PlayStation2
PlayStation3
PlayStationPortable
Software
Wii
Xbox
Xbox360
XXX
Other

In the second level you can define more ids such as clips, reality ...

For this website you need to start with the XXX category. use a generally id for the first level, a category where most of you uploads from. in movie i would suggest xvid. Now it gets a little difficult. you need to define the second level.
i made a screen shot to give you a hint how it works:

Now if you publish the upload and you have selected "Hentai" at the genre box, intelligen will post in category id 32 otherwise it will use category id 1.

I didn't added a template for wordpress .. ups .. but of cause you can create a template by yourself. And of cause you can post html code =)

What you mean with auto add? Automatically using the program to find categories? - No thats not possible, but would be great if ^^
 
Thanks a lot for quick reply, I will try that for categories..
But
Can you please Help me with HTML code? this is how I edited it, but HTML code for Image doesn't seem to be working.. :(
.
<center>
<b><I
import "iUtils.js"

print(ReduceCapitals(IRELEASENAME));

I></b>

<I

if (IPICTURE != null)
print("<img src="" + IPICTURE + ""/>");

if (IDescription != null)
{
print(#13#10#13#10);
print(IDescription);
}

print("#readmore#");
print(#13#10#13#10);

for(var i = 0; i < IMirrorController.MirrorCount; i++)
{
if(i != 0)
print(#13#10);
print(#13#10 + "<b>Mirror: " + IntToStr(I + 1) + "</b>" + #13#10);
for(var j = 0; j < IMirrorController.Mirror.DirectlinksMirrorCount; j++)
{
print(#13#10 + "<b>" + IMirrorController.Mirror.Hoster + "</b>");
print(#13#10 + "<code>" + IMirrorController.Mirror.DirectlinksMirror[J] + "</code>");
}
}
I>
</center>
.

for Images the code should be
<img src="http://img697.imageshack.us/i/intelligen2009categorie.png/" alt="HF-Porn.com" />

So I edited the template like this

if (IPICTURE != null)
print("<img src="" + IPICTURE + ""/>");

But then It is not posting anything.
 
try this:
Code:
if (IPICTURE != null)
  print("<img src=\"" + IPICTURE + "\" alt=\"HF-Porn.com\"/>");

you need to escape the quotation marks
 
^ Dang!! It worked like a charm. Thanks a lot Dude.

I will try to post with it. and will let you know the overall experience.. Thank you.

P.S Can you please share that code to truncate the dot(.) from file name?
 
this program is awesome, it beats all the other programs i tried. you only need few time learning the basics and voila! u get everything u need in hands.
i love how it supports all the CMS available, adding categories is just too easy, and designing a post template for every category is what makes this program unique. just add the release name and u get all the info in a second.

thanks geskill and keep up the good work
 
Status
Not open for further replies.
Back
Top