Variable Posted March 18, 2007 Share Posted March 18, 2007 I can not seem to view the PB Screenshots. Can anyone point me to the right direction. Cheers! Link to comment Share on other sites More sharing options...
ntburchf Posted March 18, 2007 Share Posted March 18, 2007 In what exaclty? http? ftp ? etc if you are talking about the pbss page the punkbuster makes, you have to create a website and or alias to view them- you talking about something like this? http://70.87.146.68/70.87.146.68/ Link to comment Share on other sites More sharing options...
Variable Posted March 18, 2007 Author Share Posted March 18, 2007 BINGO! Yes sir! Link to comment Share on other sites More sharing options...
Variable Posted March 18, 2007 Author Share Posted March 18, 2007 Ummm... How? Link to comment Share on other sites More sharing options...
ntburchf Posted March 18, 2007 Share Posted March 18, 2007 Linux or windows? Apache or IIS and is PB already setup to do the screenshots, ie do they exist in the /System/pb/svss dir already? Link to comment Share on other sites More sharing options...
Variable Posted March 18, 2007 Author Share Posted March 18, 2007 Windows, Apache... pb is setup I think. Link to comment Share on other sites More sharing options...
ntburchf Posted March 18, 2007 Share Posted March 18, 2007 Just edit the /etc/httpd/httpd.conf create a virtual host NameVirtualHost 74.52.1.1:80 <VirtualHost 74.52.1.1> ServerAdmin me@some_domain.com DocumentRoot /usr/local/some_dir/instances/guns ServerName 74.52.1.1 ErrorLog logs/74.52.1.1-error_log CustomLog logs/74.52.1.1-access_log common ServerAlias 74.52.1.1 DirectoryIndex album.php Alias /74.52.1.1/ "/usr/local/some_dir/guns/74_52_1_1/System/pb/svss/" <Directory "/usr/local/some_dir/guns/74_52_1_1/System/pb/svss/"> Options FollowSymLinks Indexes MultiViews AllowOverride None Order Allow,Deny Allow from all DirectoryIndex pbsvss.htm </Directory> </VirtualHost> Just a quick example, but you'll get the idea. Link to comment Share on other sites More sharing options...
swish Posted March 18, 2007 Share Posted March 18, 2007 Is there a way to do this automatically on install? Right now Im just adding each to IIS...maybe EFC someone can shed some light. Link to comment Share on other sites More sharing options...
ntburchf Posted March 19, 2007 Share Posted March 19, 2007 if it was linux you could do a perl + grep and pretty much do what ever you wanted to do. me, still totally lost in windoz I just do it by and in windoz. Link to comment Share on other sites More sharing options...
ECF Posted March 19, 2007 Share Posted March 19, 2007 Only thing you can do is setup virtual directories and point them to the folders that contain the PB screenshots in them. Link to comment Share on other sites More sharing options...
Variable Posted April 2, 2007 Author Share Posted April 2, 2007 Only thing you can do is setup virtual directories and point them to the folders that contain the PB screenshots in them. How do I setup a virtual directory? Link to comment Share on other sites More sharing options...
ntburchf Posted April 2, 2007 Share Posted April 2, 2007 See my post back on page 1 of this topic. That's all you need to do.. (if your still running apache) If all else fails http://httpd.apache.org/docs/2.2/vhosts/ Link to comment Share on other sites More sharing options...
Variable Posted April 4, 2007 Author Share Posted April 4, 2007 See my post back on page 1 of this topic. That's all you need to do.. (if your still running apache) If all else fails http://httpd.apache.org/docs/2.2/vhosts/ Oops... I running IIS not Apache. Sorry. Link to comment Share on other sites More sharing options...
ECF Posted April 4, 2007 Share Posted April 4, 2007 Open the IIS manager and create a new Website or Virtual directory and point the path to the PBSS folder for the gameserver. Link to comment Share on other sites More sharing options...
Variable Posted April 4, 2007 Author Share Posted April 4, 2007 Would I have to do this for every new AA game server I create? Link to comment Share on other sites More sharing options...
Variable Posted April 4, 2007 Author Share Posted April 4, 2007 Just edit the /etc/httpd/httpd.conf create a virtual host NameVirtualHost 74.52.1.1:80 <VirtualHost 74.52.1.1> ServerAdmin me@some_domain.com DocumentRoot /usr/local/some_dir/instances/guns ServerName 74.52.1.1 ErrorLog logs/74.52.1.1-error_log CustomLog logs/74.52.1.1-access_log common ServerAlias 74.52.1.1 DirectoryIndex album.php Alias /74.52.1.1/ "/usr/local/some_dir/guns/74_52_1_1/System/pb/svss/" <Directory "/usr/local/some_dir/guns/74_52_1_1/System/pb/svss/"> Options FollowSymLinks Indexes MultiViews AllowOverride None Order Allow,Deny Allow from all DirectoryIndex pbsvss.htm </Directory> </VirtualHost> Just a quick example, but you'll get the idea. Do I still use the same code above for IIS? Link to comment Share on other sites More sharing options...
ECF Posted April 4, 2007 Share Posted April 4, 2007 No, that code is for apache. Link to comment Share on other sites More sharing options...
ntburchf Posted April 4, 2007 Share Posted April 4, 2007 Do I still use the same code above for IIS? No-- That's only for apache (httpd.conf) file. I IIs it's just point and click. create a website name (use IP) IP (chose the IP) point to main dir (c:\userfiles\some_user) that creates the main site then pick that site you just created add virt dir (alais dir) name would be IP point to :c\userfiles\user\game\tcxxxxx\system\pb\svss you'll end up with a website like http://75.126.154.198/index.htm (main site) then for the alais it would be http://75.126.154.198/75.126.154.198 which loads the pbsvss.htm file and yes, you have to do it for each site. so if you have 20 sites on the box you'll need to do this 20 times. unless you create 1 main site with 19 alias dirs then it would be like http://75.126.154.198/ <--main site http://75.126.154.198/75.126.154.191 <-- alais http://75.126.154.198/75.126.154.192 <-- alais http://75.126.154.198/75.126.154.193 <-- alais http://75.126.154.198/75.126.154.194 <-- alais http://75.126.154.198/75.126.154.195 <-- alais etc etc but 99% of the peeps that do aao are used to the http://ip.ip.ip.ip/ip.ip.ip but your choice.. Link to comment Share on other sites More sharing options...
Variable Posted April 4, 2007 Author Share Posted April 4, 2007 Thank you! How do I set a limit of screenshots and the oldest would be replace with the new ones after let's say 100? Link to comment Share on other sites More sharing options...
ECF Posted April 4, 2007 Share Posted April 4, 2007 It automatically goes to a certain numer then starts replacing the oldest ones. NTBurchF can most likely give you that magic numer it starts over at. Link to comment Share on other sites More sharing options...
ntburchf Posted April 4, 2007 Share Posted April 4, 2007 That's done in the pbsv.cfg file If you need help on all this pb / aao etc best place to get it http://www.aaserveradmins.com/index.php you'll find almost all your pb questions already answered if not, im -=DoW=- Acedeal over there. Nothing but AAO + PB on that forum Link to comment Share on other sites More sharing options...
Variable Posted April 6, 2007 Author Share Posted April 6, 2007 Awesome. Thanks bro! Link to comment Share on other sites More sharing options...
ntburchf Posted April 8, 2007 Share Posted April 8, 2007 Thank you! How do I set a limit of screenshots and the oldest would be replace with the new ones after let's say 100? If you did not find it, it's set here ; Settings for PB- ScreenShots pb_sv_autoss 1 pb_sv_autossfrom 300 to 600 pb_sv_autossto 600 to 1200 pb_sv_ssFloor 1 pb_sv_ssCeiling 1000 pb_sv_ssWidth 800 pb_sv_ssHeight 600 pb_sv_ssXpct 45 pb_sv_ssYpct 40 pb_sv_ssSrate 2 pb_sv_ssDelay 1 would be this line pb_sv_ssCeiling 1000 Link to comment Share on other sites More sharing options...
ntburchf Posted April 9, 2007 Share Posted April 9, 2007 PS-- That does not mean go over and advert your site(s) on a site I run -- Come on now.. If you want AAO help it's one thing. But don't abuse it, unless you want 100's) peeps posting my adds on your site.. I did not invite you to to post your adds, I invited you to ask questions about aao/pb (kinda lame that 3 people from here hit my site and post their adverts..).. Not going to get into a pissing match about this, I'm pretty sure I can piss higher. But if you want my help or advice, next time at least use some vasaline, or have the common decency to give me a reach around.. end of rant... Link to comment Share on other sites More sharing options...
swish Posted April 9, 2007 Share Posted April 9, 2007 I must of missed something....lol Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.