Oh dog, It seems I have too old php version on my freebsd 7.1. It caused some problems with the preg_replace. Im gonna try to install some extensions.
Hey bro! first of all, thanks for exelente tutorials!
im having some trouble logging in to my Admin section here... the form comes up great and i insert my username and password but it shows me the error message saying that my log in info is incorrect... what could be the problem?
so many glitches in this shit i cant get it to fucking work.. i'm pissed cuz i copy and paste the your php from the final version and it still have many problems
Hi, I am still having the problem with the admin_login.php redirecting loop. After entering the credentials I am being redirected to the same page will the credentials being cleared, I have checked for the if isset on the admin_login.php and the if !isset on the index.php...it's correct...can anyone offer some assistance
@WillWarHero Sorry I am a PHP noob. Can you specify exactly where I should place the code? Do you mean within the first PHP block ie. the Session block
For some reason, my domain continues not to acknowledge my databases and continues stating error message. When I try to login, it fails, with proper login information.
@1111TP1111 In fact i just realised what i was wrong with... :))) (happy) (party) :D
You know, in index.php and admin_login.php the first block with php MUST NOT BE ONE AND THE SAME !!!! Check if you copied the one to the other file :D and if you do just write the correct php code that is shown in the tutorial by Adam ! ((:
if(isset($_POST["username"])&& isset($_POST["password"])) function returns always false during page load so as far as we dont have the else statement of the outer if loop it reloads the same admin page i think...
hey man thx alot for the info im learning alot more than i ever did at school.. i was wondering if you have a simple kart scrpit so i can sell digital downloads. im using godaddys mql and also paypal..and i need someway to give my music to the buyer when they are done paying for my music...do you have any quick scripts or videos....if so hit me up i dont mind doing the work i just mind paying for third party karts lol
hello, when I go to enter your username and password to admin_login I get the message error, even if accurate, are the data I entered into the database .. what could be the problem?
When I test the page after I hit the submit button it just redirects to the same page. It does the same thing if I enter the correct or incorrect username and password.
Im having Redirect Loops Problem at this point with the admin Page.... nothing comes up except the errors in Chrome and firefox.. ima sleep on it but aahhm if anyone here has any idea what could be wrong just comment on this post... peace
please help when i type my username and pass and hit log in button it rederct my again to admin_login.php...... how to fix where is problem maby its xamp problem?
my probl is that when open admin_login.php after that i put username n password n try to login to so i got this error :
Warning: Cannot modify header information - headers already sent by (output started at /home3/mybaazar/public_html/storeadmin/admin_login.php:8) in /home3/mybaazar/public_html/storeadmin/admin_login.php on line 23
so can u please tell me where is the error n reply me on sunesara_sahil@yahoo.com thnx you sir
I have had the same problem... I fixed it by putting ob_start(); and ob_end_flush() in the beginning and end of the first php part....I'm a php noob so if this is in wrong or unsafe in any way please correct me...
i apologise if in further lessons you correct this ..I am a beginnner but i think session variables dont get created in browser. a session id gets created but all the variables you are creating using _Session say only on the server .
I dont get it you are sanitising your manager , password and id server side variables which as I understand dont get transfered they get created in your server and stay there and that list of server side variables is linked to a cookie (say id that makes sense only to webserver) . so if people can change variable in their browser they will only change that id and if that refers to another set of manager , username and id on ur server ..it still is on ur server the data itself is same
Hey Adam Great Tutorials so far... For everyone that wants to know like i did if you want the codes go to the last tutorial which is Part 20 and there is a link to the files with the codes
Extremely thankful to you Adam for these tutorials. However, I am having problems with this lesson to work with my site. Went as far as changing my values to match yours so that all I would have to change after copy/paste of your code is the "include" script.
After "submit", I can see that the browser goes to the index page but I get redirected back to admin_login. I'm guessing "manager" isn't getting set but I've copied your code for both admin_login & index.
It was my server side that was the problems. After talking with them, they said "I have noticed that the session.save_path was not set in your account" and set it for me. I'm new to php./mysql and didn't know what that meant. In any case, for those of you that are having trouble, check with your web host. There is absolutely nothing wrong with Adam's code.
I finally got it to work after I cleared my browser history, corrected the path to connect_to_mysql and made sure the isset function looked like this in both pages: admin_login.php (isset), index.php(!isset).
Thank you so much Adam for all of your tutorials. You are a very kind and generous person. I am learning a lot.
for those of you with the redirect error, in index and store_admin.php there needs to be a session_start(); the index page on his download was missing this.
Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively in Unknown on line 0
. it took me some foolin' around to find that it was this part: '#[^A-Za-z0-9]#i', '',
Notice that the final quotation looks like a double quote?
Well.. if you stick your cursor in there and move from character to character... it's actually two single quotations. Change your code and it should work!
Thank you for the tutorials, but i have encountered this problem where after i logged in username and password it redirect me back to admin login page. Can anyone help me please. thanks
Check in admin_login.php under session start(); if the value of isset is "!", that may be it, i'm not sure but if it is then delete the "!"and leave it just simple "isset". Hope that helped
I am stucked, and cannot go to the next tutorial. I am in need of these two scripts. In the admin_login.php script how numbers and characters are filtered, what is written inside preg_replace method/function brackets please let me know.
I am having another problem in admin_login.php. When i am trying to include the connect_to_mysql.php i am getting an error and i don't know why. Any ideas?
Hmm... I followed your directions, and the form seems to be working, though everytime I try to login using the username I created through the admin table I receive an error message. The other problem is that I can only retry logging in after I've refreshed my browser cookies, otherwise I'm stuck with nothing.
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a6745861/public_html/store_admin/admin_login.php on line 15
@webbman11 <-- if you write "or die(mysql_error());" behind you will see that some of your parameters in your query is incorrect.. probably a fieldname in your query that is not the same name as your database tabel name
How do I stop my MySQL and Apache from running in the background on the Xampp control panel? I tried clicking the stop buttons, but it keeps saying error. I would appreciate your assistance, thank you.
Doesn't this login store raw text into a session cookie ($manager and $password) which can be inspected by session snooping tools? I'm new to this, but I'm just a bit curious about the accessibility of the data in the session variable(s).
well, i'm a newbie in this php programming...i follow since video 1 & 2 & that works well...but in this 3 step, still my dreamweaver cs5 says that an error in syntax code...pardon me if i'm newbie...somebody could help me out? thx®ards,
Ok new problem, the pages load but...it's not allowing me to login. :/ When I go to log in it says the information is incorrect. I double checked inside myphpadmin and the username/password is correct... bah
Hi, I just came across your video's a few days ago and want to thank you for taking the time to go into detail on all the steps! I am attempting to type out the code as I watch the video so maybe I'll remember the stuff better (like writing out spelling words in school).
I've hit a pot hole though maybe you can help me figure out, I have typed out the code from this video and put it in the pages, but when I go to view them in my browser I keep getting a loading "redirecting" error, idk why.
@ghanes14 never mind I finally figured it out! Yay I can move on to the next step after just a couple CSS tweeks. There was a stray "!" in the session php code.
Hey, I'm having that same problem you had with the admin_login.php page. I get an error message saying the page isn't redirecting properly. Sorry for bugging you but how did you fix this problem? What did you tweek in the coding?
@vjoho I have went through and fixed many errors that I can't remember now. I just had to keep comparing and noticed extra spaces or symbols for the most part.
Hi, what is the risk of using dreamweaver's wizard to build this cos that is what I did, adapting your steps...will the site still be vulnerable? And how can one include some security checks in-between the codes (php code) generated by dreamweaver to limit attacks to the site?. Thanks
bravo again adam......I HAVE ONE SMALL REQUEST....COULD YOU SHOUT OUT(say hi to) MARLON LEWIS FROM GRENADA IN YOU NEXT VIDEO LOL....THX BRO. excellent work.
great tut so far. I have one suggestion on what I would do here
Ide make a vars.php in storescripts. Have things like $siteurl = 'siteurlhere'; and things like that...I have that as an example because u can use full paths with href= etc with $siteurl
maybe you thought of this for part 4 but I thought ide mention it
I do have an issue with my hosting company, They said they did not support php script to create a data base. I was able to successfully connect to my data base after they corrected an issue on their side but I got an internal server error when trying to run the create_products_table.php, and create_admin_table.php files. Help ! Can you show me how to do it manually or advise me on what I should do ? So far I have been able to follow everything you have shown us.
This tutorial is the reason people should not spend $6,000 on StoresOnline's Platinum package or $30 per month to host a site with those scam artists.
isn't easier to let admin table out and just create a normal login for all user and make a level acces ? as u can use a link in header that checks in table if level of account is 9 and this would be admin ? coz in this way , i know ppl which watch this will have the link to admin store but still , if u publish this as open source ppl need a link to admin UI and u would need make it in this case a public link. what is not really secure.
Man, I love you. :> This is about 40 videos I've watched. Alongside learning C++ through the RnP, PHP from the manual, and some independent code review, you've pushed me to pursue perfection in something I enjoy doing. I have the confidence to work in a professional capacity in an accountable manner. Thanks.
I get the error: net::ERR_TOO_MANY_REDIRECTS
How can I solve this problem?
SebastianNygaard 5 days ago
hello Adam Ur tut was awesome i love it but pls how can i download ur source code
ttfac01 2 weeks ago
Oh dog, It seems I have too old php version on my freebsd 7.1. It caused some problems with the preg_replace. Im gonna try to install some extensions.
voidwalker 2 weeks ago
i have a problem of
too many loops
what to do ???
lucky0926 3 weeks ago
Hey bro! first of all, thanks for exelente tutorials!
im having some trouble logging in to my Admin section here... the form comes up great and i insert my username and password but it shows me the error message saying that my log in info is incorrect... what could be the problem?
m3ntal001 3 weeks ago
Anybody knows where to get the code, dont want to type it all in by myself and make mistake over mistake...
timschloeder64 3 weeks ago
so many glitches in this shit i cant get it to fucking work.. i'm pissed cuz i copy and paste the your php from the final version and it still have many problems
fancychance57 4 weeks ago
Hi, I am still having the problem with the admin_login.php redirecting loop. After entering the credentials I am being redirected to the same page will the credentials being cleared, I have checked for the if isset on the admin_login.php and the if !isset on the index.php...it's correct...can anyone offer some assistance
flamingforever 1 month ago
@flamingforever I had the same problem. just trying to think what i did to fix it.....
Just try putting
ob_start(); at the very top of your code and
ob_flush(); at the very bottom
WillWarHero 4 weeks ago
@WillWarHero Sorry I am a PHP noob. Can you specify exactly where I should place the code? Do you mean within the first PHP block ie. the Session block
eg.
ob_start();
session_start();
if(isset($_SESSION["manager"])){ header("location: index.php"); exit();
}
ob_flush();
And should it be on both the admin.php and index.php?
flamingforever 4 weeks ago
@flamingforever I put in most of the files that have headers in. but yeah i put them at the top
WillWarHero 4 weeks ago
@WillWarHero using the ob_start(); and ob_flush(); hasn't helped. Any other suggestions? Any help is appreciated. Thanks
flamingforever 3 weeks ago
:] 00:43
MrAstor69 1 month ago in playlist More videos from flashbuilding
:]
MrAstor69 1 month ago in playlist More videos from flashbuilding
I had a question about the admin login section/
For some reason, my domain continues not to acknowledge my databases and continues stating error message. When I try to login, it fails, with proper login information.
Wondered what am I doing wrong?
Thanks!
LadiDipset1 1 month ago
@LadiDipset1 can you put an example of your login info with a different pass word?
WillWarHero 4 weeks ago
@WillWarHero my admin login?
username: Cinnamon
password: styles101
also, my logo shows as a broken image on my store admin page. must i put the full link then public.html/style/...?
LadiDipset1 3 weeks ago
Hi, I cannot access either admin login page or index page in the storeadmin folder.
The error I am getting says:
"The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
Anyone has a solution to that error?
Thanks
P.S. Great Videos, Thanks and keep up the good work.
1111TP1111 1 month ago
@1111TP1111 I have the same problem, dude.. Did u find the answer? Can e-mail me at krysteff@abv.bg
kkrystev 1 month ago
@1111TP1111 In fact i just realised what i was wrong with... :))) (happy) (party) :D
You know, in index.php and admin_login.php the first block with php MUST NOT BE ONE AND THE SAME !!!! Check if you copied the one to the other file :D and if you do just write the correct php code that is shown in the tutorial by Adam ! ((:
kkrystev 1 month ago
Comment removed
SupremeTycoon 1 month ago
You don't have to put the full URL to the links, just put "/" it's the root path.
dorsett45 1 month ago
if(isset($_POST["username"])&& isset($_POST["password"])) function returns always false during page load so as far as we dont have the else statement of the outer if loop it reloads the same admin page i think...
111achille 1 month ago
does anyone know there is a redirect loop?
WillWarHero 1 month ago
@WillWarHero is that redirect loop happens when you add session with mozilla like andrew say?
BlakMetall 1 month ago
@BlakMetall cheers bro i worked it out a while ago. cant remember what it was though :P
WillWarHero 4 weeks ago
also like my page beatsonthego.co lol coming soon 2012
MrMenyfaces 2 months ago
hey man thx alot for the info im learning alot more than i ever did at school.. i was wondering if you have a simple kart scrpit so i can sell digital downloads. im using godaddys mql and also paypal..and i need someway to give my music to the buyer when they are done paying for my music...do you have any quick scripts or videos....if so hit me up i dont mind doing the work i just mind paying for third party karts lol
MrMenyfaces 2 months ago
This has been flagged as spam show
please help, when i type my username and password and hit log in button it rederects to admin_login.php itself..... how to fix dis plz???
mbotaable 2 months ago
I'm using localhost(MAMP). and whenever ,
I test adminlogin.php and index.php in the browser ,
it gives me this message "The page isn't redirecting properly",,
can anyone help me please ??
M007DR 2 months ago in playlist Ecommerce Website Tutorial PHP MySQL Tutorial PayPal IPN
I love your tutorials. Thank you very much,
dsquaredproductions 3 months ago
great tutorial!!ur a savior!!
phatsnikky19 3 months ago in playlist Ecommerce Website Tutorial PHP MySQL Tutorial PayPal IPN
i tink you missed the log out part
vardo14j 3 months ago
I can not login and password for admin_login. The page is blank with nothing happening, I've done everything.
've Cleared my browser, my cookies, already tested it with 3 browsers, and nothing.
I use the same HostMonster that ADAM uses. Ja connect_to_mysql configured correctly and did not work.
Please ADAM and everyone who can help me. Help me, do not get out of it and can not continue with the tutorial.
Thanks for any help.
411cacasmarao 3 months ago
@411cacasmarao @411cacasmarao i have also problem with that..did you find out what is wrong ?
zuzumaldezu 2 months ago in playlist Favorite videos
hi, i can't see this video.. what means that is private?
thaks a lot
ciko2k 3 months ago
Where do I download the coding for this site...
marvinyale32 4 months ago
@marvinyale32 Please let me know when you find that out please e-mail me at chrismtz@q.com. Thanks
topher8062 3 months ago
Nice video! Check out our channel for lots of Easy Help Zen Cart Video Tutorials. We are adding new ones daily!
ZenCartEasyHelp 4 months ago in playlist HTML
hello, when I go to enter your username and password to admin_login I get the message error, even if accurate, are the data I entered into the database .. what could be the problem?
kingfreeone79 4 months ago
When I test the page after I hit the submit button it just redirects to the same page. It does the same thing if I enter the correct or incorrect username and password.
detroitluv82 4 months ago in playlist PHP E COMMERCE SITE TUTORIAL
This has been flagged as spam show
Thank you for posting this video :
BenMur777 4 months ago
Comment removed
gaya964 4 months ago
please help when i type my username and password and hit log in button it redercts to admin_login.php itself..... how to fix dis???
gaya964 4 months ago
Im having Redirect Loops Problem at this point with the admin Page.... nothing comes up except the errors in Chrome and firefox.. ima sleep on it but aahhm if anyone here has any idea what could be wrong just comment on this post... peace
crackers62jm 4 months ago
please help when i type my username and pass and hit log in button it rederct my again to admin_login.php...... how to fix where is problem maby its xamp problem?
vadimasPK 4 months ago
@vadimasPK im having d same problem!! dis u find a solution?
gaya964 4 months ago
@gaya964
Actuly yes, i downloaded all codes from website and checked for the mistakes, it hellped:D
vadimasPK 4 months ago
hello sir
my probl is that when open admin_login.php after that i put username n password n try to login to so i got this error :
Warning: Cannot modify header information - headers already sent by (output started at /home3/mybaazar/public_html/storeadmin/admin_login.php:8) in /home3/mybaazar/public_html/storeadmin/admin_login.php on line 23
so can u please tell me where is the error n reply me on sunesara_sahil@yahoo.com thnx you sir
sahilsunesara 5 months ago
@sahilsunesara
I have had the same problem... I fixed it by putting ob_start(); and ob_end_flush() in the beginning and end of the first php part....I'm a php noob so if this is in wrong or unsafe in any way please correct me...
MOLTOZ84 1 month ago
i apologise if in further lessons you correct this ..I am a beginnner but i think session variables dont get created in browser. a session id gets created but all the variables you are creating using _Session say only on the server .
odunsoca 5 months ago
I dont get it you are sanitising your manager , password and id server side variables which as I understand dont get transfered they get created in your server and stay there and that list of server side variables is linked to a cookie (say id that makes sense only to webserver) . so if people can change variable in their browser they will only change that id and if that refers to another set of manager , username and id on ur server ..it still is on ur server the data itself is same
odunsoca 5 months ago
dude admin index aint working for me upload code somewhere i think i typed something wrong
santerikiller 5 months ago
god you're more epic than thenewboston and phpacademy xD :D
thanks dude (y)
jakewestgomila 5 months ago
This has been flagged as spam show
The tutorial is epic, but I cannot download the zip . . . please help. deadparrotpicts@gmail.com
almightyparrot 5 months ago
Hey Adam Great Tutorials so far... For everyone that wants to know like i did if you want the codes go to the last tutorial which is Part 20 and there is a link to the files with the codes
HeadRushMuzic 6 months ago
where is the download located?
HeadRushMuzic 6 months ago
where is the code located?
HeadRushMuzic 6 months ago
I'm really enjoying this tutorial. I do have a question though. Video shows this programming line in the Admin/index.php:
$managerID = preg_replace('#[^0-9]#i',",$_SESSION["id"]);//filter everything but numbers and letters
There is one too many or one less quotation marks missing. I can't seem to find which it is. Can anyone help?
jpmax47 6 months ago
ahw thank god.. was waiting for you to say: you can choose to hash this password. This turtorial will definitely help me out.
jessejoeyjames 6 months ago
Extremely thankful to you Adam for these tutorials. However, I am having problems with this lesson to work with my site. Went as far as changing my values to match yours so that all I would have to change after copy/paste of your code is the "include" script.
After "submit", I can see that the browser goes to the index page but I get redirected back to admin_login. I'm guessing "manager" isn't getting set but I've copied your code for both admin_login & index.
Please help.
itsmikey888 6 months ago
It was my server side that was the problems. After talking with them, they said "I have noticed that the session.save_path was not set in your account" and set it for me. I'm new to php./mysql and didn't know what that meant. In any case, for those of you that are having trouble, check with your web host. There is absolutely nothing wrong with Adam's code.
Adam, thank you again for such a great tutorial.
itsmikey888 6 months ago
Great tutorials man... thanks so much for doing this. I can now get started on the project I had no idea how to build. Cheers. Ed
eddelage 7 months ago 4
I finally got it to work after I cleared my browser history, corrected the path to connect_to_mysql and made sure the isset function looked like this in both pages: admin_login.php (isset), index.php(!isset).
Thank you so much Adam for all of your tutorials. You are a very kind and generous person. I am learning a lot.
4luv777 7 months ago
Comment removed
tikarny 7 months ago
for those of you with the redirect error, in index and store_admin.php there needs to be a session_start(); the index page on his download was missing this.
kokykikokolbywg 7 months ago
This has been flagged as spam show
Nice video! Check out our channel for lots of Easy Help Zen Cart Video Tutorials. We are adding new ones daily!
ZenCartEasyHelp 8 months ago
Help me please!
I don't have coding errors, i have just the exac same code as Adam, and the browser doesn't report any error.
The thing is that when I try to log in, it does not redirect to de index page of the storeadmin, it just stays in admin_login.php
Please, someone tell me what am I doing wrong!
maxinimrod 8 months ago
thank you Adam more power
zamorarg 8 months ago
can't I just skip this part if I am the only one managing?
creativeinkinvites 8 months ago
Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively in Unknown on line 0
May i know how should i solve this error?
hyubai 9 months ago
Ive seen repeated comments asking for the code for each video, are you going to post it anywhere and link us to it?
0mfg57fu 9 months ago
people with the preg_replace errors:
. it took me some foolin' around to find that it was this part: '#[^A-Za-z0-9]#i', '',
Notice that the final quotation looks like a double quote?
Well.. if you stick your cursor in there and move from character to character... it's actually two single quotations. Change your code and it should work!
xkriswithakx 9 months ago 12
@xkriswithakx OMG IT WORKS !!! thank you so much
misserio 9 months ago
@xkriswithakx Thanks :)
SupremeTycoon 1 month ago
Thank you for the tutorials, but i have encountered this problem where after i logged in username and password it redirect me back to admin login page. Can anyone help me please. thanks
jonathanparedes29 9 months ago
the link of source code is available at the 20th episodes description
manzoor911 9 months ago 2
Error 310 (net::ERR_TOO_MANY_REDIRECTS)
Anyone with solutions??
mrzsmith812 9 months ago
@mrzsmith812
Check in admin_login.php under session start(); if the value of isset is "!", that may be it, i'm not sure but if it is then delete the "!"and leave it just simple "isset". Hope that helped
istvan182 9 months ago
I am stucked, and cannot go to the next tutorial. I am in need of these two scripts. In the admin_login.php script how numbers and characters are filtered, what is written inside preg_replace method/function brackets please let me know.
nuditily 9 months ago
Can anyone tell me where admin_login.php and index.php is? I want to download.
nuditily 9 months ago
Hi Adam.
Do you know when the code is going to be up for download?
Thank u man... lol.
chefsblogg 10 months ago
is the login script safe? can it prevent mysql injection?
pagyutioper 10 months ago
Can Anyone send me scripts for admin_login.php or index.php...
yaseenhanif 10 months ago
Comment removed
ProjectRickBooth 11 months ago
parse error: syntax error, unexpected "", expecting T_STRING or T_VARIABLE or T_NUM_STRING in index.php on line 9
does anyone know how to solve this error? help please
thnx
ali
alishakil91 11 months ago
@alishakil91 Make sure there are no little errors (^ or spaces) and then the permissions should be 755.
mrzsmith812 9 months ago
@alishakil91 @alishakil91 I had the same problem. Try removing ," from lines 8,9,10
I am having another problem in admin_login.php. When i am trying to include the connect_to_mysql.php i am getting an error and i don't know why. Any ideas?
harrisoriginal 9 months ago in playlist Ecommerce Website Tutorial PHP MySQL Tutorial PayPal IPN
Dear Adam:
I have finished part 2 and started part 3.
Can you please let me know where from i can get the scripts for admin_login.php as well as index.php
Please reply...thanks...
thanks again for nice job...
yaseenhanif 11 months ago
Hmm... I followed your directions, and the form seems to be working, though everytime I try to login using the username I created through the admin table I receive an error message. The other problem is that I can only retry logging in after I've refreshed my browser cookies, otherwise I'm stuck with nothing.
MoonLightFacade 11 months ago
help plz
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a6745861/public_html/store_admin/admin_login.php on line 15
webbman11 11 months ago
@webbman11 <-- if you write "or die(mysql_error());" behind you will see that some of your parameters in your query is incorrect.. probably a fieldname in your query that is not the same name as your database tabel name
wwwglockno 11 months ago
how did you solve the redirect problem?
anjum016 11 months ago
I am having trouble running the store admin it gives me an error Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
I have check line by line but dont see nothing that could be causing this any help will be appreciated.
oael98 1 year ago
does anyone have the source codes!?????
kirkfortune 1 year ago
Hey Adam I'm having some problems with admin_login.php and index.php it says
Warning: Wrong parameter count for preg_replace() in /home/vside/public_html/test/storeadmin/admin_login.php on line 11
Warning: Wrong parameter count for preg_replace() in /home/vside/public_html/test/storeadmin/admin_login.php on line 12
That information is incorrect, try again Click Here
Help please!!!
Chris
FunkyPunk75 1 year ago
Comment removed
FunkyPunk75 1 year ago
you rock adam!
yILLMARLEy 1 year ago
How do I stop my MySQL and Apache from running in the background on the Xampp control panel? I tried clicking the stop buttons, but it keeps saying error. I would appreciate your assistance, thank you.
CarlaPJewel 1 year ago
thanks
Iwilldazzle 1 year ago
Doesn't this login store raw text into a session cookie ($manager and $password) which can be inspected by session snooping tools? I'm new to this, but I'm just a bit curious about the accessibility of the data in the session variable(s).
OPHBuffett 1 year ago
well, i'm a newbie in this php programming...i follow since video 1 & 2 & that works well...but in this 3 step, still my dreamweaver cs5 says that an error in syntax code...pardon me if i'm newbie...somebody could help me out? thx®ards,
joytradco 1 year ago
No logout part? :O
Yewoh123 1 year ago
Ok new problem, the pages load but...it's not allowing me to login. :/ When I go to log in it says the information is incorrect. I double checked inside myphpadmin and the username/password is correct... bah
ghanes14 1 year ago 3
@ghanes14 i the exact same problem
roxitsc 1 year ago
Hi, I just came across your video's a few days ago and want to thank you for taking the time to go into detail on all the steps! I am attempting to type out the code as I watch the video so maybe I'll remember the stuff better (like writing out spelling words in school).
I've hit a pot hole though maybe you can help me figure out, I have typed out the code from this video and put it in the pages, but when I go to view them in my browser I keep getting a loading "redirecting" error, idk why.
ghanes14 1 year ago
@ghanes14 never mind I finally figured it out! Yay I can move on to the next step after just a couple CSS tweeks. There was a stray "!" in the session php code.
ghanes14 1 year ago
@ghanes14
Hey, I'm having that same problem you had with the admin_login.php page. I get an error message saying the page isn't redirecting properly. Sorry for bugging you but how did you fix this problem? What did you tweek in the coding?
vjoho 1 year ago
@vjoho I have went through and fixed many errors that I can't remember now. I just had to keep comparing and noticed extra spaces or symbols for the most part.
ghanes14 1 year ago
This has been flagged as spam show
visit website for dreamweaver cs5 step by step tutorials>>
dreamweavercstutorials.co.cc
nokhazali 1 year ago
lol, andy parker highly doubting alex. alex is mad crazy yo.
ncili 1 year ago
THE CODE WILL BE POST AFTER ADAM FINISHED THE TUTS. HE'S IN THE 9TH PART AND NOT FINISHED. PATIENCE. PATIENCE
elvisniperx 1 year ago
Has anyone found the code yet?
ntmadman 1 year ago
Hi I cant see the CODE anywhere, ANYONE know where it is?
Please HEEEEEEELP!
ciqanza 1 year ago
Comment removed
elvisniperx 1 year ago
when will ya put the codes???
NinjaSagaRocker 1 year ago
Hi, what is the risk of using dreamweaver's wizard to build this cos that is what I did, adapting your steps...will the site still be vulnerable? And how can one include some security checks in-between the codes (php code) generated by dreamweaver to limit attacks to the site?. Thanks
kollyajax 1 year ago
hahaha allmost fall from my chair while listening to first 60 secs ×DD
sportnastava 1 year ago
bravo again adam......I HAVE ONE SMALL REQUEST....COULD YOU SHOUT OUT(say hi to) MARLON LEWIS FROM GRENADA IN YOU NEXT VIDEO LOL....THX BRO. excellent work.
ebubulay 1 year ago
great tut so far. I have one suggestion on what I would do here
Ide make a vars.php in storescripts. Have things like $siteurl = 'siteurlhere'; and things like that...I have that as an example because u can use full paths with href= etc with $siteurl
maybe you thought of this for part 4 but I thought ide mention it
keep em coming adam your tuts r always the best!
killerbng 1 year ago
My php scripting issue with my hosting company, They fixed the issue.
Thank you,
Eric
cockerspanielhome 1 year ago
Adam,
I do have an issue with my hosting company, They said they did not support php script to create a data base. I was able to successfully connect to my data base after they corrected an issue on their side but I got an internal server error when trying to run the create_products_table.php, and create_admin_table.php files. Help ! Can you show me how to do it manually or advise me on what I should do ? So far I have been able to follow everything you have shown us.
Thanks,
Eric
cockerspanielhome 1 year ago
This tutorial is the reason people should not spend $6,000 on StoresOnline's Platinum package or $30 per month to host a site with those scam artists.
KevinFusco 1 year ago
Thumbs up!
Zackary210 1 year ago
Very good instruction and you make learning fun. Thanks Adam.
gravics 1 year ago
isn't easier to let admin table out and just create a normal login for all user and make a level acces ? as u can use a link in header that checks in table if level of account is 9 and this would be admin ? coz in this way , i know ppl which watch this will have the link to admin store but still , if u publish this as open source ppl need a link to admin UI and u would need make it in this case a public link. what is not really secure.
nymfuska 1 year ago
I like it ! I concur with all . I just found you and this is outstanding !
C4orceCorvette 1 year ago
Man, I love you. :> This is about 40 videos I've watched. Alongside learning C++ through the RnP, PHP from the manual, and some independent code review, you've pushed me to pursue perfection in something I enjoy doing. I have the confidence to work in a professional capacity in an accountable manner. Thanks.
Foaman 1 year ago
i've said it b4 and i'll say it again, dude, i learn so much from u than i do in college... u should write a book or something, i'd buy it
0syntrax0 1 year ago
I haven't been so excited for christmas since I was a little kid! :-)
I can't wait.
WalnutPro 1 year ago
I like to have everybody know that its important to support this kind work provided to us free, NO MONEY! So please recognize.
casild2 1 year ago
good job Adam! You really are amazing! Really thanks alot :)
ArmadylChaos 1 year ago
Man i have to say, you rock, this makes so much sense then some other tutorials i've seen.
arcindian 1 year ago
u are amazing man :)))
BoraALAP 1 year ago
Hehe! Great!
XMAnuca 1 year ago
Hehe! Great!
XMAnuca 1 year ago
Comment removed
storyindustrial 1 year ago