按 ‘ 2014年05月17日 ’ 归档

请访问主站 suiyuanjian.com

猛击阅读全文

V5FM成立 外加 Vagex 赚零花钱的详细教程~

V5FM.com 已经正式成立。欢迎大家访问~

配置:

  • 1.到 http://126.am/OQ6yM0 下载 VagexRobot.AllInOne.php
  • 2.修改下面红字部分为你的id和email

if (PHP_SAPI !== ‘cli’) {
die (“This is CLI only version!”);
} else {
$v = new VagexRobot();
$v->set_userid(‘123456‘);
$v->set_youtube_email(aaa@gmail.com‘);

  • 3.debian执行如下命令:
  1. apt-get update && apt-get install php5-cli -y && apt-get install curl libcurl3 libcurl3-dev php5-curl -y && apt-get install screen -y && screen -S vagex
  2. php /root/VagexRobot.AllInOne.php
  •    centos执行如下命令
  1. yum update && yum istall php -y && yum install curl libcurl3 libcurl3-dev php5-curl -y && yum install screen -y && screen -S vagex
  2. php /root/VagexRobot.AllInOne.php
  • 4.Finish

以前没挂过vagex,所以也不是很清楚。。。貌似目前就这样吧。。。重启后好像就没有了。。。

回到顶部~