It appears you have not registered with our community. To register please click here ...

!!

Welcome to Russian Women Discussion - the most informative site for all things related to serious long-term relationships and marriage to a partner from the Former Soviet Union countries!

Please register (it's free!) to gain full access to the many features and benefits of the site. Welcome!

+-

Author Topic: Big Things in Little Tver!!!  (Read 24242 times)

0 Members and 1 Guest are viewing this topic.

Offline Admin

  • Administrator
  • *
  • Posts: 8210
  • Country: us
  • Gender: Male
  • Spouse's Country: No Selection
  • Status: No Selection
  • Trips: > 10
Re: Big Things in Little Tver!!!
« Reply #100 on: December 14, 2006, 04:57:05 PM »
Or simply install fckeditor on the web server and use it - my personal favorite. The HTML interpreter is almost flawless in its translation.

Couple of other possibilities:

FTP Client: Filezilla
PHP Editor (and FTP Client): PSPad

FWIW

- Dan

Offline Rvrwind

  • Commercial Member
  • *****
  • Posts: 1901
  • Gender: Male
Re: Big Things in Little Tver!!!
« Reply #101 on: December 15, 2006, 03:12:27 AM »
Thanks loads guys, I'll look into these & see which is the best way to go.

Kinda stuck today. I think the server is down as I can't even access my site :(
« Last Edit: December 15, 2006, 03:36:33 AM by Rvrwind »
Tver Angels Local and International Introductions
Classy Ladies for Discerning Gentlemen

RVR-Canadian Cowboy
Dyin' is easy, it's livin' thats hard!!!

Offline Bruno

  • Hero Member
  • *****
  • Posts: 3926
  • Gender: Male
Re: Big Things in Little Tver!!!
« Reply #102 on: December 15, 2006, 03:54:57 AM »
Kinda stuck today. I think the server is down as I can't even access my site :(

Yep, your server is down... maybe i have a solution for this...

I have always some server place and my domain name "love-from-russia.be"... maybe i can host a mirror from your site on these domain name... will use rsync for a automatic update weekly...

But first, i need check your code, specialy the link... when they are relatif link, no problem... when they are direct link, it will be a problem
Code: [Select]
example relative link
href='index.php?ind=gallery'
example direct link
href='http://www.russianwomendiscussion.com/index.php?ind=gallery'

With direct link, i need use HTTrack who make a full copy and correct the link... with indirect link, i use rsync and simply download the files who have change or who are added...

Ok, will work on it these week-end, when your server will be working again...

Offline Bruno

  • Hero Member
  • *****
  • Posts: 3926
  • Gender: Male
Re: Big Things in Little Tver!!!
« Reply #103 on: December 15, 2006, 04:06:19 AM »
Or simply install fckeditor on the web server and use it - my personal favorite. The HTML interpreter is almost flawless in its translation.

Couple of other possibilities:

FTP Client: Filezilla
PHP Editor (and FTP Client): PSPad

FWIW

- Dan

In place of a FTP software... if your server support SSH, you can use the open source software Rsync with Cygwin ( Linux-like environment for Windows. It consists of a DLL (cygwin1.dll), which emulates substantial Linux API functionality, and a collection of tools ).
http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=6&MMN_position=23:23

Since you are limited in your upload band and it is enough expensive for you, Rsync is the best :
Quote
Rsync uses the Rsync algorithm which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. At first glance this may seem impossible because the calculation of diffs between two files normally requires local access to both files.

Offline Bruno

  • Hero Member
  • *****
  • Posts: 3926
  • Gender: Male
Re: Big Things in Little Tver!!!
« Reply #104 on: December 15, 2006, 05:50:57 AM »
Have just finish mirrow ( download )  your site... the mirrow software have detected some dead links :

Quote
12:30:09   Error:    "Not Found" (404) at link www.tverangels.com/Under%20Construction.shtml (from www.tverangels.com/index.shtml)
12:30:37   Error:    "Not Found" (404) at link www.tverangels.com/images/Credits-On.gif (from www.tverangels.com/scams.shtml)
12:32:09   Error:    "Not Found" (404) at link www.tverangels.com/images/women18-29/F830043-3.jpg (from www.tverangels.com/F830043.shtml)
12:36:00   Error:    "Not Found" (404) at link www.tverangels.com/images/women18-29/F800053-3.jpg (from www.tverangels.com/F800053.shtml)
12:37:12   Error:    "Not Found" (404) at link www.tverangels.com/sgifts.html (from www.tverangels.com/F630012.shtml)
12:39:51   Error:    "Not Found" (404) at link www.tverangels.com/F880007.html (from www.tverangels.com/F840067.shtml)
12:39:53   Error:    "Not Found" (404) at link www.tverangels.com/F840016.html (from www.tverangels.com/F840067.shtml)
12:39:55   Error:    "Not Found" (404) at link www.tverangels.com/credits.shtml (from www.tverangels.com/F840067.shtml)


Some correction:

- at www.tverangels.com/index.shtml , you have a line with the following code :
Code: [Select]
<td valign="middle" align="center"><a title="FreeSite" href="/Under Construction.shtml " target="_blank">replace the code by
Code: [Select]
<td valign="middle" align="center"><a title="FreeSite" href="/UnderConstruction.shtml " target="_blank">
- at www.tverangels.com/scams.shtml , you have a line with the following code :
Code: [Select]
<body onLoad="MM_preloadImages('images/Home-On.gif','images/PhotGal-On.gif','images/Tver-On.gif','images/Travel-On.gif','images/LocFlowrGift-On.gif','images/InterFlowrGift-On.gif','images/Services-On.gif','images/Register-On.gif','images/Credits-On.gif','images/AboutUs-On.gif','images/Employees-On.gif','images/References-On.gif','images/ContactUs-On.gif','images/FreeSite-On.gif','images/Scams-On.gif')">the "image/Credits-On.gif" don't exist and is not used on the page... so replace the ligne by
Code: [Select]
<body onLoad="MM_preloadImages('images/Home-On.gif','images/PhotGal-On.gif','images/Tver-On.gif','images/Travel-On.gif','images/LocFlowrGift-On.gif','images/InterFlowrGift-On.gif','images/Services-On.gif','images/Register-On.gif','images/AboutUs-On.gif','images/Employees-On.gif','images/References-On.gif','images/ContactUs-On.gif','images/FreeSite-On.gif','images/Scams-On.gif')">
- at www.tverangels.com/F830043.shtml , you have a line with the following code :
Quote
var image2 = new Image(); image1.src = "images/women18-29/F830043-3.jpg";
delete these line... next code...
Code: [Select]
<img height="343" alt="Ksenia" src="images/women18-29/F830043-2small.jpg" width="245" ksenia="image1"></a> <a onclick="image0.src='images/women18-29/F830043-3.jpg';" href="#">
<img style="margin: 0px;" title="Ksenia" height="343" alt="Ksenia" src="/images/Blankpicture1.jpg " width="245"></a>
change it by
Code: [Select]
<img height="343" alt="Ksenia" src="images/women18-29/F830043-2small.jpg" width="245" ksenia="image1"></a>
<img style="margin: 0px;" title="Ksenia" height="343" alt="Ksenia" src="/images/Blankpicture1.jpg " width="245">

- at www.tverangels.com/F800053.shtml , similar problem that the previous one... try to correct the code yourself  :o ;D hint : to place need to be corrected in the page  ::)


- at www.tverangels.com/F630012.shtml , you have a line with the following code :
Code: [Select]
<td class="ContentHeading" align="center" width="50%"><a title="Flowers &amp; Gifts" href="sgifts.html" target="_self">Send replace the code by
Code: [Select]
<td class="ContentHeading" align="center" width="50%"><a title="Flowers &amp; Gifts" href="gifts.html" target="_self">Send
- at www.tverangels.com/F840067.shtml , you have a line with the following code :
Code: [Select]
<td valign="middle" align="center" width="50%"><a title="Olga" href="F880007.html" target="_self">replace the code by
Code: [Select]
<td valign="middle" align="center" width="50%"><a title="Olga" href="F880007.shtml" target="_self">a second one...
Code: [Select]
<td valign="middle" align="center"><a title="Elena" href="F840016.html" target="_self">replace the code by
Code: [Select]
<td valign="middle" align="center"><a title="Elena" href="F840016.shtml" target="_self">one more...
Code: [Select]
<td class="ContentHeading" align="center"><a title="Purchase Credits" href="credits.shtml" target="_self">Send replace the code by
Code: [Select]
<td class="ContentHeading" align="center"><a title="Purchase Credits" href="membership.shtml" target="_self">Send
It is all for now... but it will correct all the "404" error...

Now, i will work on reduce the size of your site... 63.5 mb for a so little site, it is huge... small picture around 400kb is too much... saving them with 75% or 80% quality jpg will reduce them between 50kb and 100kb... my own site was a little more of 50 mb with around 300 girls...

Offline William3rd

  • Commercial Member
  • *****
  • Posts: 1589
  • Country: 00
  • Gender: Male
  • Spouse's Country: No Selection
  • Status: Married 0-2 years
  • Trips: > 10
Most Impressive is your site!!!
« Reply #105 on: December 15, 2006, 06:11:32 AM »
I just took the time to look at your website. AMAZING!!!!!! You have the most comprehensive site I have ever seen. I am not talking about the women on the site-every site has women. The sheer volume of information there makes me want to come visit and go fishing-even if I am not searching for a future mate.

Keep up the good work!!!

Offline Bruno

  • Hero Member
  • *****
  • Posts: 3926
  • Gender: Male
Re: Big Things in Little Tver!!!
« Reply #106 on: December 15, 2006, 08:29:30 AM »
Ok, the mirror is online at http://www.love-from-russia.be

- The 8 "404 error" are corrected on the mirror
- The size of the site is now 16.9 MB in place of 63.5 MB

Don't copy the code from the mirror since the links are indirect links ( only externe link are direct ), that .shtml was automatic changed to .html ( because page are not secure HTML )... so, you need to correct yourself the code on your side ( see previous post ).

