Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Show Posts
Pages: [1]
1  T35 Hosting Support / Announcements / It's true! on: April 30, 2007, 09:59:03 AM
But  huh ... good, I guess so, that somebody went into my system ... and therefore that the system takes revenge for vulnerabilities. I am sure that the password could not be gotten by nobody. In any case, I thank his fidelity during these years.
I would like to know if they have some log to see if, about « Sent to: Alex Melen on: April 14, 2007, 05:49:46 PM », somebody accessed my account, above-cited.
Now I have erased all of FOLDERS ( there were no files )
I suppose that it was an external attack, that it was dedicated to erasing all of the files ... it has to there have been it note... there were many files. And my web site was visited by a lot of people.
2  T35 Hosting Support / Announcements / I already sent messages to you, and will you not answer me? on: April 30, 2007, 09:25:52 AM
Mi username was enwillyado.t35, and my mail is enwillyado@hotmail.com. The FTP-CLIENT I use is Cute.
3  T35 Hosting Support / Announcements / Re: PHP Upgraded to 5.2.x on: April 24, 2007, 08:11:59 AM
Create me, I saw as they erased files ( very fast ) like it were from your server. Immediately after erasing, I lost the authorized access ( when updating after some second from my FTP-Client ) and neither I could enter by FTP-Web. I were  forwarded in my Web from HTTP to the error 404, since all files were eliminated.

I tried to send the reactivation, and it was useless. Now I can't ask for the lost password. I would like to be able to recover my account, although I no longer will go back to use her with so much dedication as before ( most of all to maintain the favorites that I was getting after these years ).  wink
4  T35 Hosting Support / Announcements / Good Bye! on: April 23, 2007, 03:36:18 PM
After over two years utilizing the fabulous service of t35, two weeks ago that they have erased me the account erasing all of the files without sending me no back up copy ( approximately of 3 to 5 megabytes ) and without warning notification for me; Such and as I accepted in the terms in days gone by.

Thanks to this altercation, now I offer my page Web below my own server, without advertisement and with great quickness ( for the users and for me by the hour to update ) and with the aplomb to not to have that to adhere to no norm imposed by other ones.

Only I wanted to acknowledge the service rendered and that they know that I was here. I will remember you a bit well, although this unpleasant taste of mouth remain at the end. A hug to all. cool
5  T35 Hosting Support / Announcements / Re: PHP Upgraded to 5.2.x on: January 19, 2007, 08:03:55 AM
When the php's version was  updated, my php used the function "fopen" to read the php's the contents of the files.
Right now than the function "fread" is not supported by the new php, we have to change, manually, all of the php that use that invalidated function.
It's my guess that you have some of those shows and that's why do not charge your forum ( I suffered something like that, that he didn't read users' meter and when incrementing it 1 showed up, until now than, when modifying the function, he reads it and increment correctly )
6  T35 Hosting Support / Announcements / Re: PHP Upgraded to 5.2.x on: January 18, 2007, 06:23:33 PM
THE NEXT SCRIPT READS A VARIABLE ($var) FROM A FILE ($fileold) AND IT WRITES THE VARIABLE ($var) IN OTHER FILE ($fileold):
Code:
<?php

// set file to read ($fileold.txt)
$fileold "fileold.txt";
// read file into string
$var file_get_contents($fileold /*or die('Could not read file!')*/ ;

// set file to write ($filenew.txt)
$filenew "filenew.txt";
// write variable into the file
$fp fopen ($filenew,"w");
fwrite ($fp$var);
fclose ($fp);

?>

THE NEXT FUNCTION DON NOT WORK:
Code:
$file = "file.txt";$fileread = fopen ($file,"r");$var = $fileread[0];

When changing codes, all my Web worked !
 cool
7  T35 Hosting Support / Announcements / Re: PHP Upgraded to 5.2.x on: January 18, 2007, 02:19:49 PM
Since the upgraded, the important and frequently used funcion to write and read files have been disabled.

The administrador should re-active them while WE change the php codes.
8  T35 Hosting Support / Announcements / Re: PHP Upgraded to 5.2.x on: January 18, 2007, 11:42:24 AM
Now, this works. I can read the files Smiley but... How can I write files now?

[Rename and others funcions?]
9  T35 Hosting Support / Announcements / Re: PHP Upgraded to 5.2.x on: January 18, 2007, 09:10:48 AM
Never have always been disabled. "fopen" and "fwrite" I have been utilizing them and as of today they have worked .

And how do we use now some to write and to read files from php? What alternatives exist ?
10  T35 Hosting Support / Announcements / Funcion FOPEN/FWRITE on: January 18, 2007, 04:14:49 AM
How can I use the next php funtion: "fopen" ??

I have seen the phpinfo() and "fopen" and "fwrite" are in the disable_functions... why?
Pages: [1]
Powered by SMF | SMF © 2006-2008, Simple Machines LLC