Pixelated a phpBB Template by SkaidonDesigns
 
Kaktusan Corp. Support Area Forum Index
www.kaktusancorp.com
www.cheapestadultscripts.com
Play with the Best, be the Best!
Blogs Organizer
FAQ
Search
Memberlist
Usergroups
Profile
Log in to check your private messages
Log in

The Mightiest Webmaster Solutions Ever
Kaktusan Cash
Kaktusan Cash
Blogs Automater
Blogs Automater
Porn Blog Space
Porn Blog Space
Gallery Scraper
Gallery Scraper

Haven't registered yet? Do it here now!
NEW Installation problem!

 
Post new topic   Reply to topic    Kaktusan Corp. Support Area Forum Index -> Gallery Scraper
View previous topic :: View next topic  
Author Message
30ceci



Joined: 29 Apr 2007
Posts: 6

PostPosted: Sun Apr 29, 2007 10:01 pm    Post subject: NEW Installation problem! Reply with quote
Hi All. I was just trying to install the demo GS but I got this error when I tried to run the gs-install.php script:

Fatal error: Unable to read 7796 bytes in /home/******/public_html/gs/gs-install.php on line 0

Can someone please point me in the right direction?

BTW, great script!
Back to top
View user's profile Send private message

Author Message
kaktus
Owner


Joined: 22 May 2004
Posts: 1576
Location: CheapestAdultScripts.com

PostPosted: Mon Apr 30, 2007 9:22 am    Post subject: Reply with quote
Hi there,
thanks for giving a try on my software.

The problem with your install is, you didn't upload the files in BINARY mode. Make sure your ftp client uploads everything in BINARY mode, not in ASCII or autoselect.

If you have any more problems, let me know..
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

Author Message
30ceci



Joined: 29 Apr 2007
Posts: 6

PostPosted: Mon Apr 30, 2007 9:44 am    Post subject: Reply with quote
wow you really know your stuff. Thanks so much for the help.
Back to top
View user's profile Send private message

Author Message
30ceci



Joined: 29 Apr 2007
Posts: 6

PostPosted: Mon Apr 30, 2007 9:50 am    Post subject: Reply with quote
I just checked the settings and it looks like I need to manually setup the cronjobs because there are no cronjobs found. Can you teach me how to set up the cronjobs manually in my hosting? Sorry to be a pain but I've never used cronjobs before. Embarassed
Back to top
View user's profile Send private message

Author Message
kaktus
Owner


Joined: 22 May 2004
Posts: 1576
Location: CheapestAdultScripts.com

PostPosted: Mon Apr 30, 2007 12:57 pm    Post subject: Reply with quote
okay, cool.

well, about the cronjobs:
go to your hosting control panel at the cronjobs section, and do a add new cronjob. The first five chars "0 * * * *" means, every hour the cronjob should be executed. The second part like : /usr/bin/php -q /path/to/gscron.php.....
is the command to be executed. So following these things, go and add it. If you have any more problems, let me know..
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

Author Message
30ceci



Joined: 29 Apr 2007
Posts: 6

PostPosted: Mon Apr 30, 2007 8:45 pm    Post subject: Reply with quote
Hi, so I entered the following for the command:

/usr/bin/php -q /home/******/public_html/gs/gscron.php >> /dev/null

and entered 0 * * * *

I see the active cronjobs list under the settings in the gs Admin.

How would I know if everything is running fine? Thanks again.

Can you please also explain about how to import galleries? I don't get what field delimiter and spider txt mean.

For instance, I see the following in the "import" window:

Example Import Format: Gallery URL,Category,Sponsors,Description,Long Description

Fields delimiter [, ] (What should I put here?)

Then a Textarea Box (What should I put here?)

Then a check box for spider.txt and determine galleries type.

Thanks so much for your support. You're an awesome tech. Smile
Back to top
View user's profile Send private message

Author Message
kaktus
Owner


Joined: 22 May 2004
Posts: 1576
Location: CheapestAdultScripts.com

PostPosted: Mon Apr 30, 2007 9:07 pm    Post subject: Reply with quote
Hey there,
well to check if your cronjob is working fine, on the summary page, in the right column there will be a text like: "Last Updater Run: 30 April, 2007 at 17:00:02" If that time is something close to current, then you are fine, it shows year 1969 or something like that the cronjob isn't setup properly..

