Author
Message
flutterby
Boot
Joined: 23 Nov 2007 Posts: 31 Location: state of confusion
[UPDATE] Addition to J & R Site Something new............ check it out !!
http://www.jenningsandrall.com/html/index.php
Jennings & Rall Limited Time Offer
West of the Mississippi
Please sign up for our limited supply of solar-powered Back Packs and stay connected for upcoming news!
Edit: I "ordered" one with my cell phone number....but I'm east of the Mississippi, so I wonder if they will "notify" me that I can't order.
(Looks like quite the deal, otherwise)
Posted: Sat Jan 19, 2008 6:04 pm
Doug52392
Decorated
Joined: 07 Oct 2007 Posts: 268
You beat me to it! Anyways I can't send my phone number to them (it costs money for the SMS messages)
Posted: Sat Jan 19, 2008 6:16 pm
tigerwoman79
Boot
Joined: 20 Jan 2008 Posts: 11 Location: Florida
Fallout maps?? Jennings and Rall Has anyone noticed that the Fallout news report indicates that they would be integrating the fallout maps that they received showing the affects on the Pacific NW and the Midwest with all available military map databases??
Could this explain the change in the map on the www.ajkin.com ??
Posted: Sun Jan 20, 2008 9:43 am
Jubilus
Decorated
Joined: 10 Aug 2007 Posts: 189
So I got bored and started digging around the site, and ended up in some directories. I don't know if anyone looked around.
This is probably nothing, but thought I'd go ahead and put the following, be wary though, as it could actually be info that is valid somehow:
Spoiler (Rollover to View):
[19-Jan-2008 08:56:36] PHP Parse error: syntax error, unexpected '}' in /home/jenni43/public_html/html/form/order_sent.php on line 38
[19-Jan-2008 08:57:49] PHP Warning: main(../admin/includes/con_g_form.php) [<a>function.main</a>]: failed to open stream: No such file or directory in /home/jenni43/public_html/html/form/order_sent.php on line 13
[19-Jan-2008 08:57:49] PHP Warning: main() [<a>function.include</a>]: Failed opening '../admin/includes/con_g_form.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jenni43/public_html/html/form/order_sent.php on line 13
[19-Jan-2008 08:57:49] PHP Warning: mysql_query() [<a>function.mysql-query</a>]: Access denied for user 'jenni43'@'localhost' (using password: NO) in /home/jenni43/public_html/html/form/order_sent.php on line 55
[19-Jan-2008 08:57:49] PHP Warning: mysql_query() [<a>function.mysql-query</a>]: A link to the server could not be established in /home/jenni43/public_html/html/form/order_sent.php
Posted: Fri Jan 25, 2008 3:42 pm
Doug52392
Decorated
Joined: 07 Oct 2007 Posts: 268
I found that to
Jubilus wrote:
So I got bored and started digging around the site, and ended up in some directories. I don't know if anyone looked around.
This is probably nothing, but thought I'd go ahead and put the following, be wary though, as it could actually be info that is valid somehow:
Spoiler (Rollover to View):
[19-Jan-2008 08:56:36] PHP Parse error: syntax error, unexpected '}' in /home/jenni43/public_html/html/form/order_sent.php on line 38
[19-Jan-2008 08:57:49] PHP Warning: main(../admin/includes/con_g_form.php) [<a>function.main</a>]: failed to open stream: No such file or directory in /home/jenni43/public_html/html/form/order_sent.php on line 13
[19-Jan-2008 08:57:49] PHP Warning: main() [<a>function.include</a>]: Failed opening '../admin/includes/con_g_form.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jenni43/public_html/html/form/order_sent.php on line 13
[19-Jan-2008 08:57:49] PHP Warning: mysql_query() [<a>function.mysql-query</a>]: Access denied for user 'jenni43'@'localhost' (using password: NO) in /home/jenni43/public_html/html/form/order_sent.php on line 55
[19-Jan-2008 08:57:49] PHP Warning: mysql_query() [<a>function.mysql-query</a>]: A link to the server could not be established in /home/jenni43/public_html/html/form/order_sent.php
Thats an Apache error_log file. All the stuff you see in that file are programming errors PHP has reported to Apache (the web server program). Interestingly enough, I found some stuff from this the day the new pruchace thing came:
jenni43 is a user on the server, so going to http://jenningsandrall.com/~jenni43 works, but redirects automaticly
http://jenningsandrall.com/admin/images <-- found that one when I noticed a common folder in all the places on the server: a folder called image. Most of the imgaes there are in French (I think), and the biggest file has a picture of the world with dots everywhere
Posted: Sat Jan 26, 2008 11:04 am
GenPatton43
Veteran
Joined: 15 Nov 2007 Posts: 116
Re: I found that to Any idea what the images are from?
Doug52392 wrote:
Jubilus wrote:
So I got bored and started digging around the site, and ended up in some directories. I don't know if anyone looked around.
This is probably nothing, but thought I'd go ahead and put the following, be wary though, as it could actually be info that is valid somehow:
Spoiler (Rollover to View):
[19-Jan-2008 08:56:36] PHP Parse error: syntax error, unexpected '}' in /home/jenni43/public_html/html/form/order_sent.php on line 38
[19-Jan-2008 08:57:49] PHP Warning: main(../admin/includes/con_g_form.php) [<a>function.main</a>]: failed to open stream: No such file or directory in /home/jenni43/public_html/html/form/order_sent.php on line 13
[19-Jan-2008 08:57:49] PHP Warning: main() [<a>function.include</a>]: Failed opening '../admin/includes/con_g_form.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jenni43/public_html/html/form/order_sent.php on line 13
[19-Jan-2008 08:57:49] PHP Warning: mysql_query() [<a>function.mysql-query</a>]: Access denied for user 'jenni43'@'localhost' (using password: NO) in /home/jenni43/public_html/html/form/order_sent.php on line 55
[19-Jan-2008 08:57:49] PHP Warning: mysql_query() [<a>function.mysql-query</a>]: A link to the server could not be established in /home/jenni43/public_html/html/form/order_sent.php
Thats an Apache error_log file. All the stuff you see in that file are programming errors PHP has reported to Apache (the web server program). Interestingly enough, I found some stuff from this the day the new pruchace thing came:
jenni43 is a user on the server, so going to http://jenningsandrall.com/~jenni43 works, but redirects automaticly
http://jenningsandrall.com/admin/images <-- found that one when I noticed a common folder in all the places on the server: a folder called image. Most of the imgaes there are in French (I think), and the biggest file has a picture of the world with dots everywhere
I haven't seen them anywhere on theJ&R site.
Posted: Sat Jan 26, 2008 1:37 pm
ThatPoshGirl
Boot
Joined: 20 Nov 2007 Posts: 49
This is... weird. One of those images: http://jenningsandrall.com/admin/images/img_top_left.gif appears to be the logo for this company http://www.rswinc.com/2007/page_career.php?id=2&langue=en but as far as I can tell that company is not IG.
Posted: Sat Jan 26, 2008 1:44 pm
norsu2
Guest
lets do a who is lookup on that site -
Thats a Canadian company sure doing what J&R would be doing. And map is a lot like map on rsw website.....
Posted: Sat Jan 26, 2008 2:24 pm
ThatPoshGirl
Boot
Joined: 20 Nov 2007 Posts: 49
The domain name has been registered since 1996. I really don't think it is IG.
Posted: Sat Jan 26, 2008 2:32 pm
macfoo
Greenhorn
Joined: 23 Jan 2008 Posts: 6
i'm guessing the jericho/arg writers used the site as a sort of model or inspiration as to how to put together the J&R site...
Posted: Sat Jan 26, 2008 2:49 pm
Doug52392
Decorated
Joined: 07 Oct 2007 Posts: 268
It's locked down They just deleted all the pictures from the folder, and made it non-browsable.I did, however, download all the contents of the folders, including all the pictures if anyone needs them.
Posted: Sat Jan 26, 2008 5:01 pm
TatorsDad
Boot
Joined: 19 Nov 2007 Posts: 27
wow! whoever is maintaining the ARG's website sure did react quickly to the image info!
They are watching us....
Posted: Sun Jan 27, 2008 1:38 am
booba
Unfettered
Joined: 09 Mar 2007 Posts: 603
TatorsDad wrote:
wow! whoever is maintaining the ARG's website sure did react quickly to the image info!
They are watching us....
Its just as much fun (or maybe more) for them to read this stuff as it is for us.
Posted: Sun Jan 27, 2008 2:14 pm
tygr20
Unfettered
Joined: 13 Apr 2007 Posts: 536 Location: New Albany IN(READ: Louisville KY)
Re: It's locked down
Doug52392 wrote:
They just deleted all the pictures from the folder, and made it non-browsable.I did, however, download all the contents of the folders, including all the pictures if anyone needs them.
Doug- it's probably benefit to upload the images to a photobucket account, or at least to the wiki over at despoiler. If you get a chance
_________________Followed Nate, couldn't find Tom Tooman, anyone got any good leads for someone else to
stalk
help?
Playing: DMI
Lurking:
On the Twitter, Bkite, and 12Seconds.tv
www.tygr20.com
Posted: Mon Jan 28, 2008 7:33 am
flutterby
Boot
Joined: 23 Nov 2007 Posts: 31 Location: state of confusion
[UPDATE] J&R Community - Trish's Blog They gave us something new http://www.jenningsandrall.com/html/index.php?p=t2
New entry on J & R ...... called "Trish's Blog"
Check it out.
Posted: Tue Jan 29, 2008 5:23 pm
Display posts from previous: All Posts 1 Day 1 Week 2 Weeks 1 Month 3 Months 6 Months 1 Year Sort by: Post Time Post Subject Author Ascending Descending