Raised This Month: $51 Target: $400
 12% 

HLTV And Auto Record And Demos On Website !


Post New Thread Reply   
 
Thread Tools Display Modes
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 05-03-2014 , 23:03   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #11

Quote:
Originally Posted by AMeEeRo View Post
I understand you, there is sure..
How ?
the dem files on my server ok they will be on cstrike ?
so like will be like ip/cstrike/neeeeeeeeeeel.dem , right ?
With somehow i want this link to be on site with name site like alliedmods.net/hltv i mean everything auto, it's possible but no one will help
Why should they work free for you?

PS: You don't want help, you want someone to do the whole system (plugin + php script).
__________________

Last edited by Neeeeeeeeeel.-; 05-03-2014 at 23:04.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
AMeEeRo
BANNED
Join Date: Dec 2013
Location: Who care ?
Old 05-03-2014 , 23:36   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #12

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
Why should they work free for you?

PS: You don't want help, you want someone to do the whole system (plugin + php script).
Some good one should make it and post it for all not only for me...
AMeEeRo is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 05-03-2014 , 23:55   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #13

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
Why should they work free for you?

PS: You don't want help, you want someone to do the whole system (plugin + php script).
It is perfectly possible to do this without using same game server, just add a crontab to upload the zip files to correct website :0
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 05-04-2014 , 02:43   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #14

Quote:
Originally Posted by ^SmileY View Post
It is perfectly possible to do this without using same game server, just add a crontab to upload the zip files to correct website :0
I never said it wasn't possible. Also it could be done without a cron job, I did it for a friend like a year ago... But I haven't the binaries.
__________________

Last edited by Neeeeeeeeeel.-; 05-04-2014 at 02:44.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
AMeEeRo
BANNED
Join Date: Dec 2013
Location: Who care ?
Old 05-04-2014 , 02:48   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #15

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
I never said it wasn't possible. Also it could be done without a cron job, I did it for a friend like a year ago... But I haven't the binaries.
I hope you or someone share the best way to do that, and thanks
AMeEeRo is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 05-04-2014 , 13:01   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #16

Try to do it yourself, then share it. You can found all the information you need on Google.
__________________

Last edited by Neeeeeeeeeel.-; 05-04-2014 at 13:02.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 05-04-2014 , 19:14   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #17

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
That script will only work if the gameserver & webserver are in the same server. You have already said that they are in different servers.

When I told you about upload & download, I was talking about an automatical upload from a plugin in your gameserver to the webserver.

I think there is no other way.
That script will only work if the gameserver & webserver are in the same server. You have already said that they are in different servers.

Sounds impossible to me
BUT: a cronjob is better than other plugin because the OS linux has some tools to do this job i think
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 05-04-2014 , 20:07   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #18

Quote:
Originally Posted by ^SmileY View Post
That script will only work if the gameserver & webserver are in the same server. You have already said that they are in different servers.

Sounds impossible to me
BUT: a cronjob is better than other plugin because the OS linux has some tools to do this job i think
Using a cron job it's a bad idea.... you should make a plugin to start-end record, then when "end" function is triggered you send it to the webhosting.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-05-2014 , 02:52   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #19

Quote:
Originally Posted by ^SmileY View Post
That script will only work if the gameserver & webserver are in the same server. You have already said that they are in different servers.

Sounds impossible to me
You can make the script upload the files to a webserver, they do not have to be on the same machine.
You can use two servers if :
  • 1. Server is able to run a script / cronjob which uploads the Files to Server #2.
  • 2. Server has FTP Access.
__________________
Kia is offline
AMeEeRo
BANNED
Join Date: Dec 2013
Location: Who care ?
Old 05-05-2014 , 10:31   Re: HLTV And Auto Record And Demos On Website !
Reply With Quote #20

Quote:
Originally Posted by Kia View Post
You can make the script upload the files to a webserver, they do not have to be on the same machine.
You can use two servers if :
  • 1. Server is able to run a script / cronjob which uploads the Files to Server #2.
  • 2. Server has FTP Access.
I have FTP access for the 2 servers, it's hard or what :\ ?
AMeEeRo is offline
Reply



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:08.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode