Jump to content

spinFIRE

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

spinFIRE's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. It's because I have a server at home, - so I would just go to the ip and the script, enter the URL, and when I get home, it's downloaded.. I've tried [url=http://irodov.nm.ru/wget4web/]http://irodov.nm.ru/wget4web/[/url] - but I want something in php (I can understand that  ;D) @shocker-z: I will try that tomorrow ;) -spinFIRE
  2. Example: When I am not at home, and doesn't have some HD space to save downloads on, I could use a browser and send the link to the server, and then it download it for me. When I get home, it lies in the /home/download/ folder - this was the idea.. -spinFIRE
  3. Hey! I want to make or use a (free) script that does this: I browse to the script, and have a form in which I can type an URL: [code]http://www.example.com/100mbfile.zip[/code] Press OK! - and then the server starts to download the file into: [code]/home/download/100mbfile.zip[/code] Can something like this be done, - eventually with a status page which shows percentage of current downloads, size, speed and so on  ??? ??? -Hope someone can help  ;) -spinFIRE
  4. [!--quoteo(post=357717:date=Mar 23 2006, 07:32 PM:name=redbullmarky)--][div class=\'quotetop\']QUOTE(redbullmarky @ Mar 23 2006, 07:32 PM) [snapback]357717[/snapback][/div][div class=\'quotemain\'][!--quotec--] can you post your MySQL table structures? [/quote] table: tips <-betting [code]Field     Type      id      varchar(2) <- Match ID ip      varchar(15) <- Users ip navn      varchar(30) <- Users name klasse      varchar(8) <- Class the user is in resultath      varchar(2) <- The home team goals resultatu      varchar(2) <- The away team goals tegn      char(1) < Like 1, X or 2 [/code] table: kampe <-matches [code] Field      Type id  varchar(2) <- id     dd  varchar(2) <- match playing dd mm varchar(2)<- match playing mm hjemmehold varchar(25)<- home team udehold varchar(25) <- away team resultat  varchar(5) <- result of the game (not implented yet) [/code]
  5. Sorry, but I've think you've misunderstood the purpose. Example: Before betting: [code] Benfica vs. Barcelona Arsenal vs. Juventus Internazionale vs. Villarreal Lyon vs. Milan [/code] After betting on Benfica vs. Barcelona: [code] Arsenal vs. Juventus Internazionale vs. Villarreal Lyon vs. Milan [/code] But the info would still be in the database... I have following tables in the database: [code] *kampe < danish for matches *sessions < not used, yet *tips < danish for betting [/code] [a href=\"http://spinfire.pastebin.com/618349\" target=\"_blank\"]Index.htm[/a] [a href=\"http://spinfire.pastebin.com/618356\" target=\"_blank\"]tips.php[/a]
  6. Hello... I have made a litte (for fun) betting site, where users can bet on football matches They login with their names and it shows the matches that they can bet on. When they bet on one match their name, class and ip gets stored into a database... But then when they shall bet again on the next match how can i then remove the matches they already have betted on? -spinFIRE
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.