The Arcive of vBulletin Modifications Site. |
|
wow im lost Details »»
|
|||||||||||||||||||||||||
i jus tried installin LESANES 'store hack'
im pretty sure i did all the php stuff right but i have a few errors i made the 60 new templates it called for but i dont know how to run a query...i followed the instructions which said to upload a file into admin folder then execute it... i uploaded it but dont know how to execute it.... and i still have a few more problems/errors... when goin to 'edit profile' its sais i have an error on member.php line 1501 i go to line 1501 and all that is there is '?>' the end of the file... someone please help....innocentfolife <~aim $o.o2 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Execute = Open that file in your web browser.
Make sure you have no whitespace before <?php and after ?> in all your files. |
|
#3
|
|||
|
|||
|
in all my files(or atleast allot) there is white spaces
ex. "text in the php" "more text" with spaces in between...is that the problem? if it is thanks ill go check |
|
#4
|
||||
|
||||
|
No, the problem would be:
white space <?php and: ?> white space <?php needs to be the first thing in each of the php files in the forum folder and ?> needs to be the last thing in each
|
|
#5
|
||||
|
||||
|
Yes. So make sure there is no spaces before <?php or after ?>.. And to exicute a file, open it in your webbrowser. ex:
http://www.yoursite.com/forums/admin/blah.php. |
|
#6
|
|||
|
|||
|
oh sh**...i knew it was simple, but thats jus basic lol thanks alot guys its greatly appreciated
$o.o2 |
|
#7
|
|||
|
|||
|
Well actually, I was told that about the 'whitespace' before, when it was actually a missing { or } further up the file. This was when I was running phpBB a while back.
It turns out there was a missing bracket so I'm not sure about the whitespace thing. Dave. |
![]() |
|
|