Home

incubusServ

kanber_kav

AZvip
Amigo OpenSPA
17 Abr 2009
51
0
0
İncubusCardserv

me plugins hehehehe

http://www.mediafire.com/?sharekey=9a19bdb5bdb9327a1f8e0fff488e27e030b6f340b025c58a5be6ba49b5870170

Source code

/*
* Bu plugini yazan
* DreamVDR
* Geliştirilmeye açık kodtur.
*/
#include <stdio.h>
#include <stdlib.h>

int main(void)
{
FILE *fp1,*fp2;
char birkelime;
char *c;
int a,t,f;
char server[100][255];
a=0;f=0;
fp1 = fopen("cccamserv.conf","r");


do {
birkelime = fgetc(fp1);
if (birkelime != NULL);
if(birkelime =='\r' || birkelime =='\n' )
{birkelime='\n';
server[a][f]= birkelime;
f=0;
a=a+1;
}
else
{server[a][f]= birkelime;
f=f+1;
}
} while (birkelime != '\377' ); /* Dosya sonu */
fclose(fp1);
t=0;

do {

for (t=0;t<a;t++)
{
system("cp incubusCamdorg incubusCamd.cfg");
system("killall -9 incubusCamd.sigma");
printf("%s",server[t]);
DosyaYAZ (server[t]);
system("cp incubusCamd.cfg /camd/OpenXCAS/incubusCamd/incubusCamd.cfg");
system("cd /camd/OpenXCAS/incubusCamd/ && ./incubusCamd.sigma &");
sleep(10);
}
t=0;
} while(1);

}
int DosyaYAZ(char *serveryaz)
{ FILE * pFile;
pFile = fopen ( "incubusCamd.cfg" , "a");
fseek(pFile,0L,SEEK_END);
fprintf (pFile, "%s",serveryaz);
fprintf (pFile,"[Servers]\n");
fprintf (pFile, "%s",serveryaz);
fclose (pFile);
}


screenshotoie.png



screenshot1hnp.png
 

aaom

AZmod
Vip OpenSPA
23 Feb 2009
1.895
26
0
Primer post ...

Gracias por tu aportacion.

¿que es exctamente?

Salud.os
 

kanber_kav

AZvip
Amigo OpenSPA
17 Abr 2009
51
0
0
cccamserv.conf add cccam url addres add and
ftp to /camd folder make incubusServ
add file
and
konsole cd /camd/icubusServ
konsole chmod 755 *
edit cccamserv.conf add cccam url
star
konsole ./incubusServ

auto 10 second incubusCamd.cfg make and incubusCamd.sigma restat
:D
 

tinos

Usuario
Amigo OpenSPA
Forero
26 Mar 2009
52
0
0
Al parecer es algo bueno, luego intentaré usarlo pero parece que permite usar más de un server y mantener el incubuscamd activo si cae, reinicia cada 10 segundos el incubus con un nuevo server si no abre el canal... un buen truco!

De una traducción que han realizado en satpimps de turco a inglés:
Hi Guys
Basicly This is a kind of plugin to use Multiple chistes with incubusCamd,
You should edit cardserv.config file with your Server details and run the plugin thats all
Plugin Creates Conf file for incubusCamd every 10 seconds until it finds the working .conf file
Ofcourse still in Beta Stage
Good Luck
 

fibro40

Usuario
Forero
7 Mar 2009
6
0
0
Me gustaría, saber, si alguno de los expertos estqa utilizando este plugin, y si le funciona correctamente. En ese caso, si no es mucho pedir haber si podeis indicarme a través de Ftp, en que lugar tengo que colocar el fichero y si tengo que editar , alguna linea, darme la indicación adecuada.

Muchas gracias de antemano.
Saludos, sois fenomenales.