Pay Per Install
Earning4u

Zangocash is now Pinball Publisher Network

Join Loudmo


Go Back   Pay Per Install > Pay-Per-Install.org > Pay Per Install

Reply
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Unread 08-24-2008, 08:24 PM
GeoffreyF67's Avatar
Vip Member
 
Join Date: Apr 2008
Posts: 503
Reputation: 3
GeoffreyF67 is on a distinguished road
Default

Quote:
Originally Posted by trophaeum View Post
1 is a perl script, another is a shell script, if you dont know what your doing with those then your best to run away from this code about now
I should stay away from /etc and iptables etc...but I don't...

He is right tho...unless you're feeling very adventerous :P

G-Man
__________________
Every time you don't give me rep, baby Jesus cries!
Reply With Quote
  #22 (permalink)  
Unread 09-04-2008, 03:17 PM
Regular User
 
Join Date: Sep 2008
Posts: 38
Reputation: 0
ClickMedia is on a distinguished road
Default

Quote:
Originally Posted by draculx View Post
alright, is there any other way for those with no coding knowledge?
hire a coder from odesk
Reply With Quote
  #23 (permalink)  
Unread 09-04-2008, 03:32 PM
Regular User
 
Join Date: Sep 2008
Posts: 38
Reputation: 0
ClickMedia is on a distinguished road
Default

When using this doesn't the torrent say the file size is 0?
Reply With Quote
  #24 (permalink)  
Unread 09-04-2008, 09:11 PM
Regular User
 
Join Date: Sep 2008
Posts: 38
Reputation: 0
ClickMedia is on a distinguished road
Default

Quote:
Originally Posted by fatboy View Post
Ok, here is the script - nice and easy:

Code:
#!/usr/bin/perl -w

# This is the name of the file with all your random filenames in
$filenames = "names";

# Max size for created files (Mb)
$maxsize = 50;

open(NAMES, $filenames) || die "Cannot open $filenames for reading\n";

foreach(<NAMES>)
{
        chomp();
        $size = int(rand($maxsize));
        `dd if=/dev/zero of=$_ bs=1024k count=$size`;
}
close(NAMES);
In the same directory as you have this script, create a file called 'names'. In that file put the list of filenames you want to create, for example my test names file looks like:

Code:
filename1.exe
whatever.exe
musthaveapp.exe
As it stands, the script will create files with the names in that list up to 50Mb in size. To make the max size smaller or bigger, alter the number in the line:

$maxsize = 50;

So if you want 100Mb max size, change the 50 to a 100. If you want a Gb file change it to 1000.

Hope that helps you out - I have tested the script and it works fine
Don't forget me when you make the first million dollars!!
would some one be able to make it get the file sizes as well

so you would make a text file like this

filename1:8595
filename2:698
filename3:7802

ect..
Reply With Quote
  #25 (permalink)  
Unread 09-08-2008, 05:02 PM
Regular User
 
Join Date: Sep 2008
Posts: 38
Reputation: 0
ClickMedia is on a distinguished road
Default

are there any programs that will support a space if you add a space it breaks the exe/program


filename.exe works
file name.exe broken
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fake Files Generator + File Updaters -> $30 gabibeowulf Buy / Sell / Trade 7 10-29-2008 11:02 PM
Which host to choose for DRM file hosting (fake codecs, etc) FadeToBlack Pay Per Install 5 10-06-2008 04:54 PM
cant get the file generator to work... utzxubiru Pay Per Install 0 09-22-2008 11:29 AM
multi-file generator /renamer hippo Buy / Sell / Trade 4 08-14-2008 10:43 AM



All times are GMT. The time now is 08:54 AM.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.