Results 1 to 7 of 7
Threaded View
-
10th Jan 2011, 06:01 PM #7OPMemberWebsite's:
epicimagehost.comNah,
I'm just going to fix it with using the API
PHP Code:foreach($dlinks as $host => $urls){
$links .= generate_links($host,$urls);
}
PHP Code:foreach($dlinks as $host => $urls){
$post = array();
$post['links'] = implode("\n",$urls);
$post['userID'] = $userID;
$post['host'] = $host;
$links .= getpage('http://api.file-remoter.com/?act=generate',$post);
}
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
(VB6) Using functions
By JasonCairns in forum Web Development AreaReplies: 0Last Post: 10th Jan 2012, 01:10 PM -
[For Hire] PHP Functions
By _Vick in forum Completed TransactionsReplies: 0Last Post: 3rd Dec 2011, 10:28 AM -
PHP Functions
By Hydrode in forum General DiscussionReplies: 3Last Post: 7th Feb 2011, 08:05 PM -
Scope Hosts - VPS Unmanaged
By Raven in forum Technical Help Desk SupportReplies: 11Last Post: 19th Jul 2010, 11:26 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...