php forum
php mysql forum
php mysql smarty
 
Page 5 of 5 < 1 2 3 4 5
Topic Options
#281155 - 03/13/05 03:30 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: luan]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
scroungr<br /><br />I have finally changed the code and its not getting the error I first was getting, but now all signatures are not separate from the posts.<br />I have left it as it is for now for you to see.
_________________________
parentforum.org

Top
#281156 - 03/13/05 04:38 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
hmm trouble resolving your host but I will take a look when I can.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#281157 - 03/14/05 12:21 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
<img src="http://www.ubbdev.com/forum/images/graemlins/thankyousign.gif" alt="" />
_________________________
parentforum.org

Top
#281158 - 03/15/05 04:07 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
Another problem as been spotted.<br />New users do not have any ponits or earn any. I have added 5000 to their account but it does not show.
_________________________
parentforum.org

Top
#281159 - 03/15/05 04:14 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Hmmmm did you add the code to adduser.php? <br /><br /><br />// -------------------------<br />// Build Board Query For Shop Mod & Insert Points<br />// Add user to Shop<br />$query="<br /> INSERT INTO {$config['tbprefix']}ShopMembers<br /> VALUES ('', '$Uid', '$Displayn_q', '$Title_q', '$Picture_q', '', '', '', 'OFF', '$Color_q', 'OFF', 'OFF', 'ON')<br />";<br />$sth = $dbh -> do_query($query);<br />// End of Build Board Query For Shop Mod & Insert Points<br />// -------------------------<br /><br /><br />without that they won't get added to the w3t_ShopMembers table when they are added as a new user to the board?<br /><br />it has to be UNDER<br /><br />// Get this user's user number<br />$query = "<br /> SELECT U_Number<br /> FROM {$config['tbprefix']}Users<br /> WHERE U_Username='$Displayname_q'<br />";<br />$sth = $dbh -> do_query($query,__LINE__,__FILE__);<br />list ($Uid) = $dbh -> fetch_array($sth);
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#281160 - 03/16/05 01:23 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
No, how did I miss that <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
_________________________
parentforum.org

Top
#281161 - 03/16/05 07:24 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
instructions.. line 11) <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#281162 - 03/16/05 10:14 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
Thank you!<br /><br />Do you mind having a look at this for me?<br />Now all signatures are not separate from the posts.<br />I have left it as it is for now for you to see.
_________________________
parentforum.org

Top
#281163 - 03/16/05 05:32 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
I would but I still can't resolve your host.. gives me an error when I try to get to your site no matter what PC i use and no matter how I try.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#281164 - 03/17/05 12:25 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
<img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" /> wtf is causing that then <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
_________________________
parentforum.org

Top
#281165 - 03/17/05 09:10 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
only way I have figured out how to get to your forums is if I use http://harrier.xssl.net/~admin115/<br /><br />there is most likely something wrong with your resolver.. I would message others and see if anyone else has this issue
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#281166 - 03/17/05 10:31 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
I think I will have to <img src="http://www.ubbdev.com/forum/images/graemlins/cry.gif" alt="" />
_________________________
parentforum.org

Top
#281167 - 03/18/05 05:41 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
Ian_W Global Moderator Offline
Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Looks like you have some issues with your nameservers - http://www.dnsreport.com/tools/dnsreport.ch?domain=parentforum.org
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#281168 - 03/18/05 06:50 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: Gorlum]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
Thanks Ian, I will let my hoster know
_________________________
parentforum.org

Top
#281169 - 03/18/05 08:53 AM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
wow thanx for that site Ian <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#281170 - 03/18/05 12:04 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
I don't know whats up with my site.<br />My hoster has said nothing is wrong and pointed this out to me<br /> http://www.dnsreport.com/tools/dnsreport.ch?domain=bbc.co.uk <br /><br />I know this is going off topic, but can anyone help with this problem? This is beyond my skills <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
_________________________
parentforum.org

Top
#281171 - 03/18/05 01:21 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ns.bbc.co.uk.[212.58.228.21] needs to be listed with the parent nameserver as a nameserver for your domain. It appears to only be listed with the authoritive and not the parent DNS server.<br /><br />you can see from your parent that<br />ns1.thny.bbc.co.uk. [212.58.240.21] [TTL=172800] [UK]<br />ns1.thls.bbc.co.uk. [132.185.240.21] [TTL=172800] [EU]<br />ns1.thdo.bbc.co.uk. [212.58.224.21] [TTL=172800] [UK]<br />ns1.bbc.co.uk. [132.185.132.21] [TTL=172800] [EU]<br /><br />are your name servers but from the authoritive you get<br />ns.bbc.co.uk.[212.58.228.21] [TTL=900]<br />ns1.thls.bbc.co.uk.[132.185.240.21] [TTL=900]<br />ns1.thdo.bbc.co.uk.[212.58.224.21] [TTL=900]<br />ns1.thny.bbc.co.uk.[212.58.240.21] [TTL=900]<br /><br />best I can tell is ns.bbc.co.uk.[212.58.228.21] [TTL=900]<br />should be ns1.bbc.co.uk. [132.185.132.21] [TTL=172800] [EU]<br /><br />WARNING: Your SOA (Start of Authority) record states that your master (primary) name server is: ns.bbc.co.uk.. However, that server is not listed at the parent servers as one of your NS records!
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#281172 - 03/25/05 02:01 PM Re: Finished-[6.4-6.5] Feature Shop 1.6 [Re: 234234]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
[]scroungr said:<br />okay a few questions.. do you have globals turned on or off? does your server allow the super globals $_POST and instead makes you use the obsolete $HTTP_POST_VARS and $HTTP_GET_VARS instead?<br /><br />about the tables its only when you go into say the features table from what I see... that splits the table the features are lsited on and puts it below the menu you have on the right? try this shopcategory.tmpl and let me know if it fixes it.. I think there was an extra </table> closure... [/]<br /><br />This is from Josh: <br />Register globals is "On" and yes, it will accept $_GET and $_POST arrays.<br /><br />Anyhow, I still am having the exact same issues with the scripts not working and problems with the templates. I HAVE however fixed most of the issues with the templates. The problem was they were breaking my layout and it turns out there were extra closing td, tr, and table tags. I just commented them out so you can see. I've also fixed a bug in the shopitem.tmpl where clicking on the button that says "HERE" gave a 404 error due to the new directory structure (everything being in /ubbthreads/theshop). I also fixed the same bug in the itempreview.tmpl where clicking on "Preview Name" gave the same 404 error, since the form was being sent to /ubbthreads/itempreview.php. I've attached the work on the templates to this post. If anyone could see what's wrong with shopcategory.tmpl:<br />http://www.laondalatina.com/foros/theshop/shopcategory.php?Cat=&cid=1<br />I would appreciate it.


Attachments
126614-default.zip (16 downloads)

_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
Page 5 of 5 < 1 2 3 4 5


Moderator:  Ian_W 
Who's Online
1 registered (Gizmo), 23 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks