Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-18-2003, 05:12 AM   #1
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
Does anyone know of an open source traffic trading script project ?

I use a basic toplist written in Perl and it has obvious limitations.

Do any of you know of any available modules that could perhaps be integrated into my current toplist to expand it's functionality into a semi-decent trading script ?

Thanks for your responses.

Best Regards,
Hobgoblin
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 05:20 AM   #2
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Give it a random out function and a skim function and it's a semi-decent trading script.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:04 AM   #3
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
Do you know where any open source code examples can be found ?
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:05 AM   #4
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Those are of no use to you since it needs to integrate with your toplist script (data storage, etc).
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:07 AM   #5
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
Maybe so, but I'd still like to take a look.
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:11 AM   #6
gornyhuy
Chafed.
 
gornyhuy's Avatar
 
Join Date: May 2002
Location: Face Down in Pussy
Posts: 18,041
any trading script written in php is effectively open script, unless they compile/encrypt it. Look around on the webmaster resource boards.
__________________

icq:159548293
gornyhuy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:17 AM   #7
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
I have seen one script written in php that wasn't complied but I was hoping to find a Perl example, if one exists.
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:22 AM   #8
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally posted by gornyhuy
any trading script written in php is effectively open script, unless they compile/encrypt it. Look around on the webmaster resource boards.
Those are php (instead of perl) and not open source (taking stuff from them would be stealing).
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:23 AM   #9
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally posted by hobgoblin
I have seen one script written in php that wasn't complied but I was hoping to find a Perl example, if one exists.
I don't get it though - if you would find something in perl, it would need so much tweaking that you couldn't do it without knowledge of perl, and if you have knowledge of perl, this is really easy to do without examples...
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:30 AM   #10
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
I suppose it would be easy if your asumption is that the individual with knowledge of Perl has written a complex trade script in Perl before and not just a simple toplist.
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:35 AM   #11
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Tradescripts are not that complex in comparison to toplists. What you need extra is:
1: 24-hour functionality (no resets)
2: referrer-based hit-counting
3: productivity tracking
4: "random" out feature (not really random, but hits go to those who deserve it)
5: skimming

Now, that's all very easy to do...
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 06:44 AM   #12
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
I believe you, but being able to take a look at working examples would make things even easier for someone who is not supremely versed in Perl.

If I was a programming wizard and found it simple to create these facilities, I wouldn't be asking for examples to learn from.
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 07:01 AM   #13
gornyhuy
Chafed.
 
gornyhuy's Avatar
 
Join Date: May 2002
Location: Face Down in Pussy
Posts: 18,041
Quote:
Originally posted by punkworld


Those are php (instead of perl) and not open source (taking stuff from them would be stealing).
I assumed he was looking for coding examples to understand the functions he needs to write in perl... I wasn't suggesting ripping off someone else's code.

If you don't know how to program in perl, I suggest you just hire a perl coder for an hour to get it done right.
__________________

icq:159548293
gornyhuy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 07:12 AM   #14
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
"I assumed he was looking for coding examples to understand the functions he needs to write in perl"
--------------------------------------------

Your assumption was correct.

----------------------------------------------

"... I wasn't suggesting ripping off someone else's code. "

----------------------------------------------

Don't worry, I didn't misunderstand you.

-----------------------------------------------

"If you don't know how to program in perl, I suggest you just hire a perl coder for an hour to get it done right."

-----------------------------------------------

I take a hands on approach and would rather just continue learning as I go.
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 07:17 AM   #15
Wurihan
Confirmed User
 
Join Date: Aug 2002
Posts: 115
nope
__________________
Wurihan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 07:57 AM   #16
TheFLY
So Fucking Banned
 
Join Date: Jan 2001
Location: http://www.thefly.net/ --- Quit your job and live off steady traffic.
Posts: 11,856
i might help u out in exchange for some kind of nice traffic trade...

kindof hung over here now...

what else have you coded?

u know toplists are fun, but if u are going to code something mostly from scratch seriously maybe consider trying something new and unique... people love interactive sites... look at hotornot -- sure it's been copied 1000 times now, but i'm just saying it's a simple idea... like hotmail... and freehosting... come up with something new like that and youll be a rich mofo just chillin...
TheFLY is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-18-2003, 08:18 AM   #17
hobgoblin
Registered User
 
Join Date: Apr 2003
Location: EST
Posts: 10
I've sent you a response on ICQ

Thanks for responding.
__________________
Hardcore Movie Forum - Always accepting new trades

http://hcmf.com/hcmf.shtml
hobgoblin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.