IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1982.48 MB
Powered by
Channel Info
Network: freenodeChannel: #php |
Search in www.irclog.org
Log from #php at freenode 2006-07-18
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Next >
[07:39]<[znv]mzzs>hmm guys, session will break after the use of header()?
[07:39]<tml>[Rev]Mars: Not unless you do something wrong.
[07:40]<[znv]mzzs>I guess I did do something wrong then
[07:40]<tml>Seems a safe guess.
[07:40]<[znv]mzzs>after the header() part, the value doesnt stay
[07:43]<valsdg>trend: your right bro, pastebin is dogging.
[07:48]<valsdg>http://pastebin.com/750903
[07:48]<valsdg>There.
[07:48]<valsdg>Thats my code.
[07:49]<chea>euhporia <3
[07:52]<ow9w9792>tcpsyn, can you repaste to: http://hashphp.org/pastebin.php
[07:55]<dfuajjf>http://rafb.net/paste/results/rLRe3N85.html when i put the wrong password and user it in, it redirects perfectly. When i put the right one in i get a page can not be displated. auth.php sees if the user/pass is valid. and $auth is if it is or not. Any help?
[07:56]<chea>i should re write vhcs in lua
[07:56]<vmmwno9>tml: for some reason i got my pagination set at $pagenext = $page++;, but its not adding it
[07:56]<valsdg>0x41464b: working on it
[07:57]<vzggm>crap
[07:57]<vzggm>http://www.kamaron.org/files/eula/eula.php
[07:57]<vzggm>what am i doing wrong?
[07:57]<valsdg>http://hashphp.org/pastebin.php?pid=7587
[07:57]<valsdg>I just noticed another function that broke when I moved it to the include file.
[07:57]<valsdg>I looks like the ones that use variables declared in the include.php
[07:57]<vzggm>http://pastebin.ca/90966
[07:58]<vzggm>nm
[07:58]<vzggm>stupid question
[07:59]<dfuajjf>anyone have an answer?
[08:00]<dfuajjf>:(
[08:01]<[znv]mzzs>mlucool: where's the auth code?
[08:02]<ow9w9792>tcpsyn, i dont understand why you close '?>' at Line: 63, meanwhile you still didnt close your function Checkout(){}
[08:02]<vzggm>cool.. thanks guys..
[08:03]<valsdg>0x: Its just from the paste, I took some sensitive data out
[08:03]<d1zw>Hi All
[08:03]<dfuajjf>http://rafb.net/paste/results/BjtN2398.html
[08:03]<valsdg>0x41464b: the actual function is closed correctly.
[08:04]<d1zw>I would like to check whether a given hostname is resolving or not... i will like to use the script on both win and *nix boxes.. can anyone suggest some good solution
[08:04]<ow9w9792>tcpsyn, easy way... to find out.. try: error_reporting(E_ALL);ini_set('display_errors',true);
[08:04]<dfuajjf>the auth code works i think. it was tested seperatly.
[08:04]<valsdg>0x41464b: throw that where?
[08:04]<ow9w9792>at beginning of that file
[08:04]<valsdg>ok, cool
[08:04]<valsdg>thanks
[08:06]<ow9w9792>mlucool, perhaps var_dump($auth); can tell
[08:06]<valsdg>0x41464b: it says my variable $thumbnails is undefined, although I set it at the beginning of the file.
[08:07]<valsdg>0x41464b: do I have to declare it global?
[08:07]<dfuajjf>whats var_dump($auth) do and where does it go
[08:07]<ow9w9792>mlucool, before /*here*/ if ($auth) header
[08:07]<ow9w9792>tcpsyn, clever...
[08:08]<valsdg>0x41464b: i don't understand why though.
[08:08]<valsdg>Its defined in the same file as the function.
[08:08]<valsdg>Why would it have to be global?
[08:08]<ow9w9792>tcpsyn, hold on ill lookup URL that explain about that
[08:08]<valsdg>Thanks bro.
[08:09]<dfuajjf>bool(false)
[08:09]<dfuajjf>Warning: Cannot modify header information - headers already sent by (output started at /home/marc/www/files/index.php:3) in /home/marc/www/files/index.php on line 6
[08:09]<ow9w9792>tcpsyn, refresh again at: http://php.net/manual/en/language.functions.php
[08:09]<vmmwno9>Can someone help me for some rason my pagination will add 1 to it, and take it up to 2, but after that it quits adding
[08:10]<valsdg>0x41464b: thank you
[08:10]<ow9w9792>tdd1984, perhaps we start with pasting your code at http://hashphp.org/pastebin.php
[08:11]<vmmwno9>k hold on
[08:11]<ow9w9792>mlucool, do var_dump() giving you any clue ?
[08:12]<vmmwno9>http://hashphp.org/pastebin.php?pid=7588
[08:12]<rjjmvjm>how does php set the Session ID as a get variable?
[08:12]<fzvnzzfus>Magic.
[08:12]<vmmwno9>there my page it only ads 1 to page1, but when its get page2 it don't add no more
[08:12]<jrgrgbfug>heya
[08:13]<fzvnzzfus>oceanBlue: Who sent you?
[08:13]<jrgrgbfug>who did what ?
[08:13]<fzvnzzfus>oceanBlue: DON'T STALL - who sent you?
[08:13]<jrgrgbfug>wtf ?
[08:13]<dfuajjf>now when i delted the line var_dump($auth) its still giving me php problems
[08:13]<ow9w9792>tdd1984, what is $page; ? //after you answer this i beleive that will running now
[08:14]<dfuajjf>Warning: Wrong parameter count for var_dump() in /home/marc/www/files/index.php on line 3
[08:14]<dfuajjf>Warning: Cannot modify header information - headers already sent by (output started at /home/marc/www/files/index.php:3) in /home/marc/www/files/index.php on line 6
[08:14]<ow9w9792>tdd1984, er... where the $page value came from*
[08:14]<vmmwno9>in the link
[08:14]<vmmwno9>$pagenext = ++$page;
[08:14]<vmmwno9>are you talking about that?
[08:14]<ow9w9792>tdd1984, at Line 6 you use $page once, and 5 line before it i dont see any $page definitions
[08:15]<jrgrgbfug>guys i wrote a simple code that is corect and it should work but it still not , http://danny.pastebin.com/750907
[08:15]<jrgrgbfug>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/webhost/glamourmodels.ro/web/ro/main.php on line 13
[08:15]<jrgrgbfug>any ideea why ?
[08:15]<mzsfunzzmn>because your query failed, always check for errors
[08:15]<vmmwno9>opps sorry
[08:16]<ansvnzd>query failed.
[08:16]<vmmwno9>Ox41464b: That page is $page not $page1
[08:16]<fzvnzzfus>oceanBlue: pastebin.com has been quirky lately, you may want to use hashphp.org in the future.
[08:17]<dfuajjf>i have to go, ill come back tommorrow to ask for more help. thanks all
[08:17]<jrgrgbfug>roger that :)
[08:17]<ow9w9792>mlucool, the point of var_dump() is to check what value behind $auth, and on this case is false;
[08:18]<dfuajjf>ya but now things went haywire. but on a normal false case it did the right thing
[08:18]<vmmwno9>sorry got disconnected
[08:19]<vmmwno9>Ox41464b: sorry got disconnected now what was you saying
[08:19]<jrgrgbfug>http://hashphp.org/pastebin.php?pid=7589 here now
[08:19]<ow9w9792>tdd1984, nothing... you already find the problem of your script, now its the time for you to fix
[08:20]<vmmwno9>already did fix that its back to normal, but still having problems
[08:20]<vmmwno9>http://74.133.86.131/categories/classifieds/foo.php?type=antiques look for your self
[08:22]<fyvrrn>what's the maximum string length that preg_match() and ereg() can accept?
[08:23]<ansvnzd>oceanBlue, echo($_MYSQL[query2]); after line ten.
[08:23]<vmmwno9>Ox41464b: you there
[08:23]<ow9w9792>yes, im not sure about ++$page; and --$page; but... i assume its similar with $page++;







