WAMPSERVER / Localhost error

ITS A SCAM !

Regular Member
My Satellite Setup
Oscam Debian dedicated server
Sempron 3000+ 1.5gb ram
Omnikey 3121 USB reader
Smargo Smartreader+
Technomate TM-600 pvr
Technomate TM-2300 Super
85cm Dish 0.1 lnb
Dreambox DM500s Clone
Spiderbox HD7000
My Location
United Kingdom
I was given instructions via MSN on how to use my pc to see my Dreambox peers etc. I downloaded WAMPSERVER, and after altering some lines within this programme i was able to access my Dreambox. I do get a lot of time out errors when attempting to access this feature...The error states the folowing

Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\common.php on line 303

Has anyone had this problem before ?? And is it possible that somewhere a alteration can be made to ensure a connection everytime ??

Kindest regards
 
Ok, maybe this is a programme that not many people use ?? Can anyone suggest a piece of software that i can use to access my Dreambox ?? All i want to do is get a breakdown of who is sharing etc
 
ok..

Try this.. Just paste this into your browser.. you will see all the details you need..

Just change the stars to you dreambox ip

_http://192.168.*.**:16001/activeclients

Hope this helps
 
Many thanks for the advice...i have done what you said, and it does work !! However it seems preety basic, and there still seems to be a delay in gathering the information ( i assume this is because the cpu inside the dm500s is not that fast ? ). I have been looking at Cccam control centre v1.5 software, but it will not run after its been installed. I get a strange error displayed on screen. can anyone shed some light on this error ??

Kindest regards
 

Attachments

  • CCcam control centre error.webp
    CCcam control centre error.webp
    11.7 KB · Views: 70
It is basic.. but all the info you need is there..

When i had my 500s i also used CCcam info V1.0 on nabilo image

Worked every time
 
Yes mate....i have got all the info i need, just a little bit of colour wouldn't go a miss...lol....Many thanks for your help :)
 
I dont have access to my CCcamInfoPHP files at the minute, but you can change the timeout value to something more than 30secs in one of the PHP files.

The timing out is normall enough, there is quite a lot of information being gathered by CCcamInfoPHP which can take some time.

I wouldnt hit the update button on it too often, it sends out queries to your peers boxes which some peers dont like, some people block your share temporarily if they get too many of these bad requests.

One update a day would be enough as long as you dont keep restarting CCcam.

CCcamInfoPHP is more of a tool for gathering stats on your peers over a longer time period, where as the CCcam web if mentioned by steve will give you a live view of whats going on.

PS: Wamp is just a HTTP server that runs on your PC, its actually CCcamInfoPHP that does all the stat gathering.

I use a combination of Xampp and CCcamInfoPHP rather than Wamp.
 
Thanks for ther input compufunk...i am learnig everyday. I though that there must be a line somewhere regarding the 30 second timeout...but i cannot locate it within the php file. I had all intentions of altering it myself. Can you possibly tell me how to get Xampp running withCccamInfoPHP ? Just to see if there is much difference in speed etc..?? Kindest regards
 
ITS A SCAM ! said:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\common.php on line 303
Open that file and right at the start there is <?php. On the next line put:
Code:
ini_set("max_execution_time", "0");
 
many thanks for the help....I shall insert that line straight away and give it a try.....Once again, Thank you very much
 
Back
Top