Now, the reduce of size is very interesting... 73.38% more small... it mean a site 73.38% more fast for visitor, 73.38% more low hosting expense, 73.38% more low transfer band expense, etc... mainly, i have only open each jpg picture and save it with a quality at 90%... check yourself, the difference of quality between the original ( your site ) and the reduce quality ( the mirror ) is almost nihil.... but the speed for load is very high ( due to optimised size of picture )

Now, two solution are possible for you :
1) I send you via e-mail my loggin and password for my server, you download the picture and upload them to your server ( 1 time 15.7 MB for download, one time 15.7 MB for upload )
2) You send me via e-mail the loogin and password for your server, and i upload the modified picture ( no MB for you but you need to trust me )

Now, when people go to love-from-russia.be , they will find something like the snapshot below...
- The first line is a link to the mirror that i host... with the date of the last mirror executed...
- A disclaimer who explain that i have nothing to make with your business
- A link to your original site ( who is more up-to-date
After 15 second, the page jump directly to the mirror page

You need to decide if you agree with so mirror... i can delete it very fast if you wish...
« Last Edit: December 15, 2006, 08:32:35 AM by Bruno »

Offline Rvrwind

  • Commercial Member
  • *****
  • Posts: 1901
  • Gender: Male
Re: Big Things in Little Tver!!!
« Reply #107 on: December 15, 2006, 02:37:19 PM »
Thanks William...Although I have been ridiculed & chastised from some illiterate people for all the extras on my site I feel they are very helpfull. We don't just cater to men looking for women but to anybody who wants to visit Russia. We have packages & tours that are not even mentioned on the website. What is there is only a taste of what we can provide. Single or married we can make your trip memorable!!!
The fishing here is actually great & to do it with a local & enjoy shashlik & beer or vodka after is just awesome.You can experience the real Russia, not the tourist traps & go home & brag to your friends that you caught fish in Russia!!! How many none Russians can say that, not many I'd wager. I have however have, so don't bother to challenge me, LOL ;D ;D In fact I'm shedualed to go again next weekend, I am a fishing fanatic. The part my wife can't fathom is I don't eat fish & those I go with think I'm nuts cause I throw them back, LOL. I'm a sport fisherman & unless they are extremely rare, size wise, I don't usually keep them. Russians however keep everything they catch!!!
Your welcome to come anytime, I'll set you up with some of the best fishing this side of the pond!!! ;D ;D
Tver Angels Local and International Introductions
Classy Ladies for Discerning Gentlemen

RVR-Canadian Cowboy
Dyin' is easy, it's livin' thats hard!!!

Offline Rvrwind

  • Commercial Member
  • *****
  • Posts: 1901
  • Gender: Male
Re: Big Things in Little Tver!!!
« Reply #108 on: January 29, 2007, 05:25:15 AM »
I find myself once again trying territory I am unfamiliar with & in need of help from the computer experts in our vitual community.
I have installed a hidden chatroom on our site for guys who wish to set up chats with ladies. It is just plain & nothing fancy about it but it is private & can only be used by those I give the URL to.
I have the option of using a PhP chat & I need some advice about the difference between the two. I don't need a complete chat system like on our FreeSite but just a private place I can give the URL to those who set up a time for a chat with a lady.
The other thing I want to do is move our video chat off of the Yahoo system & make it more private.
What can or do I need to do to set up a separate system or whatever for video chat? Can that be accomplished with the PhP chat?
Thanks for your help as always.
Tver Angels Local and International Introductions
Classy Ladies for Discerning Gentlemen

RVR-Canadian Cowboy
Dyin' is easy, it's livin' thats hard!!!

Offline BC

  • Hero Member
  • *****
  • Posts: 13828
  • Country: it
  • Gender: Male
  • Spouse's Country: Russia
  • Status: Married > 10 years
  • Trips: 4 - 10
Re: Big Things in Little Tver!!!
« Reply #109 on: January 29, 2007, 05:38:03 AM »
http://www.userplane.com/ might be something interesting for you.


 

+-RWD Stats

Members
Total Members: 8888
Latest: UA2006
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 546140
Total Topics: 20977
Most Online Today: 1156
Most Online Ever: 194418
(June 04, 2025, 03:26:40 PM)
Users Online
Members: 7
Guests: 1142
Total: 1149

+-Recent Posts

Helpful Russian Lesson(s) by 2tallbill
Today at 11:20:53 AM

The Struggle For Ukraine by 2tallbill
Today at 09:55:43 AM

Re: The Coming Crash by krimster2
Today at 07:14:35 AM

Re: The Struggle For Ukraine by krimster2
Yesterday at 07:17:03 AM

Re: The Struggle For Ukraine by Trenchcoat
Yesterday at 12:16:57 AM

Re: The Struggle For Ukraine by Trenchcoat
June 19, 2025, 09:53:03 PM

Re: The Struggle For Ukraine by krimster2
June 19, 2025, 01:11:49 PM

Re: The Struggle For Ukraine by olgac
June 19, 2025, 12:51:08 PM

Re: The Struggle For Ukraine by krimster2
June 19, 2025, 12:33:15 PM

Re: The Struggle For Ukraine by Trenchcoat
June 19, 2025, 12:20:37 PM

Powered by EzPortal