User
Pass
2FA
 
 

Putin ajutor?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash -> Programming / Scripting / Database
Author Message2081
Reyes

[Assasin]



Status: Offline
(since 26-01-2021 06:34)
Joined: 03 Apr 2007
Posts: 4994, Topics: 443
Location: wAr3.FreaKz.ro

Reputation: 929.9
Votes: 80

     
Post Posted: 11-09-2009, 18:47:39 | Translate post to: ... (Click for more languages)

Mi-am facut un tracker . Totul este perfect inafara de o mica eroare.
Cand dau la recover ma pune sa bag e-mailul . Il bag , dau submit si apare aceasta eroare - .

Code:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'root'@'localhost' (using password: NO) in /home/hosting/123/blabla/include/bittorrent.php on line 441

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/hosting/123/blabla/include/bittorrent.php on line 441
Access denied for user 'root'@'localhost' (using password: NO)


Treaba este ca totul se comporta normal . Adica primesc email sa schimb parola -

Stie cineva ce as putea sa fac sa nu mai apara eroarea aia?

Multumesc!




0 0
  
Back to top
View user's profile Send private message
*0ranGe ! extrem

[I ❤ MY POLO!]



Status: Offline
(since 11-12-2017 12:06)
Joined: 01 Jul 2007
Posts: 11419, Topics: 191
Location: Romania

Reputation: 683.4
Votes: 117

   
Post Posted: 12-09-2009, 09:03:11 | Translate post to: ... (Click for more languages)

Hmm, cred ca eroarea asta rezulta de la .htacces, nu sunt sigur Thinking


0 0
  
Back to top
View user's profile Send private message
Sev
[Banned user]


Banned


Status: Offline
(since 06-09-2015 21:16)
Joined: 07 Aug 2009
Posts: 75, Topics: 3
Location: Romania

Reputation: 5.8
Votes: 17

Post Posted: 12-09-2009, 11:30:51 | Translate post to: ... (Click for more languages)

Pai din cate vad eu, functia de mail nu se poate conecta la baza de date :\
incearca sa faci alt user la baza de date si sa-i dai acces si parola, dupa care modifici userul si parola,
si asa, 'root' cu nici o parola nu e deloc recomandat

0 0
  
Back to top
View user's profile Send private message
Reyes

[Assasin]



Status: Offline
(since 26-01-2021 06:34)
Joined: 03 Apr 2007
Posts: 4994, Topics: 443
Location: wAr3.FreaKz.ro

Reputation: 929.9
Votes: 80

     
Post Posted: 12-09-2009, 12:39:56 | Translate post to: ... (Click for more languages)

Sev wrote:
Pai din cate vad eu, functia de mail nu se poate conecta la baza de date :\
incearca sa faci alt user la baza de date si sa-i dai acces si parola, dupa care modifici userul si parola,
si asa, 'root' cu nici o parola nu e deloc recomandat


Dar eu cred ca se conecteaza deoarece primesc email in care imi zice sa dau click pe un link daca vreau sa schimb parola ...




0 0
  
Back to top
View user's profile Send private message
Sev
[Banned user]


Banned


Status: Offline
(since 06-09-2015 21:16)
Joined: 07 Aug 2009
Posts: 75, Topics: 3
Location: Romania

Reputation: 5.8
Votes: 17

Post Posted: 12-09-2009, 12:47:48 | Translate post to: ... (Click for more languages)

mai exact ce e pe linia 441 in bittorrent.php?
0 0
  
Back to top
View user's profile Send private message
Reyes

[Assasin]



Status: Offline
(since 26-01-2021 06:34)
Joined: 03 Apr 2007
Posts: 4994, Topics: 443
Location: wAr3.FreaKz.ro

Reputation: 929.9
Votes: 80

     
Post Posted: 12-09-2009, 13:14:21 | Translate post to: ... (Click for more languages)

Sev wrote:
mai exact ce e pe linia 441 in bittorrent.php?


Code:
    ($r = mysql_query("SELECT uri FROM stylesheets WHERE id=1")) or die(mysql_error());




0 0
  
Back to top
View user's profile Send private message
*0ranGe ! extrem

[I ❤ MY POLO!]



Status: Offline
(since 11-12-2017 12:06)
Joined: 01 Jul 2007
Posts: 11419, Topics: 191
Location: Romania

Reputation: 683.4
Votes: 117

   
Post Posted: 12-09-2009, 13:55:11 | Translate post to: ... (Click for more languages)

Next time mai multe detalii, posteaza tot scriptul ca sa putem vedea linia, mi-am adus aminte de eroare cand am vazut linia, i-am dat un tutorial pe mess, sper sa te ajute.


0 0
  
Back to top
View user's profile Send private message
Reyes

[Assasin]



Status: Offline
(since 26-01-2021 06:34)
Joined: 03 Apr 2007
Posts: 4994, Topics: 443
Location: wAr3.FreaKz.ro

Reputation: 929.9
Votes: 80

     
Post Posted: 12-09-2009, 16:17:06 | Translate post to: ... (Click for more languages)

*0ranGe ! extrem wrote:
Next time mai multe detalii, posteaza tot scriptul ca sa putem vedea linia, mi-am adus aminte de eroare cand am vazut linia, i-am dat un tutorial pe mess, sper sa te ajute.


Nu e aceeasi linie cred. Oricum aia e pentru a folosi teme de la torrent strike . Temele care sunt pe ftp sunt de tbdev - .

Alta idee?




0 0
  
Back to top
View user's profile Send private message
Sev
[Banned user]


Banned


Status: Offline
(since 06-09-2015 21:16)
Joined: 07 Aug 2009
Posts: 75, Topics: 3
Location: Romania

Reputation: 5.8
Votes: 17

Post Posted: 12-09-2009, 17:31:38 | Translate post to: ... (Click for more languages)

stylesheets - are ceva legatura cu tema

Totusi ma gandesc ca ai putea sa stergi
Code:
or die(mysql_error())

si ar putea sa-ti dispara eroarea.. dar tot nu ar fi reparata problema din cauza careia a aparut

0 0
  
Back to top
View user's profile Send private message
Reyes

[Assasin]



Status: Offline
(since 26-01-2021 06:34)
Joined: 03 Apr 2007
Posts: 4994, Topics: 443
Location: wAr3.FreaKz.ro

Reputation: 929.9
Votes: 80

     
Post Posted: 12-09-2009, 18:00:32 | Translate post to: ... (Click for more languages)

Sev wrote:
stylesheets - are ceva legatura cu tema

Totusi ma gandesc ca ai putea sa stergi
Code:
or die(mysql_error())

si ar putea sa-ti dispara eroarea.. dar tot nu ar fi reparata problema din cauza careia a aparut


Am incercat ... nu dispare -




0 0
  
Back to top
View user's profile Send private message
*0ranGe ! extrem

[I ❤ MY POLO!]



Status: Offline
(since 11-12-2017 12:06)
Joined: 01 Jul 2007
Posts: 11419, Topics: 191
Location: Romania

Reputation: 683.4
Votes: 117

   
Post Posted: 13-09-2009, 08:42:11 | Translate post to: ... (Click for more languages)

Iti spun eu ca aia e rezolvarea, esti sigur ca ai facut tot ceea ce ziceau in tutorial ? -


0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash -> Programming / Scripting / Database  


The time now is 29-04-2024, 03:37:26
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x