PinoyDevForum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeLatest imagesSearchRegisterLog in

 

 [ HELP ] request PHP for my web..

Go down 
+2
SeraphiPod
Practiz
6 posters
AuthorMessage
Practiz
Tenderfoot
Tenderfoot



Number of posts : 5
Age : 33
Location : Laguna
What Development you are good? : RanOnline
Registration date : 2008-09-28

[ HELP ] request PHP  for my web.. Empty
PostSubject: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeMon Sep 29, 2008 1:59 pm

hello abry, seph, saifer good day
as on my title my php on my web doest work..
hope can i request ur PHP to work my webpage..
coz my web no image..

thx guys!!!

i hope soon i can share my owned work also.. thx!!!
more power to PDF
Back to top Go down
SeraphiPod
Member
Member
SeraphiPod


Number of posts : 115
Age : 27
Location : Not Interested
What Development you are good? : Not Interested
Registration date : 2008-09-27

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeMon Sep 29, 2008 2:14 pm

picture d0es n0t exist?
or wrong l0cation.
Back to top Go down
jeyci
Supervisors
Supervisors
jeyci


Number of posts : 134
Age : 31
Location : ph !@#$%^&*()
What Development you are good? : Why Do U Ask?
Registration date : 2008-09-28

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeMon Sep 29, 2008 2:18 pm

yah. u may want to show us ur php codes here.
maybe ur images folder is misplaced
Back to top Go down
Seifer13
Administrator
Administrator
Seifer13


Number of posts : 372
Age : 29
Location : Guma0k Central, SJDM, Bulacan
What Development you are good? : RaN ONline
Registration date : 2008-09-27

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeMon Sep 29, 2008 7:15 pm

yah jeyci is right maybe the image folder is misplaced
Back to top Go down
http://omegarebirth.net63.net/
Seifer13
Administrator
Administrator
Seifer13


Number of posts : 372
Age : 29
Location : Guma0k Central, SJDM, Bulacan
What Development you are good? : RaN ONline
Registration date : 2008-09-27

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeMon Sep 29, 2008 10:53 pm

so... what's the point?
Back to top Go down
http://omegarebirth.net63.net/
Practiz
Tenderfoot
Tenderfoot



Number of posts : 5
Age : 33
Location : Laguna
What Development you are good? : RanOnline
Registration date : 2008-09-28

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeTue Sep 30, 2008 2:44 pm

hi guys sorry for the late reply here the ss :
[ HELP ] request PHP  for my web.. Error1web



i all so check the fuction.php on the line 40 sory but i dont know what i going to change it?
or what i can donfig so to run my website smoothly pls help me guys!! here the ss for my fuction.php
// Edited By Austhistikated
// RageZone & PDF Team
// All Rights Reserved.
// Copyright 2008.
function checkcookie($where, $cookieuser, $cookiepass, $dbname, $sqladdress, $sqluser, $sqlpass) {
connectdb($dbname,$sqladdress, $sqluser, $sqlpass);
if($where==0) {
$result = mssql_query(sprintf(SELECT_USER_PASS, $cookieuser));
$rows=mssql_num_rows($result);
if ($rows>0) {
$rows=mssql_fetch_assoc($result);
extract($rows);
$password = ($UserPass);
if ($password == $cookiepass) {
quickrefresh('home.php');
} else {
resetcookies();
}
} else {
resetcookies();
}
} elseif($where==1) {
$result = mssql_query(sprintf(SELECT_USER_PASS, $cookieuser));
$rows=mssql_num_rows($result);
if ($rows>0) {
$rows=mssql_fetch_assoc($result);
extract($rows);
$password = ($UserPass);
if($password != $cookiepass) {
notloggedin();
}
} else {
notloggedin();
}
}
}

function connectdb($db, $dbaddress, $dbuser, $dbpass) {
$dbconnect = mssql_connect ($dbaddress, $dbuser, $dbpass);
mssql_select_db ($db, $dbconnect) or die (mysql_error());
}

here my pls check my config.php if right?

// Edited By Austhistikated
// RageZone & PDF Team
// All Rights Reserved.
// Copyright 2008.
$CONFIG['servername'] = "JDR_RAN";//Web Name
$CONFIG['dbaddress'] = "PC\SQLEXPRESS";//DB IP
$CONFIG['dbuser'] = "sa";//DB ID
$CONFIG['dbpass'] = "1234";//DB PASS
$CONFIG['dbdbname'] = "RanUser";
$CONFIG['dbdbname1'] = "RanGame1";
$CONFIG['dbdbname2'] = "RanShop";
$CONFIG['registration'] = "1";
$CONFIG['maxaccounts'] = "0";
$CONFIG['maxemail'] = "1";
$CONFIG['email'] = "0";
$CONFIG['emailaddress'] = "";

here guys of hope we can solve it the problem many thx again guys


Last edited by Practiz on Tue Sep 30, 2008 10:16 pm; edited 1 time in total
Back to top Go down
SeraphiPod
Member
Member
SeraphiPod


Number of posts : 115
Age : 27
Location : Not Interested
What Development you are good? : Not Interested
Registration date : 2008-09-27

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeTue Sep 30, 2008 5:01 pm

Nothing is on function,
it's on ur config.


u n33d to b mixed
Back to top Go down
Abry
Administrator
Administrator
Abry


Number of posts : 263
Age : 29
Location : Earth
What Development you are good? : All
Registration date : 2008-09-27

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeTue Sep 30, 2008 6:36 pm

the pic is deleted?
Back to top Go down
https://pinoymmorpg.forumotion.com
Practiz
Tenderfoot
Tenderfoot



Number of posts : 5
Age : 33
Location : Laguna
What Development you are good? : RanOnline
Registration date : 2008-09-28

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeTue Sep 30, 2008 10:20 pm

SeraphiPod wrote:
Nothing is on function,
it's on ur config.


u n33d to b mixed

thx for the reply what config do i need to change ... u mean there a wrong on my config.php i show on the ss:?


bry: here the SS:

[ HELP ] request PHP  for my web.. Error1web

thx guys!!!
Back to top Go down
marlo15
Member
Member
marlo15


Number of posts : 108
Age : 33
Location : Cebu City
What Development you are good? : Ran Online
Registration date : 2008-09-28

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeTue Sep 30, 2008 10:26 pm

DL this Php.ini and overwrite in your php.ini in Php files and paste in Window!!!!!

http://www.mediafire.com/download.php?ji1yqwgxcs4



and also Dl this and extract to your htdocs and rename it change to your ran name.

http://www.mediafire.com/download.php?agb9c1eytv4
Back to top Go down
Practiz
Tenderfoot
Tenderfoot



Number of posts : 5
Age : 33
Location : Laguna
What Development you are good? : RanOnline
Registration date : 2008-09-28

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeWed Oct 01, 2008 10:16 am

thx for the reply marlo15 i made all what you said: i download it .. of course i'll change the config.php the was u given.. but still i got and eror:
can u pls tells me what was error is this

here the ss

[ HELP ] request PHP  for my web.. Error2


thx again and good morning
Back to top Go down
Seifer13
Administrator
Administrator
Seifer13


Number of posts : 372
Age : 29
Location : Guma0k Central, SJDM, Bulacan
What Development you are good? : RaN ONline
Registration date : 2008-09-27

[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitimeWed Oct 01, 2008 10:57 am

ehehehhe root of a flames, Posts deleted.

btw. can you add me in yM Practiz?
Back to top Go down
http://omegarebirth.net63.net/
Sponsored content





[ HELP ] request PHP  for my web.. Empty
PostSubject: Re: [ HELP ] request PHP for my web..   [ HELP ] request PHP  for my web.. Icon_minitime

Back to top Go down
 
[ HELP ] request PHP for my web..
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
PinoyDevForum :: MMORPG servers :: Help And Requests-
Jump to: