PDA

View Full Version : expert needed please thanks ..


BARCODE1
12-06-09, 14:10
hi , i need help please if possible or advice ... i have a dm 500 and 600 ,ftp etc dcc..programe.. the problem i have is i would like to bring up scripts of dm box abut image readings of cards etc ..most people i have noticed bring up scripts if they have a problem ... is this script the telnet protcol in dcc...im not to sure ..im sure its debug mode ..but unsure how to do and find scripts .....i would be most grateful if someone could en lighten me ..:y16: im using pli image the latest one thanks ...

satanta
12-06-09, 16:17
I think you require to use a utility such as notepad+ in order to read the text of the scripts.

BARCODE1
12-06-09, 19:37
I think you require to use a utility such as notepad+ in order to read the text of the scripts.

arr right cheers ..so would that be in th C AM EMU.. VAR/BIN:y16:

BARCODE1
12-06-09, 20:08
hi so if i have notepad ++ and set c cam cfg to debug yes .. i will be able to read the scripts .. like i say im not to sure thanks .. most thankful cheers satanta

satanta
13-06-09, 10:04
I think The file Cccam.cfg resides in /var/etc and this can be viewed with notepad++ and this is the file that can be adjusted.

The Cccam files residing in /var/bin are usualy executable files, containing code and not viewable with notepad++ because the code is not using ASCII characters.

BARCODE1
13-06-09, 10:36
I think The file Cccam.cfg resides in /var/etc and this can be viewed with notepad++ and this is the file that can be adjusted.

The Cccam files residing in /var/bin are usualy executable files, containing code and not viewable with notepad++ because the code is not using ASCII characters.

thanks for your help and paitence satanta..yes i have cfg alter for certain reasons .m8 .. all i have certain lines .no scripts . in a way which i can learn more in depth of emu and image etc ..this was the advice i was given ..im a bit confused..soz ..





first: set debug mode in cccam;cfg to ON

second: stop cccam and start it manual in telnet prompt:
go to the dir where cccam is located then:
./cccam -d > folder where you wanna put the log file

example: cd /var/bin
./cccam2.1.0 -d > /var/log/cccam.log

be sure you create first the cccam.log file in that folder, then chmodd 755

otherwise cccam can't write to that file.





I hope i can help you whit this.
i get a bit lost half wat through .. i always thought debug mode gives you all info about images and emu working , in dcc somewhere...sorry if i have confused matters im just trying to learn faster and a bit better lol ..thanks

satanta
13-06-09, 10:52
As I undersand it, a debug file is a log of the activity of the process in question, and it can be managed with trigger points at pre-determined events.

It is usually a software engineers tool.

I personally have not had cause to try to use it.

Good luck with your education on this.

I'ts always good to backup your system first.

Pawnee
13-06-09, 11:27
example: cd /var/bin
./cccam2.1.0 -d > /var/log/cccam.log

This will only give you information on CCcam activity when started from a Telnet session, it creates a log in /var/log.

If using this option on a dm500 you will soon run out of memory, there is no need to use this option unless you are having problems running cccam or need to check a specific detail.

Also different images will store and start cccam in different ways and ./cccam2.1.0 -d > /var/log/cccam.log run command would need to be altered to reflect this.

Do not get this mixed up with debug mode for linux which will be different, all process can be logged if setup but enigma is a cut down version and may not have been implemented by thge team images for general perusal.

BARCODE1
13-06-09, 11:44
yeah i think i have getting a bit mixed up lol ..abit advanced and as you say different images are done differently ..and lack of memory in dm 500 which i use as a test box really its pretty basic .. i supose i have jumped the gun abit .. i just seen these image scripts when people describe logs of cc cam etc or having probs and i was very confused on how to get these scripts if i had a problem in the neaar future..lol ..cheers

Pawnee
13-06-09, 12:24
no problem, if you do have a problem you can also look for pointers here ;)