As about the import, its like the import for any tgp script. You just paste a list of FHGs and say to the script what character is the delimiter between url, description and etc..
Say, if you have list like:
http://www.gallery.com,the gallery description
http://www.gallwry2.com,gallery description again

You paste your list into the big text bog, and in the "Fields Delimiter" field you type , (comma) since the delimiter character between the gallery url and description is comma. As about the "spider text", you can check that option, if you want the script try to extract from the FHGs more text, which you can import as "long description" and use that extra text for building your posts entries...

Let me know if you need more help..
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

Author Message
30ceci



Joined: 29 Apr 2007
Posts: 6

PostPosted: Tue May 01, 2007 3:38 am    Post subject: Reply with quote
Hi, thank you.

I've managed to import some galleries and adding the feeds. But the feeds has duplicated entries.

I have imported about 21 gals (all movie types) and in the "add new feed" menu I typed "20" for number of entries and etc. In the template box, I used the following code:



Code:
<table width="400" cellpadding="0" cellspacing="0">
<tr>
<td width="200" align="center"><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
<td width="200" align="center"><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
</tr>
<tr>
<td colspan="2" align="center">{GAL_DESCR}</td>
</tr>
<tr>
<td width="200" align="center"><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
<td width="200" align="center"><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
</tr>
<tr>
<td colspan="2" align="center">{GAL_DESCR}</td>
</tr>
<tr>
<td width="200" align="center"><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
<td width="200" align="center"><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
</tr>
<tr>
<td colspan="2" align="center">{GAL_DESCR}</td>
</tr>
</table>


Basically the default template. So after that, I click "add". It says I added the feed and after I update the newly added feed and try it out with rss converter. The first 2 pics from first <tr> are different but from there, it showed all duplicates of the 3rd pic.

Can you please advise me and tell me what I'm doing wrong? Thank you.
Back to top
View user's profile Send private message

Author Message
kaktus
Owner


Joined: 22 May 2004
Posts: 1576
Location: CheapestAdultScripts.com

PostPosted: Tue May 01, 2007 9:38 am    Post subject: Reply with quote
hi there, well, the template you used makes the script pic 6 thumbs from the gallery. If the gallery is movie one or has less thumbs, probably script will pic duplicates to fill the 6 spots. Either try with template with less pictures, or make sure you galleries have atleast 6 different pics on themselves..
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

Author Message
30ceci



Joined: 29 Apr 2007
Posts: 6

PostPosted: Wed May 02, 2007 9:58 am    Post subject: Reply with quote
Hi,

Haha after 15 tries, I've finally got the rss feed right! WHOO HOO!!

Thank you Kaktsu!

One quick question, is it against any laws, regulation if the some of the imported pics are in my hosting server? For instance, after updating the feeds with the gs script, I've noticed that the thumbs imported are into the /gs/thumbs folder. Would I get in trouble for hosting pics because I don't know the models and their info etc.?

Can you please shine some light on this about the 18 U.S.C. 2257? Am I bothered by this?

Thank you again! You're awesome!
Back to top
View user's profile Send private message

Author Message
kaktus
Owner


Joined: 22 May 2004
Posts: 1576
Location: CheapestAdultScripts.com

PostPosted: Wed May 02, 2007 4:46 pm    Post subject: Reply with quote
Hi there, thats cool! Good luck Smile

Well, yes script is saving the thumbs created on your server, and the situation is just like with TGP scripts for example that create thumbs for your thumb tgp. The content is owned by the sponsor, and you just use it to promote it. If you are in US or somehow affected by the 2257 law, if you display adult images on your sites, i think you should keep a track of 2257 stuff. Ask your sponsors for the exact situation or consult with your lawyer. I am not the appropriate guy to give a statement on this. As i said the situation is very same like if you run TGP site or any other kind of site that displays adult materials, thats all i can say.

Keep me posted if you need any more help Smile
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

Display posts from previous:   
Post new topic   Reply to topic    Kaktusan Corp. Support Area Forum Index -> Gallery Scraper All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group


 
phpBB Template designed by SkaidonDesigns