Good question.. I also want to know how to export to an Movielicious zip file.
Edit: NO RESPONS!
Search found 12 matches
- 2012-10-13 04:02:38
- Forum: Ant Movie Catalog > Scripts
- Topic: XML Problem
- Replies: 12
- Views: 8331
- 2012-06-06 01:03:05
- Forum: Ant Movie Catalog > Templates
- Topic: PKs Movie Database 3.0.3 modification by sweborn
- Replies: 76
- Views: 54544
- 2012-05-06 17:04:41
- Forum: Ant Movie Catalog > Templates
- Topic: PKs Movie Database 3.0.3 modification by sweborn
- Replies: 76
- Views: 54544
PKs Movie Database 3.0.3 modification by sweborn
PKs MovieDb 3.0.3 custom mod by sweborn http://swedenpirates.dyndns.org/moviedb/image.jpg Modifications: -Wider template, Larger and more covers on each site -New color scheme -Redesigned Detailspage Screenshots 1.details_view , 2.cover_view , 3.details Download ftp://guest@swedenpirates.dyndns.org
- 2008-11-03 21:55:28
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 241756
Movietrailers
I ad movietrailer support to almost every movie. Take a look. http://swedenpirates.mine.nu/moviedb/index.php?num=531
- 2008-07-14 14:19:19
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 241756
Brake between lines
Can you please help me. I want a space <br> between the end of a comment text and the next comment. Like: Skrivet av: vader 2007-02-28 En riktigt bra sci-fi film,som jag varmt kan rekommendera.Filmen är baserad på serien Firefly som tyvärr bara gjordes i 14 avsnitt.Den här filmen skulle inte blivit ...
- 2007-11-08 20:12:46
- Forum: Ant Movie Catalog > Scripts
- Topic: Filmdelta.se
- Replies: 0
- Views: 1001
Filmdelta.se
Can somebody please write a script for www.filmdelta.se or make the begining. I have try it but it doesn't works for me. I like the site because they are listing (in sweden) unreleased movies.
Would be very grateful.
Would be very grateful.
- 2007-11-07 01:39:15
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL][SE] discshop.se
- Replies: 62
- Views: 21448
Shore... here is the modified script. Unfortunately i cant upload the scriptfile so here is the hole code. Change from the original script: *Deleted som annoying text in Description *User comments *Rating (*************************************************** Ant Movie Catalog importation script www.a...
- 2007-10-21 22:04:43
- Forum: Ant Movie Catalog > Scripts
- Topic: Multiply result
- Replies: 1
- Views: 1246
I found the solution.
Code: Select all
// Rating
if CanSetField(fieldRating) then
begin
Value := TextBetween(PageText, 'Kundbetyg:', '<br>');
Value := TextBetween(Value , '<b>', '</b>');
SetField(fieldRating, FloatToStr(StrToFloat(Value)*2));
end;
- 2007-10-21 21:37:53
- Forum: Ant Movie Catalog > Scripts
- Topic: Multiply result
- Replies: 1
- Views: 1246
Multiply result
How multiply i the result value of a customer rating. I want the result showing the double sum. The reason is that discshop's (discshop.se) ratings are between 1 and 5 and in AMC is the highest value 10. // Rating if CanSetField(fieldRating) then begin Value := TextBetween(PageText, 'Kundbetyg:', '<...
- 2007-10-18 18:06:44
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL][SE] discshop.se
- Replies: 62
- Views: 21448
I have modify the script in description section. I took away everything in bold style in this example: **** Uppdraget de två blir tilldelade handlar i stort om att granska... Informationen hämtad från discshop.se! Beställ före 16.00. Leverans nästa dag. Filmen är full av underbara scener... disableS...
- 2007-10-18 12:12:10
- Forum: Ant Movie Catalog > Scripts
- Topic: Remove text
- Replies: 2
- Views: 1468
- 2007-10-17 23:54:59
- Forum: Ant Movie Catalog > Scripts
- Topic: Remove text
- Replies: 2
- Views: 1468
Remove text
How do i remove the text between <i style=" display: none;"> and </i> when i grab from the website discshop.se.
It is always a diffrent textstring so StringReplace dosn't works.
Is there a way to hide it in description?
I'm using the discshop.se script.
It is always a diffrent textstring so StringReplace dosn't works.
Is there a way to hide it in description?
I'm using the discshop.se script.