منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   php5/mysql5 and 3.0.3 upgrade (http://vb.ma7room.com/showthread.php?t=102715)

محروم.كوم 05-08-2009 11:00 PM

php5/mysql5 and 3.0.3 upgrade
 
I have an 3.0.3 site that has a lot of installed hacks. It was working fine at the end of 2006. My host had a hardware failure and had to revert to a backup that had something wrong in a phpadsnew db. That problem spiked the server whenever phpadsnew was running. My host suspended my account and told me I had to fix the problem even though they caused it. I had no background in unix, php, or mysql, and didn't have time to learn everything. So the site sat around closed until one month ago.

Now, due to php/mysql upgrades to 5 by the host, I have the known issue with the usercp as well as two issues with the vbadvanced hack, one that was fixed with some code change for php5.

I know that there is no official support of this installation. I know that 3.0.3 did not work with mysql5. I know that I need to upgrade. This is the plan as soon as I verify that the 3.0.3 site still works correctly.

Here's my question. There are options on both mysql5 and on php5 that tell each of these to behave like their version 4 counterparts. Has anyone tried using these options in conjunction with a 3.0.x series vb installation? I know this is a long shot, but the host will not revert the php/mysql versions.


الساعة الآن 06:57 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227